Bexio icon

Bexio

Interact with Bexio API

Overview

This node integrates with the Bexio API to perform various operations related to banking, contacts, invoices, items, orders, and quotes. Specifically, for the Banking resource with the Create Payment operation, it allows users to create a payment entry in Bexio by specifying details such as payment title, amount, and bank account ID. This is useful for automating financial workflows, such as recording payments received or made, directly from an automation platform like n8n.

Use Case Examples

  1. Creating a payment record in Bexio when a new order is completed in an e-commerce system.
  2. Automating the entry of bank payments from a CRM system into Bexio for accounting purposes.

Properties

Name Meaning
Additional Fields A collection of optional fields to specify details about the payment, including title, value (amount), and bank account ID.

Output

JSON

  • id - The unique identifier of the created payment in Bexio.
  • title - The title or description of the payment.
  • value - The amount of the payment.
  • bank_account_id - The bank account ID associated with the payment.
  • created_at - Timestamp when the payment was created.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the Bexio API credentials are correctly configured and have the necessary permissions to create payments.
  • Verify that the bank account ID provided exists and is valid in Bexio to avoid errors.
  • Check that the payment amount is a valid number with up to two decimal places.
  • Common error messages may include authentication failures, invalid input data, or missing required fields. Resolving these typically involves verifying credentials, input data correctness, and required fields presence.

Links

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

Discussion