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 on different resources, including Payments. Specifically, the 'Get Payment' operation retrieves details of a payment using its unique identifier. This node is useful for automating billing workflows, fetching payment information for reporting, or integrating payment data into other systems.

Use Case Examples

  1. Retrieve payment details by providing the payment ID to track transaction status.
  2. Fetch payment information to reconcile accounts or generate financial reports.

Properties

Name Meaning
Id The unique identifier of the payment to retrieve.

Output

JSON

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

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid IDs will cause errors.
  • Check that the API base URL and access token are correctly configured in the credentials to avoid authentication failures.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Payments' and 'Get Payment' respectively.
  • Network issues or API downtime can cause request failures; verify connectivity and API status.

Links

Discussion