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 operations related to various resources, including Customers. Specifically, for the 'Get Customers Without Mandates' operation, it retrieves a list of customers who do not have mandates, optionally filtered by customer group ID. This node is useful for automating customer data retrieval in billing and subscription management workflows, such as identifying customers who need to set up mandates for payments.

Use Case Examples

  1. Retrieve all customers without mandates to follow up for payment setup.
  2. Filter customers without mandates by a specific customer group ID to target communications.

Properties

Name Meaning
Additional Fields Optional filters for the request, such as filtering customers by customer group ID.

Output

JSON

  • data - The main response data from the API, typically the list of customers without mandates or related information.

Dependencies

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

Troubleshooting

  • Common errors include missing or invalid API credentials, resulting in authentication failures.
  • Incorrect or missing routing information for the selected resource and operation can cause the node to throw an error indicating no routing information found.
  • If a binary property name is specified but the binary data is missing, an error will be thrown indicating the binary property does not exist on the item.
  • To resolve errors, ensure the API credentials are correctly configured, the resource and operation are properly selected, and any required input parameters are provided.

Discussion