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 interacts with the Zendry API to perform various operations related to the Checkout resource, specifically generating a crypto wallet in this context. It is useful for automating cryptocurrency wallet creation within payment workflows, enabling seamless integration with Zendry's crypto services. For example, it can be used to programmatically generate wallets for receiving crypto payments in e-commerce or financial applications.

Use Case Examples

  1. Automatically generate a crypto wallet when a new customer signs up for a service.
  2. Create wallets for batch processing of crypto payments in a financial system.

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 references, expiration time, external links, filters, webhook settings, and authorization headers.
Required Fields (JSON) JSON object containing 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 wallet or other requested data.

Dependencies

  • Requires a valid Bearer access token for Zendry API authentication.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions for the requested operation.
  • Verify that the JSON provided in 'Required Fields (JSON)' is correctly formatted and includes all mandatory fields as per Zendry API documentation.
  • Check that required parameters like 'webhook_type_id', 'url', 'reference_id', or 'end_to_end' are provided when needed, as missing these will cause errors.
  • If the base URL is changed, ensure it points to a valid Zendry API endpoint.

Links

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

Discussion