Skip to main content
POST
Update an installment 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 installment.

installmentId
string
required

The ID of the installment to update.

Example:

"a3e535f7-985e-4252-ae0f-9c9448907d86"

paymentToken
object
required

The new payment token to associate with the installment.

Response

Installment payment token successfully updated.

Last modified on July 14, 2026