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 multiple users in batch processes for crypto payment systems.
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 the API request fails, check network connectivity and the base URL configuration in the credentials.
- Errors from the API will be thrown as NodeApiError; review the error message for details such as missing required parameters or invalid data formats.
Links
- Zendry API Crypto Wallets Documentation - Official documentation for the Zendry API endpoint to generate crypto wallets.
