v1

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

Delete Card by Card ID from C2P

Send a request to this endpoint to remove a card from a cardholder’s C2P profile.

post/v1/click2pay/VISA/delete/card/{cardId}

Path parameters

cardIdstring biginteger required

Unique identifier of the card 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"
}