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 manage Pix receipts, specifically allowing users to retrieve receipt information by an EndToEnd code. It is useful in scenarios where you need to track or verify Pix payment receipts using their unique EndToEnd identifier, such as in financial reconciliation or payment verification processes.
Use Case Examples
- Retrieve a Pix receipt by providing its EndToEnd code to verify payment status or details.
- Use the node to automate fetching receipt data for accounting or auditing purposes.
Properties
| Name | Meaning |
|---|---|
| EndToEnd Code | The unique EndToEnd identifier for the Pix receipt to retrieve. |
Output
JSON
json- The JSON response containing the Pix receipt details retrieved by the EndToEnd code.
Dependencies
- Requires Zendry API credentials for authentication.
Troubleshooting
- Ensure the EndToEnd code is correctly provided and URL-encoded if necessary.
- Common errors may include authentication failures if Zendry API credentials are missing or invalid.
- API errors may occur if the EndToEnd code does not exist or is malformed; verify the code before making the request.
Links
- Zendry API Documentation - Get Pix QR Code by EndToEnd - Official API documentation for retrieving Pix QR code receipts by EndToEnd code.