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, including listing payments. Specifically, the 'List Payments' operation under the 'Payments (Pix Out)' resource allows users to retrieve a list of Pix payment transactions filtered by custom criteria. This is useful for financial reconciliation, monitoring payment statuses, or generating reports based on payment data.

Use Case Examples

  1. A business can use this node to fetch all Pix payments made within a specific date range to reconcile daily transactions.
  2. A developer can automate the retrieval of payment data filtered by status or other parameters to update a CRM or accounting system.

Properties

Name Meaning
Filters (JSON) JSON object containing filters to apply when listing payments, such as pagination or date ranges.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of Pix payments matching the specified filters.

Dependencies

  • Zendry API with API key credential

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; verify the API key credential is properly configured.
  • Network or API endpoint errors can happen if the Zendry API base URL is unreachable or incorrect; check network connectivity and credential settings.

Links

Discussion