Checkio API
post/{tenantId}/v1/billing/payment-methods/{methodId}/default

Set default payment method

Requires Authentication
Billing
Payments

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID
methodId
required
string (uuid)-

Responses

Default set

Response Bodyapplication/json
object

Code Examples

curl -X POST 'https://api-next.checkio.co.uk/{tenantId}/v1/billing/payment-methods/{methodId}/default' \
  -H 'Authorization: Bearer {token}'