Skip to main content

Investor Documents Submission

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


Request

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

Path Params

FieldTypeDescriptionCharacters
INVESTOR-KEYstringUnique investor key (UUID v4).36

Request Body

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

Request Body Params

FieldTypeDescriptionMax Characters
document_base64 *stringDocument file content encoded in Base64.-
document_type *stringType of document submitted.document_type Enumerators

document_type Enumerators

EnumDescription
danfeDANFE
proof_of_addressProof of Address
letter_of_attorneyPower of Attorney
company_statuteCompany Contract or Statute

Response

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

Response Body Params

FieldTypeDescriptionMax Length
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