Skip to main content
PUT
Update accounts
  • Natural person accounts: owner type must be F.
  • Legal entity accounts: owner type must be J.

Authorizations

Authorization
string
header
required

Obtain JWT via client_credentials grant. Required role: MMR_SASK_REPORT

Body

application/json
accountType
enum<string>
required
Available options:
CURRENT_ACCOUNT,
DEPOSIT_ACCOUNT,
LOAN_ACCOUNT,
SAVINGS_ACCOUNT,
PAYMENT_CARD_ACCOUNT,
OTHER_ACCOUNT,
SECURITIES_ACCOUNT,
CUSTODY_ACCOUNT,
SMALL_ENTREPRENEUR_ACCOUNT,
INVESTMENT_ACCOUNT,
CRYPTO_ASSET_ACCOUNT
iban
string
required

Account number (IBAN)

Maximum string length: 35
Example:

"LT601010012345678901"

currency
string
required

Currency code (ISO 4217)

Minimum string length: 1
Example:

"EUR"

openedDate
string<date>
required

Date when the account was opened

Example:

"2024-12-20"

owner
object
required
refId
string
required

Reference ID of the account to update

Example:

"305697289_20250303_E5D11991C7B74CB0"

closedDate
string<date>

Date when the account was closed

Example:

"2025-06-30"

Response

All updated

status
enum<string>
Available options:
SUCCESS,
FAILED
data
object
errors
object[]
Last modified on August 5, 2026