v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCardholder
Update Cardholder
This endpoint supports partial updates to cardholder information, depending on the card BINs. For BB bins email only. For BZ BINs: email and phone number For other BINs, phone number only. Updates apply only to cards created after the change. Existing cards are not affected.<br> Updates are not available for the CORPORATE_MANAGED cardholderTier.
patch/open-api/v3/cardholders/{id}
Path parameters
idstring required
The ID of the cardholder.
The ID of the cardholder.
Request body
Example request
{
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
}
}Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter",
"data": {
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
}
}
}