Skip to main content

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/document
METHOD
POST

Path Params

FieldTypeDescriptionCharacters
ISSUER-KEYstringUnique issuer key (UUID v4).36
ISSUER-REPRESENTATIVE-KEYstringUnique issuer representative key (UUID v4).36

Request Body

Request Body
{
"document_base64": "dGVzdGVfZG9jdW1lbnRfYmFzZTY0",
"document_type": "cnh"
}

Request Body Params

FieldTypeDescriptionMax Characters
document_base64 *stringDocument file content encoded in Base64.-
document_type *stringType of document being uploaded. Accepted values:document_type Enumerators

document_type Enumerators

EnumDescription
cnhNational Driver's License
cnh_frontCNH Front
cnh_backCNH Back
cnh_digitalDigital CNH
rg_frontRG Front
rg_backRG Back
proof_of_addressProof of Address
letter_of_attorneyPower of Attorney
passportPassport
national_registry_of_foreignersNational Registry of Foreigners

Response

STATUS
201
Response Body
{
"document_key": "123e4567-e89b-12d3-a456-426614174000",
"document_type": "cnh",
"ocr_key": "123e4567-e89b-12d3-a456-426614174000"
}

Response Body Params

FieldTypeDescriptionMax Characters
document_keystringUnique identifier for the uploaded document (UUID v4).36
document_typestringType of document uploaded.document_type Enumerators
ocr_keystringOCR key associated with the uploaded document.36