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 receipts, payments, webhooks, account information, cryptocurrency transactions, and checkout processes. Specifically, for the 'Receipts (Pix)' resource and 'Generate Crypto Wallet' operation, it sends a POST request to the Zendry API to create a new cryptocurrency wallet. This node is useful for automating financial workflows involving Pix payments and cryptocurrency management, such as generating wallets for receiving crypto payments.

Use Case Examples

  1. Automatically generate a crypto wallet when a new Pix receipt is created.
  2. Integrate Zendry's Pix and crypto wallet services into a payment processing workflow.

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 authorization headers.
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 containing the result of the crypto wallet generation or other requested operation.

Dependencies

  • Zendry API (requires a valid Bearer access token)

Troubleshooting

  • Ensure the Access Token is valid and has the necessary permissions for the requested operation.
  • Verify that the JSON provided in 'Required Fields (JSON)' is correctly formatted and includes all mandatory fields as per Zendry API documentation.
  • Check that required parameters like 'webhook_type_id', 'url', 'reference_id', or 'end_to_end' are provided when needed for specific operations.
  • If the node throws errors about unsupported resources or operations, confirm that the selected resource and operation are supported by the node.

Links

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

Discussion