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 and related operations. Specifically, for the 'Payments (Pix Out)' resource and the 'Get by Reference Code' operation, it retrieves payment details using a provided reference code. This is useful for scenarios where you need to verify or fetch payment information based on a unique reference code, such as in financial reconciliation or payment tracking systems.
Use Case Examples
- Retrieve payment details by reference code to confirm transaction status.
- Use the reference code to fetch payment information for reporting or auditing purposes.
Properties
| Name | Meaning |
|---|---|
| Reference Code | The unique reference code used to retrieve the specific payment details. |
Output
JSON
json- The JSON response containing the payment details retrieved by the reference code.
Dependencies
- Requires Zendry API credentials for authentication.
Troubleshooting
- Ensure the reference code is correctly provided and URL-encoded if necessary.
- Check that the Zendry API credentials are valid and have the necessary permissions.
- Common errors may include 'Payment not found' if the reference code does not exist, or authentication errors if credentials are invalid.
Links
- Zendry API Documentation - Get Payment by Reference Code - Official API documentation for retrieving Pix payment details by reference code.
