v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Banking > 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

idstring required

Factorial unique identifier.

external_idstring required

External ID for the bank account.

currencystring required

Currency.

countrystring required

Country.

account_numberstring required

Account number.

account_number_type'iban' | 'sort_code_and_account_number' | 'routing_number_and_account_number' | 'clabe' | 'other' | 'bank_name_and_account_number' required

Account number type.

sort_codestring

Sort code.

bicstring

Bank Identifier Code.

ibanstring

International Bank Account Number.

routing_numberstring

Routing number.

account_balance_centsinteger required

Account balance in cents.

available_balance_centsinteger required

Available balance in cents.

pending_balance_centsinteger required

Pending balance in cents.

beneficiary_namestring

Beneficiary name.

bank_namestring

Bank name.

account_aliasstring

Account alias.

updated_atstring required

Last updated date.

legal_entity_idstring

Factorial unique identifier of the legal entity.

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"
}