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 retrieve payment breakdown information. It is useful for scenarios where users need to fetch detailed payment data filtered by various criteria such as date ranges, customer ID, or charge date. For example, a user can get a payment breakdown for a specific customer within a certain date range to analyze payment trends or reconcile accounts.

Use Case Examples

  1. Retrieve payment breakdown for a specific customer between two dates.
  2. Get payment breakdown filtered by charge date instead of creation date.

Properties

Name Meaning
Additional Fields Optional filters for the payment breakdown query, including start date, end date, customer ID, and whether to filter by charge date.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the payment breakdown data.

Dependencies

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

Troubleshooting

  • Ensure the API base URL is correctly configured in the credentials; otherwise, requests may fail.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Payments' and 'Get Payment Breakdown'.
  • If filtering parameters are invalid or missing, the API may return errors or empty results; ensure date formats and customer IDs are valid.

Links

Discussion