Object | Type | Description |
---|
limit | string | 1-100 integer,default 10 |
starting_after | String | |
ending_before | String | |
parameters | type | required | description |
---|
count | number | N | Number of cards |
has_more | boolean | N | Whether there is more data or not |
data | object | N | The card covered |
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 |