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 Pix payments, webhooks, account information, cryptocurrency, and checkout processes. Specifically, for the 'Payments (Pix Out)' resource and the 'Simulate QRCode Payment' operation, it allows users to simulate a payment on a Pix QR code by sending a POST request to the Zendry API with the required reference ID and optional additional parameters. This is useful for testing payment flows or simulating payment events in automated workflows.

Use Case Examples

  1. Simulate a Pix QR code payment by providing the QR code reference ID and optional parameters such as authorization status or external references.
  2. Use the node to automate payment simulations in a testing environment before going live with actual Pix 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, which should not be changed unless necessary.
Additional Fields Optional parameters to customize the payment simulation, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization status.
Required Fields (JSON) JSON object containing the required fields for the operation, including the mandatory 'reference_id' to identify the QR code to simulate payment for.

Output

JSON

  • json - The JSON response from the Zendry API representing the result of the simulated QR code payment operation.

Dependencies

  • Zendry API access requiring a valid Bearer access token

Troubleshooting

  • Ensure the 'reference_id' field is provided in the required JSON fields or additional fields; otherwise, the node will throw an error indicating the missing mandatory parameter.
  • Verify that the access token is valid and has the necessary permissions to perform the payment simulation operation.
  • If the requestBody JSON is malformed, the node will throw an error indicating invalid JSON; ensure the JSON is correctly formatted.
  • Check network connectivity and API endpoint availability if requests fail unexpectedly.

Links

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

Discussion