Send Signed Subscription Note
Introduction
This feature aims to send us proof of signature of the subscription note from an investor to a quota offering of a fund.
Attention
This feature is only available for integrations that exercise the role of Distributor.
Input / Output:
As input, information related to the subscription should be sent, the UUID of the fund's quota offering that the investor subscribed to, signature type and depending on the signature, the necessary content for validation. See example below.
As output, a subscription_note_key will be delivered. The subscription_note_key is used to identify the subscription note.
Request
ENDPOINT
/quota_offering_control/investor/INVESTOR_KEY/signed_subscription_noteMÉTODO
POSTSTATUS
201Request body
Request Body
{
"number_of_quotas": 0.0,
"original_subscription_note_value": 0.0,
"start_date": "YYYY-MM-DD",
"maturity_date": "YYYY-MM-DD",
"quota_offering_key": "UUID",
"transaction_type": "ted | b3",
"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
{
"subscription_note_key": "UUID"
}