Zendry Global API 1.0 icon

Zendry Global API 1.0

Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken

Actions120

Overview

This node integrates with the Zendry API to list Pix payments. It allows users to retrieve a list of payments made via Pix, a popular instant payment system in Brazil. This operation is useful for financial reconciliation, monitoring payment statuses, and tracking transactions. For example, a business can use this node to fetch all Pix payments received within a certain period or filtered by specific criteria.

Use Case Examples

  1. A business fetching all Pix payments made in the last month to reconcile accounts.
  2. Filtering Pix payments by authorized status or external references for auditing purposes.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating with the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br. Usually does not need to be changed.
Additional Fields Optional parameters to refine the list payments request, such as filters in JSON format or payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the list of Pix payments and related data.

Dependencies

  • Zendry API access requiring a valid Bearer access token

Troubleshooting

  • Ensure the Access Token is valid and has not expired to avoid authentication errors.
  • Verify that the 'filters' JSON in Additional Fields is correctly formatted to prevent JSON parsing errors.
  • Required fields must be provided in valid JSON format; otherwise, the node will throw an error indicating invalid JSON.
  • If a required parameter like 'reference_code' or 'idempotent_id' is missing for specific operations, the node will throw an error specifying the missing field.

Links

Discussion