Accounts & Transactions
READ Scope
WRITE Scope
Creates a new bank or cash account. Accounts created with this endpoint are manually tracked bank accounts. To integrate your existing bank account into Nuvio, please contact with support team.
API Key Authentication
Account name
IBAN of this bank account.
3-letter currency code for the account. You can find available currencies here.
Opening Balance to start with an existing account. It should be a decimal number with 2 decimal points. eg. 1059.34
OK
OK
Adds a new transaction into an existing account.
API Key Authentication
32-character unique ID of the account that the transaction belongs.
Description of the transaction
Epoch timestamp for the transaction date and time. If you don't know the timestamp, you can also provice transactionDate. If both of the fields are provided, transactionTimestamp will be used.
Datetime with timezone for the transaction date and time. You can also provide transactionTimestamp. If both of the fields are provided, transactionTimestamp will be used.
Type of the transaction. If it is an incoming money, use Money In; if it is an outgoing money, use Money Out
32-character unique ID of the customer or supplier of the transaction's sender or receiver. If you don't know the ID, you can also provide mathcingEntityCode instead of this field. If both of them are provided, matchingEntityId will be used only.
User-generated custom customer or supplier code of the transaction's sender or receiver.
Amount of the transaction. It should be a positive decimal number. eg. 1059.34
OK
OK
UPDATE Scope
Updates an existing bank or cash account.
API Key Authentication
Account name
IBAN of this bank account.
3-letter currency code for the account. You can find available currencies here.
Opening Balance to start with an existing account. It should be a decimal number with 2 decimal points. eg. 1059.34
OK
OK
Updates an existing transaction.
API Key Authentication
Description of the transaction
Epoch timestamp for the transaction date and time. If you don't know the timestamp, you can also provice transactionDate. If both of the fields are provided, transactionTimestamp will be used.
Datetime with timezone for the transaction date and time. You can also provide transactionTimestamp. If both of the fields are provided, transactionTimestamp will be used.
Type of the transaction. If it is an incoming money, use Money In; if it is an outgoing money, use Money Out
32-character unique ID of the customer or supplier of the transaction's sender or receiver. If you don't know the ID, you can also provide mathcingEntityCode instead of this field. If both of them are provided, matchingEntityId will be used only.
User-generated custom customer or supplier code of the transaction's sender or receiver.
Amount of the transaction. It should be a positive decimal number. eg. 1059.34
OK
OK
Last updated