Create Financial Application
Request
ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/financial_applicationMETHOD
POSTSTATUS
201Request Body
{
"issuance_serie_key": "UUID",
"share_capital": 0.00,
"payment_method": "b3 / regular",
"central_depositary": "unregistered / cetip"
}
Required Fields.
- issuance_serie_key
- shared_capital
Attention
payment_method and central_depositary are optional fields, so if they are not sent, the default marked option will be considered.
- This will be deprecated in future versions, making it mandatory to send the fields
Body params
| Field | Type | Description |
|---|---|---|
issuance_serie_key | string | Unique identification key for the Issuance Series |
share_capital | float | Financial application amount |
payment_method | string | Payment Method. Expected values: • regular: Pix or TED (default) • cetip: Via Cetip |
central_depositary | string | Depositary type. Expected values: • unregistered: Without registrar • cetip: Registered at Cetip (default) |
Response
Response Body
{
"financial_application_key": "UUID"
}