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 active charges. It supports filtering and sorting of charges, making it useful for scenarios where users need to fetch and manage billing charge data programmatically. For example, it can be used to get a list of active charges with pagination, filter by tags or product IDs, and sort results by various fields such as name or price.

Use Case Examples

  1. Fetch the first 10 active charges sorted by name.
  2. Retrieve active charges filtered by specific product IDs and tags.
  3. Get a paginated list of active charges starting from an offset.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for pagination.
Tags Filter charges by tags (JSON array).
Product Ids Filter charges by product IDs (JSON array).
Sort Sort order of results. Multiple values can be comma-separated. Possible values include name, -name, quantity, -quantity, sell_price, -sell_price, start_at, -start_at, end_at, -end_at, customer_name, -customer_name, customer_reference, -customer_reference.

Output

JSON

  • data - The main response data containing the active charges retrieved from the API.

Dependencies

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

Troubleshooting

  • Ensure the API base URL and credentials are correctly configured to avoid authentication errors.
  • If no routing information is found for the selected resource and operation, verify that the resource and operation names are correct and supported.
  • When using binary data input, ensure the specified binary property exists on the input item to avoid errors.
  • If the API returns errors, check the error message for details and verify the query parameters and request body are correctly set.

Discussion