Actions13
Overview
This node interacts with the CHIP Collect API to manage purchases. Specifically, the 'Get' operation retrieves detailed information about a purchase using its Purchase ID. This is useful for scenarios where you need to fetch the status, details, or history of a specific purchase transaction, such as verifying payment status or auditing purchase records.
Use Case Examples
- Retrieve purchase details by providing a Purchase ID to check payment status or transaction details.
- Use in workflows to fetch purchase information for customer support or order processing.
Properties
| Name | Meaning |
|---|---|
| Purchase ID | The unique identifier of the purchase to retrieve. This is required for the 'Get' operation on the Purchase resource. |
Output
JSON
json- The JSON response from the CHIP Collect API containing detailed information about the specified purchase.
Dependencies
- Requires an API key credential for CHIP Collect API authentication.
Troubleshooting
- Ensure the Purchase ID is valid and correctly formatted; invalid IDs will cause errors.
- Check that the API key credential is correctly configured and has the necessary permissions.
- Network or API endpoint issues may cause request failures; verify connectivity and API availability.
Links
- CHIP Collect API Documentation - Official API documentation for CHIP Collect, useful for understanding purchase data and API endpoints.