Transactions & ReportingBalances
Look up account balance
Authorization
authorization AuthorizationBearer <token>
Set Your Secret API Key
In: header
Path Parameters
id*string
Response Body
*/*
curl -X POST "https://example.com/v1/internal-accounts/string/balance"{ "accountNumber": "string", "balances": [ { "amount": 0, "currency": "string", "type": "currentLedger" } ], "id": "string", "swiftBic": "string"}