Skip to main content
PATCH
Update account information

Overview

Updates specific fields of an existing account. This endpoint allows you to modify account holder information without affecting other account properties like IBAN or status.

Path Parameters

id
integer<int64>
required

ID

Body

application/json

Request to update account information

accountHolderName
string | null

Updated account holder name

Example:

"Jane A. Doe"

accountHolderNameAliases
string[] | null

Updated account holder name aliases

Example:

"Jane Doe"

clientAccountId
string | null

Updated client account ID (must be unique)

Example:

"acc_001A"

organisationIdentification
object | null

Updated organisation identification details (for LEGAL accounts)

Response

Account updated successfully

Account information response

id
integer<int64>
required

Internal account identifier

Example:

1

clientAccountId
string
required

Client's internal account ID

Example:

"acc_001"

iban
string
required

International Bank Account Number

Example:

"LT121000011111111111"

accountType
enum<string>
required

Type of account

Available options:
PRIVATE,
LEGAL
Example:

"PRIVATE"

accountHolderName
string
required

Name of the account holder

Example:

"Jane Doe"

status
enum<string>
required

Account status

Available options:
OPEN,
CLOSED
Example:

"OPEN"

createdAt
string
required

Account creation timestamp

Example:

"2025-09-10T13:43:40.758Z"

updatedAt
string
required

Last update timestamp

Example:

"2025-09-10T13:55:40.758Z"

ibanMetadata
object

International Bank Account Generation Metadata

accountHolderNameAliases
string[] | null

Optional alternative names or identifiers to improve matching (e.g., acronyms, short forms like "IBM" for "International Business Machines")

Example:
organisationIdentification
object | null

Organisation identification details (for LEGAL accounts)

Last modified on September 26, 2025