v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Visa Click2Pay Enrol and Manage

Delete Cardholder from C2P

Send a request to this endpoint to remove a cardholder’s profile from C2P. Note: The cards added to the profile are also removed.

post/v1/click2pay/VISA/delete/customer/{customerId}

Path parameters

customerIdstring biginteger required

The customer id you want to delete.

Query parameters

auditUserstring required

The audit user to log the request.

Request body

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

{
  "customerBID": "123456"
}

Response

Accepted

requestTraceIdstring uuid required

Unique identifier of the request

Example response

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