Skip to main content
GET
Get Bank Account

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_uuid
string
required

Response

Successful Response

A bank account of the company, identified by an opaque id.

Balances are decimal numbers in the account's currency; they are null for accounts Fidly does not synchronise (a manual account carries no balance).

id
string
required

Opaque unique identifier of the bank account.

origin
string
required

How the account came into Fidly. One of: ponto (synchronised through the banking connection), coda (created from a CODA statement), manual.

title
string | null
required

Name of the account.

reference
string | null
required

Account reference, usually the IBAN.

bic
string | null
required

BIC/SWIFT code of the institution.

current_balance
number | null
required

Current balance of the account.

available_balance
number | null
required

Balance actually available for spending.

currency
string | null
required

ISO 4217 currency code of the balances (e.g. EUR).

default
boolean
required

true when this is the company's default account.

display_on_invoice
boolean
required

true when this account is printed on the invoices the company issues.

created_at
string<date-time> | null
required

When the account was added to Fidly (ISO 8601).

updated_at
string<date-time>
required

When the account was last modified (ISO 8601).