POST
/
v1
/
click2pay
/
VISA
/
customer
/
{customerId}
{
  "customerInformation": {
    "email": [
      "alex123@hotmail.com"
    ],
    "locale": "en_US",
    "phone": [
      "16504005555"
    ],
    "lastName": "Miller",
    "firstName": "Alex",
    "middleName": "Robert",
    "countryCode": "USA",
    "status": "ACTIVE"
  },
  "paymentInstruments": [
    {
      "tokenDetails": {
        "tokenReferenceID": "hflasdhflsdkfhoin3y038yfwn",
        "tokenRequestorID": "1234567890"
      },
      "cardId": "<string>",
      "status": "ACTIVE",
      "nameOnCard": "John Doe",
      "billingAddress": {
        "country": "USA"
      }
    }
  ]
}

Path Parameters

customerId
string<biginteger>
required

The customer id of which customer you want to get

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

Response

200
application/json

Successful Get

The response is of type object.