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 perform various operations related to Pix receipts, payments, webhooks, account information, crypto payments, and checkout processes. Specifically, for the 'Receipts (Pix)' resource and 'Generate Crypto Payment' operation, it allows users to generate cryptocurrency payments by sending a properly structured request to the Zendry API. This is useful for automating payment processing in systems that support Pix and cryptocurrency transactions, enabling seamless payment generation and tracking.

Use Case Examples

  1. Generating a crypto payment request to Zendry API to initiate a payment in cryptocurrency.
  2. Automating Pix receipt creation and management within a payment processing workflow.

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

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the requested operation, such as details of the generated crypto payment.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing access tokens, malformed JSON in the 'Required Fields (JSON)' input, and missing mandatory parameters for specific operations (e.g., 'reference_id' for paying a QR code).
  • Error messages typically indicate which required parameter is missing or if the JSON is invalid, guiding the user to correct the input accordingly.

Links

  • Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, required fields, and usage examples.

Discussion