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 perform various operations related to billing and ledgers. Specifically, for the 'Ledgers' resource and 'Get Unallocated Credits' operation, it retrieves unallocated credit information for a specified customer. This is useful in scenarios where businesses need to track and manage customer credits that have not yet been applied to invoices or other transactions.

Use Case Examples

  1. Retrieve unallocated credits for a customer to reconcile account balances.
  2. Fetch credit details to apply them to future billing cycles.

Properties

Name Meaning
Customer Id Unique identifier of the customer for whom unallocated credits are being retrieved.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing unallocated credit details for the specified customer.

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Customer Id' parameter may cause the API to return errors or empty results.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correctly configured.

Links

Discussion