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 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

  1. Automatically generate a new crypto wallet when onboarding a user to a platform.
  2. 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

Discussion