Moneybird logo
Moneybird API

Financial accounts

Financial accounts represent your bank accounts, credit cards, private withdrawals/deposits and other payment services. They are used to track payments and financial mutations.


Retrieve all available financial accounts for the administration

GET
https://moneybird.com/api/v2
/{administration_id}/financial_accounts{format}

Retrieve the financial accounts for the administration. Only active financial accounts are returned; inactive (archived) accounts are omitted.

Required scope(s)

settings

Retrieve all available financial accounts for the administration › path Parameters

administration_id
​administration_id · pattern: ^\d+$ · required

The unique identifier of the administration

A unique record identifier

format
​string · pattern: ^(.(json|xml))?$ · required

The format in which the response is given, can be empty to use the default format

Default: .json

Retrieve all available financial accounts for the administration › Responses

200

A list of financial accounts

id
​identifier · pattern: ^\d+$

A unique record identifier

administration_id
​administration_id · pattern: ^\d+$

A unique record identifier

type
​string
name
​string
identifier
​string
currency
​currency

ISO 4217 currency code

provider
​string | null
moneybird_account
​boolean

Whether Moneybird provides this account (Moneybird Betaalrekening or Moneybird Online Betaalmethoden), rather than an account at an external bank or provider.

active
​boolean
Default: true
created_at
​timestamp · date-time
updated_at
​timestamp · date-time