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 accounts, payments, crypto transactions, webhooks, and checkouts. Specifically, for the 'Account' resource and 'Generate Crypto Payment' operation, it allows users to create cryptocurrency payment requests by sending the required data to the Zendry API. This is useful for automating crypto payment generation in workflows, such as invoicing or payment processing systems that accept cryptocurrencies.

Use Case Examples

  1. Generating a crypto payment request with specific parameters like amount, currency, and recipient wallet address.
  2. Automating the creation of crypto payments as part of a larger financial workflow in n8n.

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 Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the generated crypto payment or error information.

Dependencies

  • Zendry API

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to perform the operation.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause errors.
  • Required fields specific to the 'Generate Crypto Payment' operation must be included in the 'requestBody' or 'additionalFields' as per Zendry API documentation.
  • If mandatory parameters like webhook_type_id or URLs are missing for webhook operations, the node will throw errors.
  • Check network connectivity and API endpoint correctness if requests fail.

Links

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

Discussion