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 retrieve payment customer data. Specifically, the 'Get Payment Customers' operation fetches a list of customers associated with a payment provider using a unique identifier. It supports filtering and pagination through optional parameters such as limit, offset, and search. This node is useful for scenarios where you need to integrate payment customer data into workflows, such as generating reports, syncing customer data with other systems, or automating customer management tasks.

Use Case Examples

  1. Retrieve a list of payment customers for a specific payment provider by specifying the provider's unique ID.
  2. Limit the number of returned customers to 10 and start from an offset of 0 to paginate through customer data.
  3. Search for customers matching a specific query string to filter results.

Properties

Name Meaning
Id The unique identifier of the payment provider to fetch customers for. This is a required numeric input.
Additional Fields Optional parameters to refine the query, including limit (maximum number of entries to return), offset (starting offset for pagination), and search (a string to filter customers).

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the payment customers data.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Id' parameter can cause the API request to fail or return no data.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and the API is reachable.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.

Discussion