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 preview early termination charges for a customer. It is useful for scenarios where a business needs to calculate potential charges or credits that apply when a customer terminates a service contract early. For example, a telecom company can use this node to estimate early termination fees before finalizing a contract cancellation.

Use Case Examples

  1. Preview early termination charges for a specific customer by providing their unique customer ID and a list of charge IDs.
  2. Specify additional parameters such as mode (charge or credit), start date, notice period in days, and termination date to customize the charge preview calculation.

Properties

Name Meaning
Customer Id Unique identifier of the customer for whom the early termination charge preview is requested.
Id List of unique identifiers for the charges to be previewed.
Additional Body Fields Optional fields to customize the request body, including mode (charge or credit), start date for credit, notice period in days, and termination date.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the early termination charge preview details.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid customer ID or charge IDs, which will cause the API request to fail.
  • Errors related to missing routing information for the specified resource and operation indicate misconfiguration in the node parameters.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Ensure that the base URL and access token are correctly configured to avoid authentication errors.

Discussion