Skip to main content

Stripe

Stripe is a global payments platform that provides APIs and tools for businesses to accept and manage online payments.

Payment methodRecurring paymentsRecurring retriesDelayed capturePartial refunds
Credit cardsYesYesYesYes

Stripe account setup

  1. Create a Stripe account if you don't already have one.
  2. Obtain your API keys from the Stripe Dashboard under Developers > API keys.
  3. Copy the Secret key (sk_...).

Gateway profile setup

FieldRequiredDescription
IntegrationYesStripe
EnvironmentYesMust match the mode of your Stripe API keys
Secret KeyYesSecret key from the Stripe Dashboard (sk_...)

Credential verification

When you create or update the gateway profile, Odus verifies the Secret Key against Stripe before saving. If verification fails, the profile is not saved and an error is returned.