Zendry API 1.0 icon

Zendry API 1.0

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

Overview

This node integrates with the Zendry API to perform various operations related to cryptocurrency payments. Specifically, for the 'Generate Payment' operation under the 'Crypto' resource, it allows users to create a cryptocurrency payment transaction by specifying the amount (in USDT), the receiver's crypto address, and the sender's wallet ID. This is useful for automating crypto payment workflows, such as sending USDT payments from a specified wallet to a receiver address.

Use Case Examples

  1. A user wants to automate sending USDT payments to a customer's crypto wallet address as part of an order fulfillment process.
  2. A business needs to programmatically generate crypto payments from their wallet to multiple receiver addresses based on invoices.

Properties

Name Meaning
Value (decimal) The amount of cryptocurrency (USDT) to send, specified as a decimal number with up to 8 decimal places. Minimum value is 0.00000001 USDT.
Receiver Address The cryptocurrency address of the payment recipient where the USDT will be sent.
Sender Wallet ID The identifier of the sender's wallet from which the USDT payment will be made.

Output

JSON

  • json - The JSON response from the Zendry API representing the result of the crypto payment generation request.

Dependencies

  • Zendry API with authentication credentials

Troubleshooting

  • Ensure that the 'Receiver Address' and 'Sender Wallet ID' are provided and valid; missing these will cause errors.
  • The 'Value (decimal)' must be at least 0.00000001 USDT; values below this will be rejected.
  • API authentication errors may occur if Zendry API credentials are not set or invalid.
  • Network or API endpoint issues may cause request failures; verify connectivity and API base URL.

Links

Discussion