Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to send credit notes to customers. It is designed to automate the process of sending credit notes by specifying the credit note ID and customer ID, optionally including additional fields such as an email address. This node is useful in accounting and billing workflows where credit notes need to be sent programmatically, for example, after issuing a refund or adjusting an invoice.

Use Case Examples

  1. Automatically send a credit note to a customer after a refund is processed.
  2. Send credit notes to customers with an optional email address for notification.

Properties

Name Meaning
Id Unique identifier of the credit note to be sent.
Customer Id Identifier of the customer to whom the credit note will be sent.
Additional Body Fields Optional additional fields to include in the request body, such as an email address to send the credit note to.

Output

JSON

  • json - The response from the Billing Booth One API after sending the credit note, typically containing details about the sent credit note or confirmation of the action.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid credit note ID or customer ID, which will cause the API request to fail.
  • If the binary property name is specified but the binary data does not exist on the input item, an error will be thrown.
  • Errors from the API are captured and can be output if 'Continue On Fail' is enabled, otherwise they will stop execution.

Discussion