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-related data. Specifically, the 'Get Mandates' operation under the 'Payments' resource fetches mandates associated with a given customer. This is useful for scenarios where you need to manage or review payment mandates for customers, such as in subscription management or payment authorization workflows.

Use Case Examples

  1. Retrieve all payment mandates for a specific customer to verify active payment authorizations.
  2. Fetch a limited number of mandates with sorting and pagination to display in a customer dashboard.

Properties

Name Meaning
Customer Id Unique identifier of the customer whose mandates are to be retrieved.
Additional Fields Optional parameters to control the query such as limit, offset, and sort order.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the mandates 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 'Customer Id' parameter may cause the API to return errors or empty results.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.
  • Error messages from the node will include details from the API response or internal errors; enabling 'Continue On Fail' allows processing to continue despite errors.

Links

Discussion