Skip to main content

Send Signed Document


Introduction

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

Attention

This resource is available only for integrations that exercise the role of Distributor.

Input / Output:

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

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

Request

ENDPOINT
/investor_registry/v2/investor/{document_batch_key}/document_batch/{document_batch_key}/signed_document
METHOD
POST
STATUS
201

Request body

Request Body
{
"document_type": "legal_person_registry_form | natural_person_registry_form | professional_investor_term | qualified_investor_term",
"signature_method": "opt_in",
"opt_in_hash" : "OPT_IN_HASH"
}
Attention

During the integration process, a means of authenticating the sent hash will be required.

Response

Response Body
{
"investor_document_key": "UUID"
}