Skip to main content

Set Default Payment Method

POST /v1/payments/default-method

Set the default payment method for the user.

Parameters

NameTypeRequiredDescription
X-API-KeystringNo

Request Body

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

Responses

200

Successful Response

{}

422

Validation Error

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