Object | Type | Description |
---|
nickname | string | A cardholder nickname refers to a customized label or name that a credit or debit card holder can assign to their payment card. This nickname is typically used to help the cardholder easily identify and differentiate their various cards, especially if they have multiple cards from the same issuer. |
first_name | String | First name of the cardholder |
last_name | String | Last name of the cardholder |
email | String | Email address of the cardholder |
phone | String | Phone number of cardholder |
parameters | type | required | description |
---|
id | string | N | The id of the cardholder |
first_name | string | N | The first name of the cardholder |
middle_name | string | N | The middle name of the cardholder |
last_name | string | N | The last name of the cardholder |
status | string | N | The status of the cardholder |
email | string | N | The email of the cardholder |
phone_code | string | N | The phone code of the cardholder |
phone | string | N | The phone of the cardholder |
billing_address | object | N | The billing address of the cardholder |
line1 | string | N | The address line 1 of the cardholder |
line2 | string | N | The address line 2 of the cardholder |
city | string | N | The city of the cardholder |
state | string | N | The state of the cardholder |
postal_code | string | N | The postal code of the cardholder |
country | string | N | The country of the cardholder |
create_time | number | N | The create time of the cardholder |
update_time | number | N | The update time of the cardholder |