Skip to main content
Version: 2.70.0-Beta 🚧

Stripe

ToolJet can connect to your Stripe account to read or write customers' and payments' data.

info

Connection

To establish a connection with the Stripe data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard and choose Stripe as the data source.

ToolJet requires the following to connect to Stripe datasource.

  • Stripe API key
ToolJet - Data source - Stripe

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.

ToolJet - Data source - Stripe

Querying Stripe

  1. Click on + Add button of the query manager at the bottom panel of the editor.
  2. Select the Stripe datasource added in previous step.
  3. Select the desired operation form the dropdown and enter the required parameter.
  4. Click on the Preview button to preview the output or Click on the Run button to trigger the query.
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.

Account Operations

MethodEndpointDescription
DELETE/v1/accountDelete an account
GET/v1/accountRetrieve account details
POST/v1/accountCreate or update account

Bank Accounts (Account)

MethodEndpointDescription
POST/v1/account/bank_accountsAdd a bank account
DELETE/v1/account/bank_accounts/{id}Delete a bank account
GET/v1/account/bank_accounts/{id}Retrieve bank account details
POST/v1/account/bank_accounts/{id}Update bank account details

Capabilities (Account)

MethodEndpointDescription
GET/v1/account/capabilitiesRetrieve account capabilities
GET/v1/account/capabilities/{capability}Retrieve specific capability
POST/v1/account/capabilities/{capability}Update specific capability

External Accounts (Account)

MethodEndpointDescription
GET/v1/account/external_accountsRetrieve external accounts
POST/v1/account/external_accountsAdd an external account
DELETE/v1/account/external_accounts/{id}Delete an external account
GET/v1/account/external_accounts/{id}Retrieve external account details
POST/v1/account/external_accounts/{id}Update external account details

People (Account)

MethodEndpointDescription
GET/v1/account/peopleRetrieve people associated
POST/v1/account/peopleAdd a person to account
DELETE/v1/account/people/{person}Delete a person
GET/v1/account/people/{person}Retrieve person details
POST/v1/account/people/{person}Update person details

Persons (Account)

MethodEndpointDescription
POST/v1/account/personsAdd a person
DELETE/v1/account/persons/{person}Delete a person
GET/v1/account/persons/{person}Retrieve person details
POST/v1/account/persons/{person}Update person details

Other Account Operations

MethodEndpointDescription
POST/v1/account/login_linksCreate login link for account
POST/v1/account_linksCreate account links

Accounts (Specific) Operations

MethodEndpointDescription
GET/v1/accountsRetrieve list of accounts
POST/v1/accountsCreate a new account
DELETE/v1/accounts/{account}Delete a specific account
GET/v1/accounts/{account}Retrieve specific account details
POST/v1/accounts/{account}Update specific account details

Bank Accounts (Specific)

MethodEndpointDescription
POST/v1/accounts/{account}/bank_accountsAdd a bank account
DELETE/v1/accounts/{account}/bank_accounts/{id}Delete a bank account
GET/v1/accounts/{account}/bank_accounts/{id}Retrieve bank account details

Capabilities (Specific)

MethodEndpointDescription
GET/v1/accounts/{account}/capabilitiesRetrieve account capabilities
GET/v1/accounts/{account}/capabilities/{capability}Retrieve specific capability details
POST/v1/accounts/{account}/capabilities/{capability}Update specific capability

External Accounts (Specific)

MethodEndpointDescription
GET/v1/accounts/{account}/external_accountsRetrieve external accounts
POST/v1/accounts/{account}/external_accountsAdd an external account
DELETE/v1/accounts/{account}/external_accounts/{id}Delete an external account
GET/v1/accounts/{account}/external_accounts/{id}Retrieve external account details

People (Specific)

MethodEndpointDescription
GET/v1/accounts/{account}/peopleRetrieve people associated
POST/v1/accounts/{account}/peopleAdd a person to account
DELETE/v1/accounts/{account}/people/{person}Delete a person
GET/v1/accounts/{account}/people/{person}Retrieve person details
POST/v1/accounts/{account}/people/{person}Update person details

Persons (Specific)

MethodEndpointDescription
POST/v1/accounts/{account}/personsAdd a person
DELETE/v1/accounts/{account}/persons/{person}Delete a person
GET/v1/accounts/{account}/persons/{person}Retrieve person details
POST/v1/accounts/{account}/persons/{person}Update person details

Other Account-Specific Operations

MethodEndpointDescription
POST/v1/accounts/{account}/login_linksCreate login link for account
POST/v1/accounts/{account}/rejectReject an account

Apple Pay Operations

MethodEndpointDescription
GET/v1/apple_pay/domainsRetrieve Apple Pay domains
POST/v1/apple_pay/domainsAdd a domain to Apple Pay
DELETE/v1/apple_pay/domains/{domain}Delete a domain from Apple Pay
GET/v1/apple_pay/domains/{domain}Retrieve specific Apple Pay domain

Application Fees Operations

MethodEndpointDescription
GET/v1/application_feesRetrieve list of application fees
GET/v1/application_fees/{id}Retrieve specific application fee
POST/v1/application_fees/{id}/refundRefund an application fee
GET/v1/application_fees/{id}/refundsRetrieve list of refunds
POST/v1/application_fees/{id}/refundsCreate a refund for an application

Application Fee Refunds (Specific)

MethodEndpointDescription
GET/v1/application_fees/{fee}/refunds/{id}Retrieve specific refund details