cURL
curl --request GET \ --url https://fxaas-dev.acorianacorretora.com.br/batches/{batch_id} \ --header 'Authorization: <authorization>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "currency_pair": "<string>", "status": "<string>", "operation_count": 123, "operations": [ { "operation_id": "<string>", "foreign_currency_amount": 123, "currency_pair": "<string>", "status": "<string>", "customer_id": "<string>", "bank_account": { "bank_name": "<string>", "swift_code": "<string>", "bank_country": "<string>", "account_number": "<string>", "iban": "<string>", "aba_routing_number": "<string>" }, "created_at": "2023-11-07T05:31:56Z", "counterparty_id": "<string>", "intermediary_bank": { "bank_name": "<string>", "swift_code": "<string>", "bank_country": "<string>" }, "batch_id": "<string>" } ] }
Authorization header
"Bearer Token"
Response
Unique identifier of the batch
Timestamp when the batch was created
Currency pair for the batch
Current status of the batch
Number of SWIFT operations in the batch
List of operations in the batch
Show child attributes