Retrieves an issuing cardholder object.
The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
Universally unique identifier (UUID v4) of a resource.
"71fdb0fe-9682-457a-9361-e8868694f12f"
OK - Successfully retrieved a cardholders.
The cardholder’s unique identifier.
"7c4ff2cd-1bf6-4aaa-bf16-266771425011"
The cardholder’s email address.
"demo@example.com"
The total number of cards associated with the cardholder, including all statuses.
1
The first name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
"Emily"
The last name of this cardholder. Required before activating Cards. This field cannot contain any numbers, special characters (except periods, commas, hyphens, spaces and apostrophes) or non-latin letters.
"Toy"
Time at which the object was created.
"2024-05-09 15:52:23"
The cardholder's status.
FAILED, PENDING, SUCCESS, INCOMPLETE The cardholder's birth date with yyyy-mm-dd format.
"1990-01-01"
The cardholder’s phone number.
See [Phone Number Validation Rules For Cardholder](/card-issuance/v1.6/guide/Phone Number Validation Rules for Cardholder) for length validation details.
"86683306"
The cardholder's gender.
MALE - Male.FEMALE - Female.MALE, FEMALE "MALE"
The cardholder's nationality in ISO 3166-1 alpha-2 format. Required for STANDARD and ENHANCED KYC levels.
2"SG"
The cardholder’s residential address.
The review status of the cardholder.
SUCCESS, FAILED, PENDING "SUCCESS"
IDV verification status. Returned when applicable.
PENDING - IDV pending.PASSED - IDV passed.FAILED - IDV failed.PENDING, PASSED, FAILED IDV verification URL. Returned when applicable.
"https://idv.sumsub.com/verify/abc123"
IDV verification URL expiration time in RFC 3339 format.
"2026-04-10T10:00:00+08:00"