get https://api.staging.pungle.co/api/v1/card_issuing/cardholders/
List Cardholder
details including personal information, account details and cards associated with each account.
Field Name | Type | Description |
---|
id | Number | ID of the cardholder |
company_id | String | ID of the company the cardholder belongs to |
external_tag | String | User defined external reference field to store on Card Holder |
first_name | String | Cardholder's first name |
middle_name | String Cardholder's middle name | |
last_name | String Cardholder's last name | |
date_of_birth | Date | Cardholder's birth date. |
address1 | String | |
address2 | String | |
city | String Cardholder's city | |
state | String | Cardholder's state or province |
postal_code | String | Cardholder's postal code (zip code) |
country | Number | Three digit ISO numeric UN M49 country code; Example USA=840, Canada=124. |
phone | String | Cardholder's primary phone number |
email | String | Cardholder's email |
shipping_method | String | Use shipping method to send the new card plastic. |
primary_processor_reference | String | The processor reference of the cardholders primary (or only) account |
created_at | Date | Date and time the cardholder was created |
updated_at | Date | Date and time the cardholder record was last changed |
username | String | Username used to log into Cardholder Portal |
accounts | List of Accounts | Accounts belonging to this cardholder. See below for details |
bank_details | Bank Details | Bank account details for direct deposit account. Details are for Cardholders primary account only. See below for details |
parent_cardholder_id | Number | ID of the parent cardholder. This feature must be enabled as part of your program. |
Field Name | Type | Description |
---|
id | Number | ID of cardholder account |
program_id | Number | Program the account is associated with |
cardholder_id | Number | ID of cardholder |
processor_reference | String | Reference to the account on the processors system |
status_code | String | Account Status |
created_at | Date | Date and time the account was created |
updated_at | Date | Date and time the account record was last changed |
cards | List of Cards | Cards attached to this account. May include replaced cards. See below for more details |
Code | Description |
---|
active | Active |
not_active | Not Active |
suspended | Suspended |
expired | Expired |
cancelled | Cancelled |
lost | Marked As Lost |
stolen | Marked As Stolen |
shipping | Shipping |
delinquent | Marked As Delinquent |
shipped | Shipped/Ready to Activate |
Field Name | Type | Description |
---|
card_number | String | Full PAN of the card. Will be masked unless the program is set to show sensitive details |
expiry_date | Date | Expiry date of the card |
last_four_digits | String | Last four digits of PAN |
status | String | Status of card |
Bank details will only be displayed if direct deposit is enabled for the cardholders primary account.
Field Name | Type | Description |
---|
transit_number | String | |
institution_number | String | |
account_number | String | |