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 accounts, payments, Pix QR codes, webhooks, crypto, and checkout services. Specifically, for the 'Account' resource and 'Simulate QRCode Payment' operation, it simulates a payment on a Pix QR code by sending a POST request to the Zendry API endpoint for QR code payments. This node is useful for testing payment flows, simulating transactions, and automating payment-related workflows in financial or e-commerce applications.

Use Case Examples

  1. Simulate a payment on a Pix QR code to test payment processing.
  2. Automate payment simulations for accounting or reconciliation purposes.

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 settings, 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 QR code payment operation.

Dependencies

  • Zendry API access requiring a valid Bearer access token.

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions for the operation.
  • Verify that the 'reference_id' field is provided in the request body or additional fields, as it is mandatory for simulating QR code payments.
  • Check that the JSON provided in 'Required Fields (JSON)' is valid and correctly formatted.
  • If the API returns errors, review the error message for missing or invalid parameters and adjust accordingly.

Links

Discussion