v1

latestOpenAPI 3.0.12026-07-24128351404.9 KB
Cardholder

Create Cardholder

post/open-api/v3/cardholders

Request body

OR
OR
OR

Example request

{
  "firstName": "John",
  "lastName": "Smith",
  "cardholderLabel": "Marketing Ad",
  "email": "user@gmail.com",
  "nationality": "US",
  "dob": "1990-01-01",
  "phoneNumber": "1380013800",
  "phoneCountryCode": "86",
  "ssn": "123456789",
  "address": {
    "addressLine1": "123 Main St",
    "addressLine2": "Apt 4B",
    "city": "New York",
    "country": "US",
    "postalCode": "10001"
  }
}

Response

OK

codestring

Error code

messagestring

Error message

Example response

{
  "code": "400001",
  "message": "Invalid parameter",
  "data": {
    "address": {
      "addressLine1": "123 Main St",
      "addressLine2": "Apt 4B",
      "city": "New York",
      "country": "US",
      "postalCode": "10001"
    }
  }
}