v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Visa 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

activeboolean

The status of the customer.

customerBIDstring required

Unique identifier assigned to each issuer. Note: If you are using our BIN sponsorship, we provide you the customerBID; else, Visa provides you the customerBID.

Example request

{
  "active": true,
  "customerBID": "123456"
}

Response

Accepted

requestTraceIdstring uuid required

Unique identifier of the request

Example response

{
  "requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}