Submit KYC (Know Your Customer) verification documents for a cardholder. This will update the KYC status to PENDING while documents are reviewed. Once verified, the status will change to VERIFIED.
PENDING while documents are reviewed. Once verified, the status will change to VERIFIED.
| Parameter | Type | Description |
|---|---|---|
id | string | Unique cardholder identifier |
| Field | Type | Required | Description |
|---|---|---|---|
documentType | string | Yes | Document type (PASSPORT, NATIONAL_ID, DRIVER_LICENSE) |
documentNumber | string | Yes | Document identification number |
idFrontUrl | string | Yes | URL to the front image of the ID document |
idBackUrl | string | No | URL to the back image (optional for passports) |
selfieUrl | string | No | URL to a selfie photo holding the ID document |
| Type | Description | Back Required |
|---|---|---|
PASSPORT | International passport | No |
NATIONAL_ID | Government-issued national ID card | Yes |
DRIVER_LICENSE | Driver’s license | Yes |
| Status | Description | Can Submit |
|---|---|---|
UNSUBMITTED | No documents submitted yet | Yes |
PENDING | Documents submitted, awaiting review | No |
VERIFIED | Verification completed successfully | No |
REJECTED | Verification failed - may resubmit | Yes |
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