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 both the Publishable key (pk_...) and the Secret key (sk_...).

Gateway profile setup

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