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 retrieve data related to charges. Specifically, the 'Get Single Charges' operation fetches a list of charge entries with optional filtering and sorting parameters. It is useful for scenarios where users need to query charge records based on criteria such as date ranges, tags, product IDs, organization IDs, and pagination controls like limit and offset. For example, a user can retrieve all charges within a specific date range or filter charges by product IDs for reporting or integration purposes.

Use Case Examples

  1. Retrieve the first 10 charges starting from offset 0.
  2. Filter charges by a specific organization ID and sort them by name.
  3. Get charges tagged with certain labels within a date range.

Properties

Name Meaning
Additional Fields Optional parameters to filter and control the retrieval of charges.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of charges and their details.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Discussion