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 Ledger Current Balance' operation, it retrieves the current balance of a ledger for a specified customer. This is useful for financial applications where you need to track or display the current balance of a customer's ledger in real-time.

Use Case Examples

  1. Retrieve the current balance of a customer's ledger to display in a dashboard.
  2. Use the ledger balance to trigger alerts or actions when the balance falls below a certain threshold.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose ledger current balance is to be retrieved.

Output

JSON

  • data - The response data from the Billing Booth One API containing the current balance information of the ledger.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the 'Customer Id' is correctly provided and exists in the Billing Booth One system to avoid errors.
  • Check that the API base URL and authentication token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Ledgers' and 'Get Ledger Current Balance' respectively.

Discussion