Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to retrieve information about bank accounts. Specifically, the 'Get Bank Account' operation fetches details of a bank account using its unique Account ID. This is useful for scenarios where you need to access or verify bank account information within automated workflows, such as financial reporting, payment processing, or account reconciliation.

Use Case Examples

  1. Retrieve detailed information about a specific bank account by providing its Account ID.
  2. Use the bank account data in subsequent workflow steps for financial analysis or integration with other systems.

Properties

Name Meaning
Account ID The unique identifier of the bank account to retrieve information for.

Output

JSON

  • id - The unique identifier of the bank account.
  • name - The name of the bank account.
  • iban - The IBAN number of the bank account.
  • account_no - The account number of the bank account.
  • bank_name - The name of the bank where the account is held.
  • currency - The currency used by the bank account.
  • balance - The current balance of the bank account.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the provided Account ID is correct and exists in the Bexio system to avoid 'not found' errors.
  • Verify that the API credentials are valid and have the necessary permissions to access banking information.
  • Handle network or API rate limit errors by implementing retry logic or error handling in the workflow.

Links

Discussion