Set customer payment token details
POST/cms/customer/{id}/token_details
POST
/cms/customer/{id}/token_details
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
Customer ID
Request Bodyrequired
Section titled “Request Bodyrequired”object
payment_method
required
string
token
required
string
expiry
Card expiry date, format YYYY-MM-DD
string
lastdigits
Last digits of the card
string
card_type
Eg: card or credit
string
card_brand
Eg: visa, mastercard
string
Responses
Section titled “Responses”Payment token details updated
object
success
boolean
Bad Request
Unauthorized
Customer not found