accounts
Update existing account.
Used to update a single account. All fields that are not submitted will be cleared (set to NULL). The model will tell you which fields are mandatory.
put/v1/accounts/{id}
Path parameters
idstring required
Example:123
The ID of the account.
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",
"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",
"interest": "5.3",
"interest_period": "monthly",
"notes": "Some example notes",
"latitude": 51.983333,
"longitude": 5.916667,
"zoom_level": 6
}Response
Updated account stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.