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 cryptocurrency payments, Pix payments, webhooks, account management, and checkout processes. Specifically, for the 'Generate Crypto Payment' operation under the 'Crypto' resource, it allows users to create a new cryptocurrency payment by sending the required payment details to the Zendry API. This is useful for automating crypto payment generation in workflows, such as invoicing or e-commerce payment processing.

Use Case Examples

  1. Generate a crypto payment by providing necessary payment details in JSON format, such as amount, currency, and recipient wallet address.
  2. Use the node to automate crypto payment creation as part of a larger 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.
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 specified by 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 an error.
  • Required fields for the operation must be provided either in 'requestBody' or 'additionalFields'; missing required fields will cause errors.
  • Check that the Base URL is correct and accessible; the default should not be changed unless necessary.

Links

Discussion