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 payments, including removing a mandate. It is useful for automating payment management tasks such as deleting payment mandates for customers. For example, it can be used in workflows to automatically remove a customer's payment mandate when they cancel a subscription or update their payment details.

Use Case Examples

  1. Removing a payment mandate for a specific customer by providing the customer ID and mandate ID.
  2. Automating payment management by integrating with the Billing Booth One API to handle mandates programmatically.

Properties

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

Output

JSON

  • data - Response data from the Billing Booth One API after removing the mandate.

Dependencies

  • Billing Booth One API access token credential

Troubleshooting

  • Ensure the provided Customer Id and Id are correct and exist in the Billing Booth One system to avoid errors.
  • Check that the API access token credential is valid and has the necessary permissions to perform mandate removal.
  • Common error messages may include authorization errors if the token is invalid or missing, or not found errors if the specified mandate does not exist. Verify credentials and input parameters accordingly.

Links

Discussion