Skip to main content

Create a payment

POST 

/api/v1/payments

Create a payment intent with the provided details. Supports multiple payment providers (Stripe) and payment methods (Card).

The request body structure varies by provider and payment method type. Field casing note: provider, currency, payment_method.type, and capture_method are case-insensitive on input (automatically uppercased internally).

Request

Responses

Payment created successfully