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 interacts with the Zendry API to perform various operations related to accounts, payments, Pix QR codes, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Get by EndToEnd' operation, it retrieves Pix QR code information using an end-to-end identifier. This is useful for tracking and managing Pix transactions by their unique end-to-end reference code.

Use Case Examples

  1. Retrieve Pix QR code details by providing the end-to-end identifier to monitor payment status or transaction details.
  2. Use the node to fetch account balance or payment information by other operations within the Zendry API.

Properties

Name Meaning
Access Token A valid Bearer access token for authenticating requests to the Zendry API.
Base URL The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which should not be changed unless necessary.
Additional Fields Optional parameters that can be added to the request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL, webhook type ID, authorization header value, and payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per the API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing the requested data, such as Pix QR code details for the 'Get by EndToEnd' operation.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Common issues include missing required parameters such as 'end_to_end' for the 'Get by EndToEnd' operation, which will cause the node to throw an error indicating the missing field.
  • Invalid JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties will cause parsing errors; ensure these fields contain valid JSON.
  • API request failures due to invalid access tokens or network issues will result in errors; verify the access token and network connectivity.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing available resources, operations, and required parameters.

Discussion