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 customers, specifically to retrieve customer mandates. It is useful for automating the retrieval of mandate data for customers, which can be used in financial or billing workflows. For example, it can fetch a list of mandates with options to limit the number of results, offset the starting point, filter by organisation ID, or search by customer name and reference.

Use Case Examples

  1. Retrieve up to 10 customer mandates starting from the first record.
  2. Search for customer mandates by customer name or reference.
  3. Filter mandates by a specific organisation ID.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for the list of mandates.
Organisation Id Filter mandates by organisation ID.
Search Search customer name and reference to filter mandates.

Output

JSON

  • data - The JSON response data containing the customer mandates retrieved from the API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing routing information for the resource-operation combination may cause the node to throw an error indicating no routing information found.
  • If the binary property name is specified but the binary data does not exist on the input item, an error will be thrown.

Links

Discussion