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 'Remove Credentials' operation, it removes the credentials associated with a payment provider settings unique identifier. This node is useful in scenarios where automated management of billing credentials is required, such as revoking access or cleaning up outdated payment provider settings.

Use Case Examples

  1. Removing credentials for a specific payment provider by providing its unique identifier.
  2. Automating the cleanup of payment provider credentials in a billing system.

Properties

Name Meaning
Id The unique identifier of the payment provider settings whose credentials are to be removed.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to remove the credentials.

Dependencies

  • Billing Booth One API
  • An API key credential for authentication

Troubleshooting

  • Ensure the 'Id' provided is correct and corresponds to an existing payment provider settings entry; otherwise, the API call may fail.
  • Check that the API key credential is valid and has the necessary permissions to remove credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Payments' and 'Remove Credentials' respectively.

Links

Discussion