Stripe is a global payments platform that provides APIs and tools for businesses to accept and manage online payments.
| Payment method | Recurring payments | Recurring retries | Delayed capture | Partial refunds |
|---|
| Credit cards | Yes | Yes | Yes | Yes |
Stripe account setup
- Create a Stripe account if you don't already have one.
- Obtain your API keys from the Stripe Dashboard under Developers > API keys.
- Copy both the Publishable key (
pk_...) and the Secret key (sk_...).
Gateway profile setup
| Field | Required | Description |
|---|
| Integration | Yes | Stripe |
| Environment | Yes | Must match the mode of your Stripe API keys |
| Public Key | Yes | Publishable key from the Stripe Dashboard (pk_...) |
| Secret Key | Yes | Secret key from the Stripe Dashboard (sk_...) |