Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
OK
Replaces the primary payment method associated with an active subscription. This operation is typically used when a customer updates their card, bank account, or switches to a different saved method for ongoing billing.
You must provide the subscriptionId and the new payment method details.
The new method will be used for all future charges, starting with the next billing cycle (or immediately, if a payment is due).
This endpoint helps ensure billing continuity in case of expired cards, failed payments, or customer-initiated updates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK