stripe-app
API configuration: stripe-app
Features
🚫 (time to contribute: <48h)
We can implement missing features in <48h, just ask for it in the community.
Getting started
Do you need help? Please check this link community.
Connection configuration in Terapi for external test apps
If you are using the "External Test" version of your app, Stripe requires you to use a temporary id to identify your application. See the docs for more information.
In this case, you must use the
stripe-app-sandbox
integration in Terapi, and add the temporary ID to theappDomain
field in the connection params.
terapi.auth('stripe-app-sandbox', '', {params: {appDomain: ''}});
API gotchas
Stripe app does not return an
expire_at
orexpire_in
value during the exchange of a code for an access token. However, according to the docs, access tokens expire in one hour, while refresh tokens expire in one year
Add Getting Started links and Gotchas by editing this page
Last updated