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 payments, Pix transactions, webhooks, account information, cryptocurrency, and checkout processes. Specifically, for the 'Payments (Pix Out)' resource and the 'Simulate Crypto Receivement' operation, it allows users to simulate the receipt of cryptocurrency payments via the Zendry API. This is useful for testing and development purposes where simulating crypto receivements is necessary without actual transactions. Practical examples include simulating incoming crypto payments to verify system behavior or integration workflows.

Use Case Examples

  1. Simulate a crypto receivement to test payment processing workflows.
  2. Use the node to simulate different crypto payment scenarios for development and testing.

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, which should not be changed unless necessary.
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 and type, authorization header for webhook, 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 result of the simulate 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 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; missing mandatory fields will result in errors.
  • Check that the Base URL is correct and accessible; network issues or incorrect URLs will cause request failures.

Links

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

Discussion