Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on different resources. Specifically, for the 'Customers' resource and the 'Cancel Customer' operation, it allows users to cancel a customer by providing the unique customer ID. This is useful in scenarios where a customer account needs to be deactivated or terminated programmatically within an automated workflow.

Use Case Examples

  1. Cancel a customer by providing their unique ID to stop their billing or service.
  2. Automate customer management by integrating cancellation into a larger workflow, such as after a refund or dispute resolution.

Properties

Name Meaning
Id Unique identifier of the customer to be cancelled

Output

JSON

  • json - Response from the Billing Booth One API after attempting to cancel the customer, typically containing confirmation or error details.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect customer ID, resulting in API errors.
  • 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 service is unavailable.

Links

Discussion