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 create a credit note for a specified customer. It is useful for automating the process of issuing credit notes in billing workflows, such as refunding customers or adjusting invoices. For example, a business can use this node to automatically generate credit notes when a customer returns a product or when an invoice needs correction.

Use Case Examples

  1. Create a credit note for a customer with a specific credit date and amount.
  2. Add detailed line items and tax information to a credit note.
  3. Link a credit note to an existing invoice by providing invoice ID or reference.

Properties

Name Meaning
Customer Id Unique identifier of the customer for whom the credit note is created.
Credit Date The date when the credit note is issued.
Additional Body Fields Optional additional fields to include in the credit note creation request, such as credit note ID, number, description, tax details, invoice association, line items, allocations, and customer details.

Output

JSON

  • data - The response data from the Billing Booth One API after creating the credit note, typically including details of the created credit note.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • Verify that required fields like Customer Id and Credit Date are provided to prevent validation errors from the API.
  • If the node throws errors related to missing binary data, check that the specified binary property exists in the input data.
  • When providing JSON fields like line items or allocations, ensure the JSON is correctly formatted to avoid parsing errors.

Discussion