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 related to payments, including disabling mandates. It is useful for automating payment management tasks such as disabling a customer's payment mandate based on unique identifiers. For example, it can be used in workflows to programmatically disable a payment mandate for a specific customer by providing the customer ID and the payment provider settings ID.

Use Case Examples

  1. Disable a payment mandate for a customer by specifying the customer ID and the mandate ID.
  2. Automate payment management by integrating with Billing Booth One API to update payment settings.

Properties

Name Meaning
Customer Id Unique identifier of the customer whose payment mandate is to be disabled.
Id Unique identifier of the payment provider settings related to the mandate to be disabled.

Output

JSON

  • json - Response data from the Billing Booth One API after attempting to disable the mandate.

Dependencies

  • Billing Booth One API
  • API authentication token (access token)

Troubleshooting

  • Common issues include missing or incorrect customer ID or mandate ID, resulting in API errors.
  • Errors related to authentication if the API token is invalid or expired.
  • Network or connectivity issues when making HTTP requests to the Billing Booth One API.

Links

Discussion