MonoBank icon

MonoBank

Interact with Monobank API

Overview

This node interacts with the Monobank API to retrieve various types of banking information. It supports operations such as getting client info, accounts, jars (savings pots), managed accounts, account statements, currency rates, and bank sync data. It is useful for automating the retrieval of personal or managed banking data from Monobank, for example, to integrate banking data into workflows or financial dashboards.

Use Case Examples

  1. Retrieve a list of managed accounts for a client to monitor multiple accounts in one place.
  2. Get detailed client information including accounts and jars for financial analysis.
  3. Fetch account statements for a specific account and date range to automate expense tracking.

Properties

Name Meaning
Operation Specifies the type of data to retrieve from Monobank API, such as client info, accounts, jars, managed accounts, statements, currency rates, or bank sync data.
Account ID Account ID for statement retrieval, required when operation is 'Get Statement'.
From Date Start date for statement retrieval, required when operation is 'Get Statement'.
To Date End date for statement retrieval, optional when operation is 'Get Statement'.

Output

JSON

  • json - The JSON response from the Monobank API corresponding to the requested operation. This can be client info, accounts, jars, managed accounts, statements, currency rates, or bank sync data.

Dependencies

  • Requires an API token credential for Monobank API for operations that access private client data (e.g., getClientInfo, getAccounts, getJars, getManagedAccounts, getStatement). No token is required for public data operations (getCurrencyRates, getBankSync).

Troubleshooting

  • If the API token is missing or invalid, the node will throw an error indicating that a token is required for the operation.
  • If the API request fails, the node throws an error with the message from the Monobank API errorDescription or the HTTP error message.
  • Ensure the 'Account ID' and date parameters are correctly set when retrieving statements to avoid errors.

Links

Discussion