Actions7
Overview
This node interacts with the Monobank API to retrieve various types of client and bank information. It supports operations such as getting full client details, accounts, jars (savings pots), managed accounts, account statements, currency rates, and bank sync data. It is useful for automating financial data retrieval and integration with Monobank services, for example, fetching account statements for financial analysis or getting current currency rates for currency conversion applications.
Use Case Examples
- Retrieve full client information including accounts and jars to display user financial overview.
- Fetch account statements for a specific account and date range for expense tracking.
- Get current currency rates to update pricing or perform currency conversions in an application.
Properties
| Name | Meaning |
|---|---|
| Operation | The specific Monobank API operation to perform, such as getting 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 include client info, accounts, jars, managed accounts, statements, currency rates, or bank sync data.
Dependencies
- Monobank API
- An API token credential for authenticated endpoints
Troubleshooting
- Ensure the API token is provided for operations that require authentication, otherwise the node will throw an error indicating the token is required.
- If the API request fails, the node throws an error with the message from the Monobank API's errorDescription or a generic message. Check the token validity and API endpoint availability.
- For 'Get Statement' operation, ensure the account ID and date parameters are correctly provided and formatted as required.
Links
- Monobank API Documentation - Official documentation for Monobank API endpoints and usage.