Skip to main content
POST
Update a subscription payment token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the subscription.

subscriptionId
string
required

The ID of the subscription to update.

Example:

"71a6c18f-7203-4eb6-862c-3acb753e7856"

paymentToken
object
required

The new payment token to associate with the subscription.

Response

Payment token successfully updated.

Last modified on July 14, 2026