* whtie label revamp * minor changes * updated beta info in copilot docs * renamed gds to ds in overview doc of v2.15 onwards * updated multienv: renamed gds to ds, updated screenshot * updated multienv: app state description * updated superadmin wrt new licensing updates * licensing update: free trial * updates in licensing * changes after review * [docs]updated restapi with bearer auth * Update kubernetes-aks.md * Update openshift.md * Update ecs.md * Update ecs.md * Update kubernetes-gke.md * Update kubernetes.md * Update docker.md * Update docker.md * Update ecs.md * Update google-cloud-run.md * Update kubernetes-aks.md * Update kubernetes-gke.md * Update kubernetes.md * Update openshift.md * Update kubernetes-gke.md * Update kubernetes-aks.md * fixed ecs, removed heroku from 2.15 onwards * updated digitalocean doc * licensing doc changes and location * Update digitalocean.md * Update digitalocean.md * added v2.18.0 --------- Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
6.8 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

