Overview

Pre-built tooling

Pre-built integrations

Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

Connection configuration in Nango 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 Nango, and add the temporary ID to the appDomain field in the connection params.

nango.auth('stripe-app-sandbox', '<CONNECTION-ID>', {params: {appDomain: '<stripe-app-domain>'}});

API gotchas

  • Stripe app does not return an expire_at or expire_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
Contribute API gotchas by editing this page