v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounts
Get transaction banking account information
Get the information for a transaction banking account.
NOTE: This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
get/corporate/v1/corporate-accounts/{externalAccountId}
Path parameters
externalAccountIdstring required
External account ID
Response
OK
Example response
{
"account_id": 102778,
"account_creation_datetime": "2024-01-04T10:25:30.123Z",
"division_code": "US",
"program_id": 492,
"future_dated_credits_balance": 70,
"future_dated_debits_balance": 70,
"parent_account_id": 123,
"available_balance": 123.45,
"earmarked_balance": 123.45,
"overdraft_limit": 123.45,
"ledger_balance": 270.35,
"book_balance": 146.9,
"value_dated_balance": 123.45,
"uncleared_funds": 123.45,
"children": [
102778
],
"status": "NORMAL",
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"currency_numeric_code": "840",
"currency_alphabetic_code": "USD",
"document_number": "1122334455",
"status_reason_id": 1438,
"status_reason_description": "CREDIT_ONLY",
"reason_external_id": "CREDIT_ONLY"
}