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 or to test integrations with Pix payment systems.
Use Case Examples
- Simulate a Pix QRCode payment by providing a reference ID to test payment workflows.
- Use the node to simulate payments in a development environment before going live with actual Pix transactions.
Properties
| Name | Meaning |
|---|---|
| Reference ID | The unique identifier of the Pix QRCode to be paid (simulated). This is required to specify which QRCode payment to simulate. |
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 for authentication
Troubleshooting
- Ensure the Reference ID is correctly provided and corresponds to an existing Pix QRCode in the Zendry system.
- API authentication errors may occur if the Zendry API credentials are missing or invalid; verify the API key setup.
- Network or API endpoint issues can cause request failures; check connectivity and Zendry API status.
Links
- Zendry API Documentation - Official documentation for the Zendry API, including Pix QRCode payment simulation endpoints.
