Skip to main content

Send Signed Document


Introduction

This resource aims to send us the signature proof of documents related to the formalization of an investor registration whose registry analysis is already approved. There are 3 types of documents: registry form, qualified investor declaration, and professional investor declaration.

Input / Output:

As input, the document type, signature type and depending on the signature, the content necessary for validation should be sent. See example below.

As output, an investor_document_key will be delivered. The investor_document_key is used to identify the sent document.

Request

ENDPOINT
/investor_registry/v2/investor/{investor_key}/investor_analysis/{investor_analysis_key}/document_batch
METHOD
GET
STATUS
200

Response

Response Body
{
"document_batch_key": "UUID",
"status": "pending_signature",
"investor_analysis_key": "UUID",
"url": "https://docs.qitech.com.br/",
"documents": [
{
"investor_document_key": "UUID",
"document_type": "professional_investor_term",
"status": "generated",
"signature_method": "certifiqi"
},
{
"investor_document_key": "UUID",
"document_type": "legal_person_registry_form",
"status": "generated",
"signature_method": "certifiqi"
}
]
}