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, the 'Get by Idempotent ID' operation under the 'Payments (Pix Out)' resource retrieves payment details using a unique idempotent ID. This is useful for ensuring idempotency in payment processing, avoiding duplicate transactions, and retrieving payment status or details reliably.
Use Case Examples
- A business uses this node to query payment status by idempotent ID after initiating a Pix payment to confirm if the payment was processed.
- A developer automates reconciliation by fetching payment details using idempotent IDs to match payments with internal records.
Properties
| Name | Meaning |
|---|---|
| Idempotent ID | The unique idempotent identifier used to query a specific Pix payment. |
Output
JSON
json- The JSON response from the Zendry API containing the payment details associated with the provided idempotent ID.
Dependencies
- Requires Zendry API credentials for authentication.
Troubleshooting
- Ensure the 'Idempotent ID' is correctly provided and matches an existing payment; otherwise, the API may return an error or empty result.
- API authentication errors may occur if Zendry API credentials are missing or invalid; verify credentials are correctly configured in n8n.
- Network or API endpoint issues can cause request failures; check connectivity and Zendry API status.
Links
- Zendry API Documentation - Get Payment by Idempotent ID - Official API documentation for retrieving Pix payment details by idempotent ID.