Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to simulate the payment of a Pix QRCode using a reference ID. It is useful for testing or simulating Pix payment flows without actual transactions. For example, a user can simulate a payment to verify the payment processing logic in their system before going live.
Use Case Examples
- Simulate a Pix QRCode payment by providing a reference ID to test payment workflows.
- Use the node to verify that the payment simulation endpoint of the Zendry API is working correctly.
Properties
| Name | Meaning |
|---|---|
| Reference ID | The unique identifier of the Pix QRCode to be paid (simulated). This is a required string input. |
Output
JSON
json- The JSON response from the Zendry API after simulating the Pix QRCode payment, containing details about the simulated payment result.
Dependencies
- Zendry API with API key credential
Troubleshooting
- Ensure the Reference ID is correctly provided and corresponds to an existing Pix QRCode, otherwise the API may return an error.
- If the API request fails, check the Zendry API credentials and network connectivity.
- Errors from the API are thrown as NodeApiError; enabling 'Continue On Fail' allows processing of subsequent items despite errors.
Links
- Zendry API Pix QRCode Pay Endpoint - Official documentation for the Pix QRCode payment simulation endpoint used by this node.