Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to retrieve bank account information. It is useful for scenarios where users need to fetch details about their bank accounts managed within Bexio, such as for financial reporting, reconciliation, or integration with other financial systems. For example, a user can retrieve all bank accounts or limit the number of accounts returned for processing or display purposes.
Use Case Examples
- Retrieve all bank accounts from Bexio to sync with an accounting system.
- Fetch a limited number of bank accounts for display in a dashboard.
Properties
| Name | Meaning |
|---|---|
| Return All | Determines whether to return all bank account results or limit the number of results. |
| Limit | Specifies the maximum number of bank account results to return when 'Return All' is false. |
Output
JSON
id- Unique identifier of the bank account.name- Name of the bank account.account_no- Bank account number.iban- International Bank Account Number.currency- Currency of the bank account.balance- Current balance of the bank account.
Dependencies
- Bexio API
Troubleshooting
- Ensure the Bexio API credentials are correctly configured and have the necessary permissions to access banking data.
- If the node returns an error, check the API rate limits and network connectivity.
- When 'Return All' is set to false, ensure the 'Limit' value is within the allowed range (1 to 2000).
Links
- Bexio API Documentation - Official documentation for the Bexio API, including endpoints for banking operations.