Creating a Cardholder
This section provides instructions on how to create a cardholder. A cardholder is created as part of creating a card; see Creating a Card.
The following information is required to create a cardholder and is found within the cardholder
object used in creating a card.
{{base-url}}/cards/
A cardholder is created at the same time that a card is created and is part of the create card payload; there is no separate API call to a cardholder.
API Explorer
See the Create a card endpoint.
Cardholder Object
Attribute | Description |
---|---|
title | The title of the cardholder. This is used in all card correspondence with the cardholder from your selected card manufacturer. |
firstName | The first name of the cardholder. This is used in Thredd records, correspondence with the cardholder and your selected card manufacturer and appears as the name on the front of the card. |
lastName | The last name of the cardholder. This is used in Thredd records, correspondence with the cardholder and your selected card manufacturer and appears as the name on the front of the card. |
dateOfBirth | The date of birth of the cardholder. This is used in Thredd records. |
mobile | The mobile phone number of the cardholder. This is used in Thredd records and acts as the contact phone number for all SMS functionality. |
email | The email address of the cardholder. This is used in Thredd records and acts as the contact email address for all email functionality. |
Updated over 1 year ago