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 retrieving detailed information about bundles. Specifically, the 'Get Bundle' operation fetches a bundle by its unique identifier. This node is useful for automating billing and subscription management workflows, such as retrieving bundle details for reporting, auditing, or integration with other systems.

Use Case Examples

  1. Retrieve a bundle by its ID to display subscription details in a dashboard.
  2. Fetch bundle information to synchronize with an external CRM or billing system.

Properties

Name Meaning
Id Unique identifier of the bundle to retrieve.

Output

JSON

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

Dependencies

  • Requires an API key credential for Billing Booth One API 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 credentials are correctly configured to avoid authentication failures.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Bundles' and 'Get Bundle' respectively.

Links

Discussion