CHIP Collect icon

CHIP Collect

Work with purchases and payment methods in CHIP Collect

Actions13

Overview

This node interacts with the CHIP Collect API to manage purchases, including charging a purchase. Specifically, the 'Charge' operation triggers a charge on an existing purchase by its Purchase ID. This is useful in scenarios where a payment needs to be processed or finalized for a previously created purchase, such as completing a transaction after authorization.

Use Case Examples

  1. Charging a purchase after authorization to capture funds.
  2. Triggering a payment process for a purchase identified by its Purchase ID.

Properties

Name Meaning
Purchase ID The unique identifier of the purchase to be charged. This is required to specify which purchase to charge.

Output

JSON

  • json - The JSON response from the CHIP Collect API after charging the purchase, containing details about the charged purchase.

Dependencies

  • Requires an API key credential for CHIP Collect API authentication.

Troubleshooting

  • Ensure the Purchase ID is valid and corresponds to an existing purchase; otherwise, the API call will fail.
  • Verify that the API key credential is correctly configured and has the necessary permissions to perform the charge operation.
  • Common errors include invalid Purchase ID format or unauthorized access due to missing or incorrect API key.

Links

Discussion