Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to retrieve payment details from the banking resource. Specifically, the 'Get Payment' operation fetches information about a payment using its unique Payment ID. This is useful for scenarios where you need to access detailed payment data for accounting, reconciliation, or financial reporting purposes within an automated workflow.

Use Case Examples

  1. Retrieve payment details by providing the Payment ID to verify transaction status.
  2. Use the node to fetch payment information for integration with other financial systems or CRM platforms.

Properties

Name Meaning
Payment ID The unique identifier of the payment to retrieve details for.

Output

JSON

  • id - The unique identifier of the payment.
  • amount - The amount of the payment.
  • date - The date when the payment was made.
  • status - The current status of the payment.
  • recipient - Details about the recipient of the payment.

Dependencies

  • Requires an API key credential for authenticating with the Bexio API.

Troubleshooting

  • Ensure the Payment ID is correct and exists in the Bexio system to avoid 'not found' errors.
  • Check API credentials and permissions if authentication errors occur.
  • If the node fails, enabling 'Continue On Fail' allows the workflow to proceed while logging the error message in the output.

Links

  • Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.

Discussion