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 simulate a cryptocurrency receivement transaction. It allows users to specify the amount of cryptocurrency (in decimal), the receiver's wallet address, and the sender's wallet address to simulate the receipt of cryptocurrency funds. This operation is useful for testing and simulating crypto transactions within workflows without actual fund transfers.

Use Case Examples

  1. Simulate receiving 1.5 USDT from a sender wallet to a receiver wallet for testing purposes.
  2. Simulate a small crypto receivement of 0.0001 USDT to verify wallet addresses and transaction handling in an automated workflow.

Properties

Name Meaning
Value (decimal) The amount of cryptocurrency to simulate receiving, specified as a decimal number with up to 8 decimal places. Minimum value is 0.00000001.
Receiver Wallet Address The wallet address that will receive the simulated cryptocurrency.
Sender Wallet Address The wallet address from which the simulated cryptocurrency is sent.

Output

JSON

  • value - The amount of cryptocurrency simulated as received.
  • receiver_wallet_address - The wallet address that received the simulated cryptocurrency.
  • sender_wallet_address - The wallet address that sent the simulated cryptocurrency.
  • transaction_details - Additional details returned by the Zendry API about the simulated receivement transaction.

Dependencies

  • Zendry API with API key credential

Troubleshooting

  • Ensure that the receiver and sender wallet addresses are valid and correctly formatted to avoid API errors.
  • The 'Value (decimal)' must be at least 0.00000001; values below this will cause validation errors.
  • API authentication errors may occur if the Zendry API credentials are missing or invalid; verify the API key setup in the node credentials.
  • Network or connectivity issues with the Zendry API endpoint can cause request failures; check network access and API base URL configuration.

Links

Discussion