v1

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

Update Cardholder by Cardholder ID in C2P

Send a request to this endpoint to modify a cardholder’s details in C2P. You may update the email ID and/or the phone number.

put/v1/click2pay/VISA/update/customer/{customerId}

Path parameters

customerIdstring biginteger required

The cardholder id of which cardholder you want to update.

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

{
  "overrides": {
    "emails": [
      "alex123@hotmail.com"
    ],
    "phones": [
      "16504005555"
    ]
  },
  "customerBID": "123456"
}

Response

Accepted

requestTraceIdstring uuid required

Unique identifier of the request

Example response

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