Creates a new issuing cardholder object that can be issued cards.
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.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
The cardholder’s email address.
"demo@example.com"
The first name of the cardholder. Must be between 1 and 40 characters, containing only alphabetic characters and spaces. Spaces are not allowed at the beginning or end of the name.
"Emily"
The last name of the cardholder. Must be between 1 and 40 characters, containing only alphabetic characters and spaces. Spaces are not allowed at the beginning or end of the name.
"Toy"
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 birth date with yyyy-mm-dd format.
"1990-01-01"
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 cardholder's identity document information. Required for STANDARD and ENHANCED KYC levels.
KYC verification information. Required for ENHANCED KYC level.
The type of the identification document.
pdf, png, jpg, jpeg "pdf"
Base64 encoded identification document string, 2MB limitation.
Cardholder creation successfully.
The cardholder’s unique identifier.
"7c4ff2cd-1bf6-4aaa-bf16-266771425011"
The cardholder's status.
FAILED, PENDING, SUCCESS, INCOMPLETE IDV verification URL. Returned when kyc_verification.method is SUMSUB_REDIRECT.
"https://idv.sumsub.com/verify/abc123"
IDV verification URL expiration time in RFC 3339 format. Returned when kyc_verification.method is SUMSUB_REDIRECT.
"2026-04-10T10:00:00+08:00"