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 payments and other resources. Specifically, for the Payments resource with the Add Credentials operation, it allows users to add payment provider credentials such as access tokens, references, and provider selection. This is useful for integrating and managing payment providers like Go Cardless, Smarter Pay, and Stripe within an automated workflow.

Use Case Examples

  1. Adding credentials for a payment provider to enable payment processing in an automated billing system.
  2. Updating access tokens and references for payment providers to maintain secure and accurate payment integrations.

Properties

Name Meaning
Additional Body Fields A collection of optional fields to include in the request body when adding payment credentials, including access token, reference, and provider selection.

Output

JSON

  • json - The JSON response from the Billing Booth One API after adding payment credentials, containing details of the operation result.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the Billing Booth One API credentials are correctly configured and valid to avoid authentication errors.
  • Verify that the access token and other required fields are correctly provided to prevent request failures.
  • Check the selected provider value matches one of the supported options (Go Cardless, Smarter Pay, Stripe) to avoid invalid provider errors.
  • If the node throws a 'No routing information found' error, confirm that the resource and operation parameters are correctly set to 'Payments' and 'Add Credentials' respectively.

Discussion