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 cryptocurrency-related operations, specifically generating a crypto payment in this context. It allows users to create a payment transaction by specifying the amount of cryptocurrency (USDT), the receiver's crypto address, and the sender's wallet ID. This is useful for automating crypto payments within workflows, such as paying vendors or transferring funds between wallets.

Use Case Examples

  1. Generate a USDT payment to a specified receiver address from a sender wallet within an automated workflow.
  2. Automate crypto payments in business processes requiring cryptocurrency transactions.

Properties

Name Meaning
Value (decimal) The amount of cryptocurrency (USDT) to be sent, with precision up to 8 decimal places.
Receiver Address The cryptocurrency address of the payment recipient.
Sender Wallet ID The identifier of the sender's wallet from which the payment will be made.

Output

JSON

  • json - The JSON response from the Zendry API containing details of the generated crypto payment transaction.

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure that the Receiver Address and Sender Wallet ID are provided; missing these will cause errors.
  • Verify that the API credentials for Zendry API are correctly configured and valid.
  • Check network connectivity to the Zendry API endpoint to avoid request failures.

Links

Discussion