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 Webhooks, Crypto, Pix payments, and more. Specifically, for the 'Webhooks' resource and 'Generate Crypto Wallet' operation, it sends a POST request to the Zendry API to generate a new cryptocurrency wallet. This is useful for automating wallet creation in crypto payment workflows or integrating crypto wallet management into broader financial automation processes.

Use Case Examples

  1. Automatically generate a new crypto wallet when a user signs up on your platform.
  2. Create wallets programmatically for batch crypto payment processing.

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 required fields for the operation as per the API documentation.

Output

JSON

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

Dependencies

  • Zendry API access via a valid Bearer access token

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to call the Zendry API.
  • Verify that the JSON provided in 'Required Fields (JSON)' is correctly formatted and includes all mandatory fields as per the Zendry API documentation.
  • Check the Base URL if the API endpoint is unreachable or returns errors.
  • Common error messages include missing required parameters like 'webhook_type_id' or 'url' for webhook operations, or invalid JSON in the request body. These can be resolved by providing the required parameters and valid JSON.

Links

Discussion