Skip to main content

Create Payment Intent

POST /v1/payments/create-intent

Create a PaymentIntent for processing payments.

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

{
"$ref": "#/components/schemas/CreatePaymentIntentRequest"
}

Responses

200

Successful Response

{}

422

Validation Error

{
"$ref": "#/components/schemas/HTTPValidationError"
}