Zendry API icon

Zendry API

Integração com Zendry API (Pix, Payments, Webhooks, Account, Crypto, Checkout)

Overview

This node integrates with the Zendry API to perform various operations related to Pix payments, including creating manual Pix out payments. It is useful for automating payment processes, managing Pix transactions, and interacting with Zendry's payment services. For example, it can be used to create a manual Pix payment by providing client credentials and payment details in JSON format.

Use Case Examples

  1. Creating a manual Pix payment by specifying the client ID, client secret, and payment details in JSON format to the Zendry API endpoint for manual payments.
  2. Listing Pix payments or generating QR codes for Pix transactions using other operations within the Zendry API node.

Properties

Name Meaning
Client ID Client ID of the Zendry application, required for authentication.
Client Secret Client Secret of the Zendry application, required for authentication.
Endpoint API endpoint to send the request to, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected.
HTTP Method HTTP method to use for the request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected.
Body (JSON) Request body in JSON format, used for POST, PUT, PATCH methods to send data to the API.

Output

JSON

  • json - The JSON response from the Zendry API containing the result of the requested operation, such as payment creation details or error information.

Dependencies

  • Zendry API service requiring Client ID and Client Secret for OAuth token authentication.

Troubleshooting

  • Ensure Client ID and Client Secret are correctly provided; missing these will cause authentication errors.
  • The request body must be valid JSON; invalid JSON will cause parsing errors.
  • If no predefined operation is selected, the Endpoint and HTTP Method must be specified; otherwise, the node will throw an error.
  • Token retrieval errors may occur if the Zendry API is unreachable or credentials are invalid; verify network connectivity and credentials.

Links

Discussion