Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to simulate a cryptocurrency receivement transaction. It allows users to simulate receiving a specified amount of cryptocurrency (USDT) from a sender wallet address to a receiver wallet address. This operation is useful for testing and validating crypto transaction workflows without actual fund transfers.
Use Case Examples
- Simulate receiving 1 USDT from a sender wallet to a receiver wallet to test transaction handling in a crypto payment system.
- Validate wallet address configurations by simulating receivement transactions before going live.
Properties
| Name | Meaning |
|---|---|
| Value (decimal) | The amount of cryptocurrency to simulate receiving, specified as a decimal number with up to 8 decimal places. |
| Receiver Wallet Address | The wallet address that will receive the simulated cryptocurrency transaction. |
| Sender Wallet Address | The wallet address from which the simulated cryptocurrency transaction is sent. |
Output
JSON
json- The JSON response from the Zendry API representing the result of the simulated crypto receivement transaction.
Dependencies
- Zendry API with authentication credentials
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 threshold will cause validation errors.
- API authentication errors may occur if the Zendry API credentials are missing or invalid; verify credentials configuration in n8n.
Links
- Zendry API Crypto Simulate Receivement - Official Zendry API documentation for the crypto receivement simulation endpoint.
