Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations related to billing and invoicing. Specifically, for the 'Invoices' resource and 'Batch Settle Invoices' operation, it allows users to batch settle multiple invoices by sending a list of settlement entries to the API. This is useful for automating the process of settling multiple invoices at once, saving time and reducing manual effort. Practical examples include batch processing invoice payments or updating invoice statuses in bulk.

Use Case Examples

  1. Batch settle multiple invoices by providing a JSON array of settlement entries, each containing details required by the Billing Booth One API.
  2. Automate invoice settlement workflows in financial or accounting automation scenarios.

Properties

Name Meaning
Entries List of batch settlement entries in JSON format, representing the invoices to be settled in batch.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to batch settle invoices, containing details of the operation result or errors.

Dependencies

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

Troubleshooting

  • Ensure the 'Entries' JSON is correctly formatted and contains valid invoice settlement data as expected by the Billing Booth One API.
  • Common errors include missing or invalid API credentials, which will cause authentication failures.
  • If the API endpoint or routing information is missing or incorrect, the node will throw an error indicating no routing information found for the specified resource and operation.
  • If binary data is expected but the specified binary property does not exist on the input item, an error will be thrown.

Links

Discussion