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 perform various operations related to billing and charge imports. Specifically, for the 'Charge Imports' resource and 'Bulk Create Charges' operation, it allows users to import multiple charge entries in bulk by sending a JSON payload representing the charges along with an optional filename. This is useful for automating the import of large sets of billing data from external systems or files into the Billing Booth One platform.

Use Case Examples

  1. Importing a CSV or JSON file containing multiple charge entries to create them in bulk in the Billing Booth One system.
  2. Automating the upload of charge data from an external billing system to synchronize charges in Billing Booth One.

Properties

Name Meaning
Additional Body Fields A collection of additional fields to include in the request body for the bulk create charges operation.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the result of the bulk create charges operation.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrectly formatted JSON in the 'Charge Import Entries' field can cause request failures.
  • If the 'Filename' or 'Charge Import Entries' fields are missing or empty, the API may reject the request.
  • Errors from the API are returned in the node output; enabling 'Continue On Fail' allows processing to continue despite errors.

Discussion