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
Example request
{
"customerBID": "123456"
}Response
Accepted
Example response
{
"requestTraceId": "351562ba-83cf-11ee-b962-0242ac120002"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.