Deprecated: Submit KYC identity documents manually. Use the Initiate KYC Verification endpoint instead. POST /cardholders//kyc.
cardholders:write
| Parameter | Type | Required | Description |
|---|---|---|---|
cardholderId | string | Yes | Unique cardholder identifier |
| Field | Type | Required | Description |
|---|---|---|---|
documentType | string | Yes | PASSPORT, NATIONAL_ID, or DRIVER_LICENSE |
documentNumber | string | Yes | Document identification number (3-50 chars) |
idFrontUrl | string | Yes | URL to the front image of the ID document |
idBackUrl | string | No | URL to the back image |
selfieUrl | string | No | URL to a selfie photo |
JWT access token obtained from /auth/token
Unique cardholder identifier
Type of identification document
PASSPORT, NATIONAL_ID, DRIVER_LICENSE Document identification number
3 - 50URL to the front image of the ID document
500URL to the back image of the ID document (optional for passports)
500URL to a selfie photo holding the ID document
500