Bexio icon

Bexio

Interact with Bexio API

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

  1. Retrieve all bank accounts from Bexio to sync with an accounting system.
  2. 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

Discussion