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 update customer access payment providers. It allows users to modify settings related to payment providers for a specific organisation, such as enabling customers to set up regular payment methods or pay outstanding invoices with one-off payments. This node is useful for automating payment provider configuration in billing systems, ensuring that payment options are tailored to organisational needs.

Use Case Examples

  1. Updating payment provider settings to allow customers to set up recurring payment methods.
  2. Enabling or disabling the option for customers to settle invoices with one-off payments.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose payment provider settings are being updated.
Payment Provider Settings Id Unique identifier for the specific payment provider settings to update.
Allow Method Setup Boolean flag to allow customers to set up a regular payment method.
Allow Invoice Settlement Boolean flag to allow customers to pay outstanding invoices with one-off payments.

Output

JSON

  • data - Response data from the Billing Booth One API after updating the payment provider settings.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect organisation ID or payment provider settings ID, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • If the node throws a 'No routing information found' error, it indicates a misconfiguration in resource or operation selection.

Links

Discussion