Issuer Representative Document Upload
This endpoint allows uploading documents associated with a representative of a previously registered issuer.
Request
ENDPOINT
/issuer_management/issuer/ISSUER-KEY/issuer_representative/ISSUER-REPRESENTATIVE-KEY/documentMETHOD
POSTPath Params
| Field | Type | Description | Characters |
|---|---|---|---|
ISSUER-KEY | string | Unique issuer key (UUID v4). | 36 |
ISSUER-REPRESENTATIVE-KEY | string | Unique issuer representative key (UUID v4). | 36 |
Request Body
Request Body
{
"document_base64": "dGVzdGVfZG9jdW1lbnRfYmFzZTY0",
"document_type": "cnh"
}
Request Body Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
document_base64 * | string | Document file content encoded in Base64. | - |
document_type * | string | Type of document being uploaded. Accepted values: | document_type Enumerators |
document_type Enumerators
| Enum | Description |
|---|---|
cnh | National Driver's License |
cnh_front | CNH Front |
cnh_back | CNH Back |
cnh_digital | Digital CNH |
rg_front | RG Front |
rg_back | RG Back |
proof_of_address | Proof of Address |
letter_of_attorney | Power of Attorney |
passport | Passport |
national_registry_of_foreigners | National Registry of Foreigners |
Response
STATUS
201Response Body
{
"document_key": "123e4567-e89b-12d3-a456-426614174000",
"document_type": "cnh",
"ocr_key": "123e4567-e89b-12d3-a456-426614174000"
}
Response Body Params
| Field | Type | Description | Max Characters |
|---|---|---|---|
document_key | string | Unique identifier for the uploaded document (UUID v4). | 36 |
document_type | string | Type of document uploaded. | document_type Enumerators |
ocr_key | string | OCR key associated with the uploaded document. | 36 |