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 ledger management. Specifically, for the 'Ledgers' resource and the 'Reverse Ledger Entry' operation, it reverses a ledger entry for a specified customer by using the customer's unique identifier and the ledger entry's unique identifier. This is useful in scenarios where a ledger entry needs to be negated or corrected, such as reversing a mistaken charge or refunding a transaction.

Use Case Examples

  1. Reversing a ledger entry for a customer to correct an accounting error.
  2. Automating the reversal of ledger entries as part of a financial reconciliation workflow.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose ledger entry is to be reversed.
Id The unique identifier of the ledger entry to be reversed.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to reverse the ledger entry. This typically includes details about the reversed ledger entry or confirmation of the reversal.

Dependencies

  • Billing Booth One API
  • An API key credential for authentication

Troubleshooting

  • Ensure that the Customer Id and Ledger Entry Id are correct and exist in the Billing Booth One system to avoid errors related to invalid identifiers.
  • Check that the API key credential is valid and has the necessary permissions to perform ledger entry reversals.
  • If the node throws an error stating 'No routing information found for resource: Ledgers, operation: Reverse Ledger Entry', verify that the operation and resource names are correctly set and supported by the node.
  • Errors related to missing binary property indicate that the specified binary data does not exist on the input item; ensure the binary property name is correct if used.

Discussion