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 various operations related to billing and payments. Specifically, for the 'Payments' resource and the 'Cancel Multiple Payments' operation, it allows users to cancel multiple payments by providing a list of unique payment identifiers. This is useful in scenarios where batch cancellation of payments is required, such as managing refunds or correcting payment errors in bulk.

Use Case Examples

  1. Cancel multiple payments by providing their unique IDs in a JSON array.
  2. Use the node to automate payment cancellations in billing workflows.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON list of unique payment IDs to cancel.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to cancel the specified payments. This includes success or error details for each payment cancellation request.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the API base URL and authentication token are correctly configured in the node credentials.
  • Verify that the 'id' field contains a valid JSON array of payment identifiers; invalid JSON will cause errors.
  • If the API returns an error, check the error message in the node output for details and adjust the request accordingly.

Links

Discussion