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 and other resources. Specifically, for the 'Payments' resource and 'Setup Mandate' operation, it allows users to set up a payment mandate by providing necessary details such as Customer Id, Email, and Payment Provider Settings Id. This is useful for automating payment setups in billing workflows, ensuring that mandates are created programmatically without manual intervention.

Use Case Examples

  1. Setting up a payment mandate for a customer by providing their unique customer ID, email address, and payment provider settings ID.
  2. Automating the billing process by integrating mandate setup into a larger workflow that handles customer payments and subscriptions.

Properties

Name Meaning
Customer Id Unique identifier for the customer for whom the payment mandate is being set up.
Email Destination email address to which the mandate setup information or confirmation will be sent.
Payment Provider Settings Id Identifier for the payment provider settings to be used for setting up the mandate.

Output

JSON

  • json - The JSON response from the Billing Booth One API after setting up the payment mandate, containing details of the mandate or any relevant data returned by the API.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect API credentials, which will cause authentication failures.
  • Incorrect or missing required parameters such as Customer Id, Email, or Payment Provider Settings Id can cause the API request to fail.
  • Network or connectivity issues with the Billing Booth One API endpoint can result in request timeouts or errors.
  • Error messages from the node typically indicate the nature of the failure, such as missing routing information for the specified resource and operation, or missing binary data if expected.

Discussion