v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBanking > BankAccount
Reads a single Bank account
Fetch one or all bank accounts for the company.
get/api/2026-07-01/resources/banking/bank_accounts/{id}
Path parameters
idstring required
An array of bank account IDs to filter by.
Response
OK
Example response
{
"id": "1",
"external_id": "ext_135",
"currency": "EUR",
"country": "es",
"account_number": "ES28209582976036485969781",
"account_number_type": "iban",
"sort_code": "123456",
"bic": "FAKEBB33",
"iban": "ES28209582976036485969781",
"routing_number": "12345678",
"beneficiary_name": "factorial INC. - B66854530",
"bank_name": "Fake Bank",
"account_alias": "My Bank Account",
"updated_at": "2021-01-01T00:00:00.000Z",
"legal_entity_id": "11"
}