Zendry API 1.0 icon

Zendry API 1.0

Integração com Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout)

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

  1. 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.
  2. 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

Discussion