v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCardholder
Create Cardholder
post/open-api/v3/cardholders
Request body
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
Example response
{
"code": "400001",
"message": "Invalid parameter",
"data": {
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
}
}
}