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 (Pix Out) among other resources. Specifically, for the 'List Payments' operation under the 'Payments (Pix Out)' resource, it retrieves a list of Pix payments based on optional JSON filters provided by the user. This is useful for scenarios where users want to query and analyze payment transactions programmatically, such as generating reports or monitoring payment statuses.
Use Case Examples
- A user wants to fetch all Pix payments made in a specific date range or with certain attributes by providing filter criteria in JSON format.
- A business automates reconciliation by listing payments and matching them with internal records.
Properties
| Name | Meaning |
|---|---|
| Filters (JSON) | A JSON object containing filter criteria to narrow down the list of payments returned by the API. For example, filters can include pagination, date ranges, or other payment attributes. |
Output
JSON
json- The JSON response from the Zendry API containing the list of Pix payments matching the provided filters.
Dependencies
- Zendry API with authentication credentials
Troubleshooting
- Ensure the 'Filters (JSON)' input is valid JSON; invalid JSON will cause parsing errors.
- API authentication errors may occur if the Zendry API credentials are missing or incorrect.
- If no payments are returned, verify that the filter criteria are correct and that payments exist matching those filters.
Links
- Zendry API Pix Payments Documentation - Official API documentation for managing Pix payments including listing payments.