companyName
, startDate
and cnpj
are only required when taxIdType is CNPJ
curl --location --request POST 'https://api.vortexfinance.co/v1/brla/createSubaccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "string",
"taxIdType": "CPF",
"address": {
"cep": "string",
"city": "string",
"state": "string",
"street": "string",
"number": "string",
"district": "string",
"complement": "string"
},
"fullName": "string",
"cpf": "string",
"birthdate": "2019-08-24",
"companyName": "string",
"startDate": "2019-08-24",
"cnpj": "string"
}'
{
"subaccountId": "string"
}