Stripe
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 the Secret key (
sk_...).
Gateway profile setup
| Field | Required | Description |
|---|---|---|
| Integration | Yes | Stripe |
| Environment | Yes | Must match the mode of your Stripe API keys |
| Secret Key | Yes | Secret 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.