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 perform various operations related to cryptocurrency, payments, Pix receipts, webhooks, account balance, and checkout processes. Specifically, for the 'Crypto' resource and 'Generate Wallet' operation, it generates a new cryptocurrency wallet by making a POST request to the Zendry API's /v1/crypto/wallets endpoint. This is useful for users who need to programmatically create crypto wallets for transactions or account management within their workflows.
Use Case Examples
- Automatically generate a new crypto wallet when onboarding a user to a platform.
- Create wallets for batch processing of cryptocurrency payments or receivements.
Output
JSON
json- The JSON response from the Zendry API containing details of the generated crypto wallet.
Dependencies
- Zendry API with API key credential
Troubleshooting
- Ensure the Zendry API credentials are correctly configured and valid to avoid authentication errors.
- If required parameters like receiver address or wallet ID are missing for other crypto operations, the node will throw errors; ensure all mandatory fields are provided.
- Network or API endpoint issues may cause request failures; verify network connectivity and Zendry API status.
Links
- Zendry API Documentation - Official documentation for the Zendry API endpoints and usage.