Skip to content

Stripe credentials#

You can use these credentials to authenticate the following nodes:

Prerequisites#

Create a Stripe account.

You must have either an admin or developer account.

Supported authentication methods#

  • API key

Refer to Stripe's API documentation for more information about the service.

Using API key#

To configure this credential, you'll need:

  • An API Secret Key: Choose whether to generate an API key in live mode or test mode. Refer to Test mode and live mode for more information about the two modes.

Refer to Create a secret API key for more detailed instructions.

Test mode and live mode#

All Stripe API requests happen within either test mode or live mode. Each mode has its own API key.

Use test mode to access test data and live mode to access actual account data. Objects in one mode aren’t accessible to the other.

Refer to API keys for more information about what's available in each mode and guidance on when to use which format.

n8n credentials for both modes

If you want to work with both live mode and test mode keys, store each mode's key in a separate n8n credential.