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, including suspending a customer. It is useful for automating billing and customer management tasks within workflows. For example, it can be used to suspend a customer account by providing the customer's unique identifier, streamlining account management processes.

Use Case Examples

  1. Suspending a customer account by specifying the customer's ID to prevent further billing or service access.
  2. Retrieving or updating customer information through other operations supported by the node.

Properties

Name Meaning
Id Unique identifier of the customer to be suspended.

Output

JSON

  • data - Response data from the Billing Booth One API after suspending the customer.
  • error - Error information if the operation fails.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and valid; missing or incorrect IDs will cause errors.
  • Check that the API base URL and access token are correctly configured in the credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.
  • Network or authentication errors will be returned from the API and should be handled accordingly.

Links

Discussion