Skip to main content

Send Signed Adhesion Term


Introduction

This resource aims to send us the signature proof of the adhesion term of an investor to an issuance series of a fund.

Attention

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

Input / Output:

As input, the UUID of the fund's issuance series that the investor adhered to and signature type must be sent, and depending on the signature, the necessary content for validation. Example follows below.

As output, an investor_adhesion_key will be delivered. The investor_adhesion_key is used to identify the investor's adhesion.

Request

ENDPOINT
/investor_adhesion/investor/INVESTOR_KEY/signed_investor_adhesion
METHOD
POST
STATUS
201

Request body

Request Body
{
"issuance_serie_key": "UUID",
"signature_method": "opt_in",
"opt_in_hash" : "OPT_IN_HASH"
}
Attention

During the integration process, an authentication method for the sent hash will be required.

Response

Response Body
{
"investor_adhesion_key": "UUID"
}