* add app-builder doc updates on Table and themes * breakdown chart docs in two parts and add custom css for headers * update chart example images and add more examples * revamp table component and minor fixes * fix typos * fix table formatting for docusarus v3 * fix filepicker table * create new version * fix grammar and tables
4.6 KiB
| id | title |
|---|---|
| stripe | Stripe |
Stripe
ToolJet can connect to your Stripe account to read or write customers' and payments' data.
:::info Check out the Stripe Refund App tutorial :::
Connection
To add a new Stripe data source, click on the + button on data sources panel at the left-bottom corner of the app editor. Select Stripe from the modal that pops up.
ToolJet requires the Stripe API key to connect to your database.
You can get the Stripe API key from the dashboard of your Stripe account. Go to the Stripe account dashboard, click on the Developers on the top right, then on the left-sidebar go to the API Keys, you can simple reveal the Secret Key and copy-paste on ToolJet.
Querying Stripe
Click on + button of the query manager at the bottom panel of the editor and select the Stripe datasource added in the previous step. Enter the query in the editor. Click on the Save and Run button to save and then run the query.
NOTE: Query should be saved before running.
:::tip Query results can be transformed using transformations. Read our transformations documentation to see how: link :::
Supported operations
You can check out the some of the operations mentioned below. All the operations for Stripe are available and can be performed from ToolJet. Check out the Stripe API documentation for the detailed information about each operation.
- delete,/v1/account
- get,/v1/account
- post,/v1/account
- post,/v1/account/bank_accounts
- delete,/v1/account/bank_accounts/
{id} - get,/v1/account/bank_accounts/
{id} - post,/v1/account/bank_accounts/
{id} - get,/v1/account/capabilities
- get,/v1/account/capabilities/
{capability} - post,/v1/account/capabilities/
{capability} - get,/v1/account/external_accounts
- post,/v1/account/external_accounts
- delete,/v1/account/external_accounts/
{id} - get,/v1/account/external_accounts/
{id} - post,/v1/account/external_accounts/
{id} - post,/v1/account/login_links
- get,/v1/account/people
- post,/v1/account/people
- delete,/v1/account/people/
{person} - get,/v1/account/people/
{person} - post,/v1/account/persons
- delete,/v1/account/persons/
{person} - get,/v1/account/persons/
{person} - post,/v1/account/persons/
{person} - post,/v1/account_links
- get,/v1/accounts
- post,/v1/accounts
- delete,/v1/accounts/
{account} - get,/v1/accounts/
{account} - post,/v1/accounts/
{account} - post,/v1/accounts/
{account}/bank_accounts - delete,/v1/accounts/
{account}/bank_accounts/{id} - get,/v1/accounts/
{account}/bank_accounts/{id} - get,/v1/accounts/
{account}/bank_accounts/{id} - get,/v1/accounts/
{account}/capabilities - get,/v1/accounts/
{account}/capabilities/{capability} - post,/v1/accounts/
{account}/capabilities/{capability} - get,/v1/accounts/
{account}/external_accounts - post,/v1/accounts/
{account}/external_accounts - delete,/v1/accounts/
{account}/external_accounts/{id} - get,/v1/accounts/
{account}/external_accounts/{id} - get,/v1/accounts/
{account}/external_accounts/{id} - post,/v1/accounts/
{account}/login_links - get,/v1/accounts/
{account}/people - post,/v1/accounts/
{account}/people - delete,/v1/accounts/
{account}/people/{person} - get,/v1/accounts/
{account}/people/{person} - post,/v1/accounts/
{account}/people/{person} - get,/v1/accounts/
{account}/persons - post,/v1/accounts/
{account}/persons - delete,/v1/accounts/
{account}/persons/{person} - get,/v1/accounts/
{account}/persons/{person} - post,/v1/accounts/
{account}/persons/{person} - post,/v1/accounts/
{account}/reject - get,/v1/apple_pay/domains
- post,/v1/apple_pay/domains
- delete,/v1/apple_pay/domains/
{domain} - get,/v1/apple_pay/domains/
{domain} - get,/v1/application_fees
- get,/v1/application_fees/
{fee}/refunds/{id} - post,/v1/application_fees/
{fee}/refunds/{id} - get,/v1/application_fees/
{id} - post,/v1/application_fees/
{id}/refund - get,/v1/application_fees/
{id}/refunds - post,/v1/application_fees/
{id}/refunds - get,/v1/apps/secrets

