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 provides access to the Zendry API, allowing users to perform various operations related to accounts, payments, receipts, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Simulate Crypto Receivement' operation, it enables simulating the receipt of cryptocurrency payments by sending a POST request to the Zendry API endpoint. This is useful for testing and simulating crypto payment workflows without actual transactions.

Use Case Examples

  1. Simulate receiving a cryptocurrency payment to test payment processing systems.
  2. Use the node to automate testing of crypto receivement notifications in a payment gateway integration.

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 specific operation, as per Zendry API documentation.

Output

JSON

  • json - The JSON response from the Zendry API for the requested operation, containing details of the simulated crypto receivement or other requested data.

Dependencies

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

Troubleshooting

  • Common issues include invalid or missing access tokens, malformed JSON in the 'Required Fields' input, and missing mandatory parameters such as 'reference_id' or 'end_to_end' for certain operations.
  • Error messages typically indicate which required parameter is missing or if the JSON is invalid. Users should ensure all required fields are correctly filled and JSON inputs are valid.
  • Network or authentication errors may occur if the base URL is incorrect or the access token is expired or invalid.

Links

Discussion