Update a Bank account

Use this endpoint to update the details of an existing Bank account using its identifier. Provide all valid and available bank group fields in the request body, otherwise, omitted fields will be lost or overwritten with TIS default values.

Path Params
string
required

Unique UUID identifier of the Bank account

Body Params
string
length ≤ 45

Identifier provided by the client for linking the banking account to an entity in a third-party system. If not provided, it will be automatically generated at TIS by using following format "BAXXXXXX""

string
length ≤ 34
Defaults to null

The international bank account number made up of up to 34 letters and numbers. Either iban or bank account number is required.

string
length ≤ 64
Defaults to null

The bank account's local account number. Either iban or bank account number is required.

string
enum
required
length ≤ 3

The 3-character ISO-4217 currency code indicating the operating currency of the bank account. For example, the currency code of United Kingdom is GBP

string
enum

The financial purpose of the associated bank account

string
length ≤ 64
Defaults to null

The bank account's sub account number

string
length ≤ 45
Defaults to null

General ledger number for the bank account

string
length ≤ 255
Defaults to null

Account identification as per the corresponding MT940 reporting (tag 25)

string
length ≤ 512
Defaults to null

Bank account description up to 512 characters

string
length ≤ 64
Defaults to null

Bank account description up to 64 characters

boolean
Defaults to false

Condition describing if a bank account is virtual

uuid
required

Id of the bank that holds the account

uuid
required

Id of the Legal entity to which the account belongs

uuid
Defaults to null

Id of the charges account attached to this account

customFields
array of objects
customFields
Responses

5XX

Error response code which is returned when an internal server error occurs

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json