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 mandates associated with a specific payment provider and customer. It is useful for scenarios where users need to fetch payment mandate details for processing payments, managing subscriptions, or auditing payment authorizations. For example, a business can use this node to get a list of payment mandates for a customer to verify active payment agreements or to display mandate information in a customer portal.

Use Case Examples

  1. Retrieve payment mandates for a given payment provider ID and customer reference to display mandate details in a dashboard.
  2. Fetch a limited number of payment mandates with pagination support using limit and offset parameters for batch processing or reporting.

Properties

Name Meaning
Id Payment provider unique identifier, used to specify which payment provider's mandates to retrieve.
Customer Payment provider customer reference, used to identify the customer whose payment mandates are being fetched.
Additional Fields Optional parameters to control the query, including 'Limit' to specify the maximum number of entries to return and 'Offset' to specify the starting offset for pagination.

Output

JSON

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

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 required parameters such as 'Id' or 'Customer' can cause the API request to fail.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.
  • Error messages from the node will include details from the API response; check these messages to diagnose issues.

Links

Discussion