You can use these credentials to authenticate the following nodes:
Refer to Stripe’s API documentation for more information about the service.
To configure this credential, you’ll need a Stripe admin or developer account and:
Before you generate an API key, decide whether to generate it in live mode or test mode. Refer to Test mode and live mode for more information about the two modes.
To generate a Secret key in live mode:
Refer to Stripe’s Create a secret API key for more information.
To use a Secret key in test mode, you must copy the existing one:
Refer to Stripe’s Create a secret API key for more information.
All Stripe API requests happen within either test mode or live mode. Each mode has its own API key.
Use test mode to access simulated test data and live mode to access actual account data. Objects in one mode aren’t accessible to the other.
Refer to API keys | Test mode versus live mode for more information about what’s available in each mode and guidance on when to use each.
If you want to work with both live mode and test mode keys, store each mode’s key in a separate credential.
Stripes’ Secret keys always begin with sk_
:
sk_live_
.sk_test_
.Stigg hasn’t tested these credentials with Restricted keys (prefixed rk_
).
Don’t use the Publishable keys (prefixed pk_
) with your credential.