v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Billing: Payment methods

Set default payment method

Set the default payment method for your account.

Use this endpoint to configure the primary payment method for future orders.

post/api/billing/v1/payment-methods/{paymentMethodId}

Path parameters

paymentMethodIdinteger required
Example:9693613

Payment method ID

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}