Skip to main content

Create Financial Application


Request

ENDPOINT
/quota_distributor/investor/INVESTOR_KEY/financial_application
METHOD
POST
STATUS
201
Request 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

FieldTypeDescription
issuance_serie_keystringUnique identification key for the Issuance Series
share_capitalfloatFinancial application amount
payment_methodstringPayment Method. Expected values:
• regular: Pix or TED (default)
• cetip: Via Cetip
central_depositarystringDepositary type. Expected values:
• unregistered: Without registrar
• cetip: Registered at Cetip (default)

Response

Response Body
{
"financial_application_key": "UUID"
}