Actions7
- Billing Actions
- Coupon Actions
- Customer Actions
- PIX QR Code Actions
- Withdraw Actions
Overview
This node integrates with the AbacatePay API to perform various financial operations. Specifically, for the "PIX QR Code" resource and the "Check Status" operation, it allows users to verify the current status of a PIX QR Code by providing its unique ID. This is useful in scenarios where you need to confirm whether a PIX payment request represented by a QR code has been paid, is pending, or has another status.
Practical examples include:
- Automatically checking if a customer has completed a PIX payment before fulfilling an order.
- Monitoring the status of multiple PIX QR Codes in batch workflows.
- Triggering follow-up actions based on the payment status of a PIX QR Code.
Properties
| Name | Meaning |
|---|---|
| PIX QR Code ID | The unique identifier of the PIX QR Code to check its status |
Output
The node outputs JSON data representing the status information of the specified PIX QR Code. The exact structure depends on the response from the AbacatePay API but typically includes fields such as payment status, timestamps, and related metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the AbacatePay API.
- The node must be configured with this API authentication token in n8n credentials settings.
Troubleshooting
- Common issues:
- Providing an invalid or non-existent PIX QR Code ID will likely result in an error or empty response.
- Network or authentication failures can prevent successful API calls.
- Error messages:
- Errors returned from the API (e.g., unauthorized, not found) will be thrown unless "Continue On Fail" is enabled.
- To resolve errors, verify that the PIX QR Code ID is correct and that the API key credential is valid and has necessary permissions.
Links and References
- AbacatePay API Documentation (hypothetical link for reference)
- PIX Payment System Overview