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 payments. Specifically, for the Payments resource and the Get Settings operation, it retrieves the settings of a payment provider using a unique identifier. This node is useful for automating billing workflows, managing payment provider configurations, and integrating billing data into other systems.

Use Case Examples

  1. Retrieve payment provider settings by specifying the unique ID of the payment provider settings.
  2. Use the node to fetch and display payment settings for auditing or configuration purposes.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'Id' parameter is provided and is a valid number; missing or invalid Id will cause errors.
  • Check that the API base URL and access token are correctly configured in the credentials.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Payments' and 'Get Settings' respectively.
  • Network or authentication errors may occur if the API key is invalid or the Billing Booth One service is unreachable.

Links

Discussion