Creates a new bank account. Send only the business fields of the account. In the current implementation, every newly created bank account becomes the company’s primary account, so this state is not part of the create payload. The response returns the stored object, including whether the account is currently primary and whether it is connected to open banking.
Bearer token created for a specific company in Integrations → API.
Payload used to create a bank account. Send only the business fields of the account. Fields with backend defaults are derived on the server side when omitted.
Bank account name you want to use inside Fintoro.
255"Main account"
IBAN of the bank account. It must be valid and unique within the token scope.
"SK3111000000001234567890"
SWIFT or BIC code of the bank account.
255"TATRSKBX"
Optional bank ID from the banks lookup endpoint. Use it when you want to link the account to a specific bank from the public lookup.
1
Automatic payment pairing strategy for this account. If omitted, the default value by_variable_symbol is used.
none, by_variable_symbol, by_price, by_variable_symbol_and_price, by_all_symbols, by_all_symbols_and_price "by_variable_symbol"
Bank account created.
Bank account. This object combines the business account fields, bank details, and open banking state.
Internal Fintoro bank account ID.
201
Bank ID from the banks lookup endpoint. If null, the account is not linked to a known bank from the public lookup.
1
Nested bank object corresponding to bankId, when the bank is known and still available in the lookup dataset.
Indicates whether this account is currently marked as the company's primary bank account.
true
Indicates whether the account is currently connected to automatic payment matching through open banking. This value is derived from the presence of an open banking connection and is never sent in the request payload.
true
User-facing bank account name shown in Fintoro.
"Main account"
Bank account IBAN.
"SK3111000000001234567890"
SWIFT or BIC code of the bank account.
"TATRSKBX"
Automatic payment pairing strategy used for this bank account.
none, by_variable_symbol, by_price, by_variable_symbol_and_price, by_all_symbols, by_all_symbols_and_price "by_variable_symbol"
Last known account balance, when available from open banking.
1234.56
Date and time of the last successful open banking sync, when available.
"2026-03-01 10:15:16"
Date until which the current open banking consent remains valid, if present.
"2026-04-30"
Date and time when the bank account was created.
"2026-03-03 12:00:00"
Date and time of the most recent bank account change.
"2026-03-03 15:45:00"