Sign-up

Stripe provides a self-service sign-up for a sandbox account. To sign-up for an account visit the sign-up page and fill in the details.

Credentials

When setting up Stripe in the Dashboard, you will need to configure the following credentials, which are obtained from Stripe:

Secret key

The Stripe Secret key can be found in the Stripe Admin Portal under the Developers -> API Keys section.

Recurring payments

The Stripe connector can operate as either an open or a closed-loop connector. In a closed-loop configuration we will use a Stripe token for every transaction, which means you can not process a subsequent payment with another provider.

In an open-loop situation we will use card data from our vault for every transaction, allowing us to processing transactions in a recurring payments with a different payment service for every transaction.

By default, your Stripe connector will work in a closed-loop configuration, as Stripe requires open-loop to be enabled for your account before we can process transactions that way. Please contact our support team for additional guidance.

Digital wallets

Recurring Apple Pay and Google Pay are supported through Stripe in a close-loop configuration. For this to work we will require you to contact Stripe to get decoded Apple and Google Pay token pass-through enabled on their /v1/tokens API. We currently do not support recurring digital wallet payments on Stripe in an open-loop configuration as this requires a different Stripe API. We are looking to add this in the near future.