v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Cards

Get Cardholder Details

get/api/v1/cardholder/{publicToken}

Path parameters

publicTokenstring required

Response

Success

titlestring nullable

Title of the cardholder.

firstNamestring required

First name of the cardholder.

middleNamestring nullable

Middle name of cardholder

lastNamestring required

Last name of the cardholder.

dateOfBirthstring required

Date of Birth of the cardholder. Format YYYY-MM-DD.

mobilestring nullable

Mobile number of cardholder.

emailstring nullable

Email address of the cardholder.

Example response

{
  "title": "Mr",
  "firstName": "John",
  "lastName": "Smith",
  "dateOfBirth": "1963-11-22",
  "mobile": "07471234567",
  "email": "john.smith@example.com"
}