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 cryptocurrency, Pix payments, webhooks, accounts, and checkouts. Specifically, for the 'Simulate Crypto Receivement' operation under the 'Crypto' resource, it allows users to simulate the receipt of cryptocurrency payments by sending a POST request to the Zendry API. This is useful for testing and simulating crypto payment workflows without actual transactions. Practical examples include simulating incoming crypto payments to verify system behavior or testing notification workflows triggered by crypto receivements.

Use Case Examples

  1. Simulate a crypto receivement to test payment processing systems.
  2. Use the simulation to verify webhook notifications for crypto payments.

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

Output

JSON

  • json - The JSON response from the Zendry API representing the result of the simulated crypto receivement operation.

Dependencies

  • Zendry API access requiring a valid Bearer access token

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions to access the Zendry API.
  • 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.
  • Network or API endpoint issues may cause request failures; verify the Base URL and network connectivity.

Links

Discussion