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 payments, including retrieving payment details by a reference code. It is useful for automating payment lookups in financial workflows, such as verifying payment status or reconciling transactions based on a unique reference code.
Use Case Examples
- Retrieve payment details using a specific reference code to confirm payment status in an automated billing system.
- Use the node to fetch payment information for customer support inquiries by referencing the payment's unique code.
Properties
| Name | Meaning |
|---|---|
| Reference Code | The unique reference code used to retrieve a specific Pix payment. |
Output
JSON
json- The JSON response from the Zendry API containing the payment details associated with the provided reference code.
Dependencies
- Zendry API with authentication credentials
Troubleshooting
- Ensure the Reference Code is correctly provided and URL-encoded to avoid request errors.
- Check that the Zendry API credentials are valid and have the necessary permissions to access payment data.
- Handle API errors gracefully, especially for cases where the reference code does not exist or the payment is not found.
Links
- Zendry API Documentation - Get Payment by Reference Code - Official API documentation for retrieving Pix payment details by reference code.