Skip to main content

Investor Representative Documents Submission

This endpoint allows submitting documents associated with a representative of a previously registered investor.


Request

ENDPOINT
/investor_management/investor/INVESTOR-KEY/investor_representative/INVESTOR-REPRESENTATIVE-KEY/document
METHOD
POST

Path Params

FieldTypeDescriptionCharacters
INVESTOR-KEYstringUnique investor key (UUID v4).36
INVESTOR-REPRESENTATIVE-KEYstringUnique investor 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 submitted. Accepted values:document_type Enumerators

document_type Enumerators

EnumDescription
cnhDriver's License
cnh_frontDriver's License Front
cnh_backDriver's License Back
cnh_digitalDigital Driver's License PDF
rg_frontID Front
rg_backID Back
danfeDANFE
proof_of_addressProof of Address
letter_of_attorneyPower of Attorney

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 of the submitted document (UUID v4).36
document_typestringType of document submitted.document_type Enumerators
ocr_keystringOCR key associated with the submitted document.36