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 send a commission report for a specified parent customer and billing period. It is useful for automating the delivery of commission reports to customers, especially in billing and financial workflows. For example, a business can use this node to automatically generate and send commission reports to customers based on their billing period, optionally specifying a delivery email address.

Use Case Examples

  1. Sending a commission report for a specific parent customer ID and billing period.
  2. Including an optional delivery email to send the report to a specific address.

Properties

Name Meaning
Parent Customer Id Unique identifier of the parent customer for whom the commission report is generated.
Billing Period The billing period for which the commission report is requested.
Additional Body Fields Optional additional fields to include in the request body, such as a delivery email address to specify where the report should be sent.

Output

JSON

  • data - The response data from the Billing Booth One API, typically containing the commission report details or confirmation of report delivery.

Dependencies

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

Troubleshooting

  • Ensure the Parent Customer Id and Billing Period are correctly provided and valid, as missing or incorrect values will cause errors.
  • If the delivery email is provided, verify it is a valid email address format to avoid delivery issues.
  • Common error messages include missing routing information for the selected resource and operation, which indicates a configuration issue in the node setup.
  • HTTP request errors from the API will be returned as error messages; check API credentials and network connectivity if these occur.

Discussion