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 Global API to perform various operations related to cryptocurrency, Pix payments, webhooks, accounts, and checkout processes. Specifically, for the 'Generate Crypto Wallet' operation under the 'Crypto' resource, it sends a POST request to the Zendry API to create a new cryptocurrency wallet. This is useful for users who want to programmatically generate crypto wallets for transactions or account management within their workflows.

Use Case Examples

  1. Automatically generate a new crypto wallet when a user signs up on a platform.
  2. Create wallets for batch processing of crypto payments in financial applications.

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 such as generator name, document, external reference, expiration time, external link, filters, webhook URL and type, authorization header, and payment authorization status.
Required Fields (JSON) JSON object containing required fields for the operation as per API documentation.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the generated crypto wallet.

Dependencies

  • Zendry API with a valid Bearer access token

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to call the Zendry API.
  • The 'requestBody' must be a valid JSON string; invalid JSON will cause an error.
  • Required parameters for the operation must be provided; missing required fields will result in errors.
  • Network issues or incorrect Base URL can cause request failures.

Links

Discussion