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 operations related to billing resources. Specifically, for the 'Charges' resource and 'Get Charge' operation, it retrieves detailed information about a specific charge using the provided customer ID and charge ID. This is useful for scenarios where you need to fetch billing charge details for customers, such as in financial reporting, customer account management, or automated billing workflows.

Use Case Examples

  1. Retrieve a specific charge's details for a customer to display in a customer portal.
  2. Fetch charge information to reconcile billing records in an accounting system.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose charge information is being retrieved.
Id The unique identifier of the charge to retrieve.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect customer ID or charge ID, resulting in errors from the API.
  • Errors related to authentication if the API key credential is invalid or missing.
  • Network or API endpoint errors if the base URL is incorrect or the API service is unavailable.

Discussion