cURL
curl --request POST \ --url https://fxaas-dev.acorianacorretora.com.br/corporate/counterparty \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "name": "NewGate Corporation", "counterparty_address": { "address": "123 Example Street", "country": "US", "city": "Anytown", "state": "CA", "zip_code": "90210" }, "bank_account": { "bank_name": "First National Bank", "swift_code": "FNBAUS33XXX", "bank_country": "US", "account_number": "1234567890", "iban": "US45999999999999", "aba_routing_number": "121000248" }, "intermediary_bank": { "bank_name": "International Transfer Bank", "swift_code": "INTLUS44XXX", "bank_country": "US" } } '
{ "id": "<string>", "name": "<string>", "counterparty_address": { "address": "<string>", "country": "<string>", "city": "<string>", "zip_code": "<string>", "state": "<string>" }, "bank_account": { "bank_name": "<string>", "swift_code": "<string>", "bank_country": "<string>", "account_number": "<string>", "iban": "<string>", "aba_routing_number": "<string>" }, "intermediary_bank": { "bank_name": "<string>", "swift_code": "<string>", "bank_country": "<string>" }, "external_id": "<string>" }
Register a new counterparty for corporate operations
Authorization header
"Bearer Token"
Name of the counterparty
Show child attributes
External identifier for the counterparty
Counterparty created successfully
Unique identifier of the counterparty