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 revenue-related data, specifically to get settlement types within a billing period. It supports filtering by billing period start and end dates, and by customer ID. This node is useful for financial and billing automation workflows where users need to fetch detailed settlement information for revenue reconciliation or reporting.

Use Case Examples

  1. Retrieve settlement types for a specific billing period to generate financial reports.
  2. Fetch settlement data filtered by customer ID to analyze revenue contributions per customer.

Properties

Name Meaning
Additional Fields Optional query parameters to filter the settlement type data, including billing period start date, end date, and customer ID.

Output

JSON

  • data - The JSON response from the Billing Booth One API containing the settlement type information based on the specified filters.

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.
  • Incorrect or missing query parameters (start, end, customer_id) may lead to incomplete or empty responses.
  • Network or API endpoint errors can cause request failures; ensure the base URL is correct and the API service is reachable.

Links

Discussion