Stripe software and APIs help accept payments, send payouts, and manage your businesses online.
Note: The Stripe API does not support delta requests based on queries to the API. You can apply the following filter expression to limit export records sent into destination flow steps:
["subtract",["number",["extract","created"]],["divide",["epochtime",["context","lastExportDateTime"]],1000]]
Set up a connection
This video demonstrates creating a Stripe connection.
After you start the connection, you have to configure it in the Create connection panel and must complete all of the required * authentication settings:
Setting | Instructions |
---|---|
Name your connection * | Enter a clear and distinguishable name. Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account. |
API secret * | Enter your Stripe API secret key. Multiple layers of protection, including AES 256 encryption, are in place to keep your API secret safe. When editing this connection, you must re-enter this value each time; it is stored only when the connection is saved and never displayed as text. How to retrieve the API key |
Tip: This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see token auth universal connector documentation.
How to retrieve the API secret key
API keys are always available in the Dashboard.
- Sign in to your Stripe account.
- Click Developers.
- Navigate to API keys > Restricted keys.
- Click +Create restricted API key.
- Enter Key name.
- From Resource type, select the required permissions.
- Click Create key.
- Click Reveal live key.
- Copy the API secret key.
Comments
Please sign in to leave a comment.