Skip to main content

Create Setup Intent

POST /v1/payments/setup-intent

Create a SetupIntent for saving payment methods.

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

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

Responses

200

Successful Response

{}

422

Validation Error

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