v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBVisa Click2Pay Enrol and Manage
Update Cardholder by Cardholder ID in C2P
Send a request to this endpoint to modify a cardholder’s details in C2P. You may update the email ID and/or the phone number.
put/v1/click2pay/VISA/update/customer/{customerId}
Path parameters
customerIdstring biginteger required
The cardholder id of which cardholder you want to update.
Query parameters
auditUserstring required
The audit user to log the request.
Request body
Example request
{
"overrides": {
"emails": [
"alex123@hotmail.com"
],
"phones": [
"16504005555"
]
},
"customerBID": "123456"
}Response
Accepted
Example response
{
"requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}