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 provides access to the Zendry Global API, enabling interaction with various Zendry services such as Pix receipts, payments, webhooks, account information, crypto transactions, and checkout operations. Specifically, the 'Get by EndToEnd' operation under the 'Crypto' resource retrieves information about a Pix QR code using its unique end-to-end identifier. This node is useful for automating financial workflows, tracking payments, and managing crypto-related transactions via Zendry's API.

Use Case Examples

  1. Retrieve details of a Pix QR code by its end-to-end identifier to verify payment status or transaction details.
  2. Integrate with Zendry's crypto services to automate wallet creation or payment processing.

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.
Additional Fields Optional parameters to customize the API request, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization headers.
Required Fields (JSON) JSON object containing required fields for the specific API operation, as per Zendry API documentation.

Output

JSON

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

Dependencies

  • Requires a valid Zendry API access token for authentication.

Troubleshooting

  • Ensure the 'end_to_end' parameter is provided for the 'Get by EndToEnd' operation; missing this will cause an error.
  • Validate that the 'requestBody' JSON is correctly formatted; invalid JSON will throw an error.
  • Check that the access token is valid and has the necessary permissions to access the requested resource.
  • If the API base URL is changed, verify it is correct to avoid connection errors.

Links

Discussion