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, Pix QR codes, webhooks, crypto wallets, and checkouts. Specifically, for the 'Account' resource and 'Generate Crypto Wallet' operation, it sends a POST request to the Zendry API to generate a new cryptocurrency wallet. This node is useful for automating wallet creation in workflows that manage cryptocurrency transactions or accounts.

Use Case Examples

  1. Automatically generate a crypto wallet when a new user registers in your system.
  2. Create wallets in bulk for multiple accounts as part of a batch process.

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 that can be added to the request, such as generator name, document, external reference, expiration time, external link, filters, webhook URL, webhook type ID, authorization header value, and payment authorization status.
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 generated crypto wallet details.

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 in the 'requestBody' JSON; missing required fields will cause the API to reject the request.
  • Check the Base URL if the API endpoint is unreachable or returns errors.

Links

Discussion