accounts
Create new account.
Creates a new account. The data required can be submitted as a JSON body or as a list of parameters (in key=value pairs, like a webform).
post/v1/accounts
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"name": "My checking account",
"type": "asset",
"iban": "GB98MIDL07009312345678",
"bic": "BOFAUS3N",
"account_number": "7009312345678",
"opening_balance": "-1012.12",
"opening_balance_date": "2026-08-01T00:00:00+00:00",
"virtual_balance": "123.45",
"currency_id": "12",
"currency_code": "EUR",
"order": 1,
"include_net_worth": true,
"account_role": "defaultAsset",
"credit_card_type": "monthlyFull",
"monthly_payment_date": "2026-08-01T00:00:00+00:00",
"liability_type": "loan",
"liability_direction": "credit",
"interest": "5.3",
"interest_period": "monthly",
"notes": "Some example notes",
"latitude": 51.983333,
"longitude": 5.916667,
"zoom_level": 6
}Response
New account stored, result in response.
Changes
No recorded changes to this endpoint across all 1 revision of this API.