Skip to main content
PATCH
Update account details

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

accountId
integer<int64>
required

Id of account to update

Body

New values for account properties

isActive
boolean | null

Changes whether the account is active. Null will leave the current value unchanged.

isAllowedToSpend
boolean | null

Changes whether the account is allowed to spend funds. Null will leave the current value unchanged.

expireBalance
boolean

Cancels all pending transactions and expire available balance. False will do nothing

Response

OK

Last modified on August 10, 2026