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 financial data retrieval from Monobank for personal finance management, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve a list of savings jars for a user to display in a financial dashboard.
  2. Fetch account statements for a specific account within a date range for expense tracking.
  3. Get current currency exchange rates for currency conversion applications.

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 - Contains the response data from the Monobank API for the selected 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 need authentication.

Troubleshooting

  • Common issue: Missing or invalid API token for operations that require authentication. The node will throw an error 'Token is required for this operation'. Ensure the API token is correctly configured in the node credentials.
  • API request failures will throw errors with descriptions from the Monobank API response if available. Check network connectivity and API token validity if requests fail.
  • Ensure date parameters for 'Get Statement' operation are valid and in correct format to avoid errors.

Links

Discussion