v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBVisa Click2Pay Enrol and Manage
Update Cardholder Status by Cardholder ID in C2P
Send a request to this endpoint to specify the cardholder’s status. Note:
- If the cardholder’s status is set to false, then cards of the specific issuer, added in the C2P profile, are deactivated. Issuers can send request to this endpoint for multiple reasons, one of them is to prevent fraudulent transactions.
- If the cardholder’s status is reverted to true, the C2P profile is again active for usage.
put/v1/click2pay/VISA/update/customer/{customerId}/status
Path parameters
customerIdstring biginteger required
The customer id of which customer you want to update.
Query parameters
auditUserstring required
The audit user to log the request.
Request body
Example request
{
"active": true,
"customerBID": "123456"
}Response
Accepted
Example response
{
"requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}