v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBVisa 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
Example request
{
"customerBID": "123456"
}Response
Accepted
Example response
{
"requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}