Zendry Global API 1.0
Acesso universal à API Zendry (Pix, Payments, Webhooks, Account, Crypto, Checkout) via AccessToken
Actions120
- Crypto Actions
- Register/Update Webhook
- Generate Crypto Payment
- Get USDT Quotation
- List Webhook Types
- Remove Webhook
- List Webhooks
- Get Account Balance
- Generate Crypto Wallet
- Simulate Crypto Receivement
- Generate Checkout
- Create QRCode (Pix)
- List QRCodes
- Create Payment (DICT)
- Get Payment by Reference Code
- Simulate QRCode Payment
- List Payments
- Get Payment by Idempotent ID
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Checkout Actions
- Create QRCode (Pix)
- Get by EndToEnd
- Create Checkout (Pix)
- List QRCodes
- Simulate QRCode Payment
- Create Payment (DICT)
- Create Payment (Manual)
- Get Account Balance
- Get USDT Quotation
- Generate Crypto Payment
- Simulate Crypto Receivement
- List Payments
- Get Payment by Reference Code
- Get Payment by Idempotent ID
- List Webhook Types
- Register/Update Webhook
- Remove Webhook
- List Webhooks
- Generate Crypto Wallet
- Generate Checkout
- Webhooks Actions
- List Webhooks
- Create QRCode (Pix)
- List QRCodes
- Get by EndToEnd
- Simulate QRCode Payment
- Get Payment by Idempotent ID
- Register/Update Webhook
- Create Payment (Manual)
- Get Payment by Reference Code
- Generate Crypto Wallet
- Simulate Crypto Receivement
- Get USDT Quotation
- List Webhook Types
- Create Checkout (Pix)
- Create Payment (DICT)
- List Payments
- Remove Webhook
- Get Account Balance
- Generate Checkout
- Generate Crypto Payment
- Receipts (Pix) Actions
- Create Checkout (Pix)
- List QRCodes
- Create Payment (Manual)
- Get Payment by Idempotent ID
- Get by EndToEnd
- Get Payment by Reference Code
- Create Payment (DICT)
- Register/Update Webhook
- Get USDT Quotation
- Generate Crypto Payment
- Generate Crypto Wallet
- Get Account Balance
- Create QRCode (Pix)
- Simulate QRCode Payment
- List Payments
- List Webhook Types
- Remove Webhook
- Simulate Crypto Receivement
- Generate Checkout
- List Webhooks
- Payments (Pix Out) Actions
- Create Payment (DICT)
- Create QRCode (Pix)
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Get Payment by Reference Code
- Get Payment by Idempotent ID
- List Webhook Types
- Remove Webhook
- Generate Crypto Payment
- List Webhooks
- Simulate Crypto Receivement
- Get USDT Quotation
- Simulate QRCode Payment
- List Payments
- Register/Update Webhook
- Get Account Balance
- Generate Crypto Wallet
- Generate Checkout
- List QRCodes
- Account Actions
- Create QRCode (Pix)
- Create Payment (DICT)
- Register/Update Webhook
- Create Checkout (Pix)
- Get by EndToEnd
- Create Payment (Manual)
- Get Payment by Reference Code
- Generate Crypto Wallet
- Generate Crypto Payment
- List Webhooks
- Generate Checkout
- List QRCodes
- Simulate QRCode Payment
- List Payments
- Get Payment by Idempotent ID
- List Webhook Types
- Remove Webhook
- Get Account Balance
- Get USDT Quotation
- Simulate Crypto Receivement
Overview
This node interacts with the Zendry API to manage various payment-related resources, specifically supporting operations for Payments (Pix Out) such as listing webhooks. It is useful for automating payment processing workflows, monitoring webhook notifications, and integrating payment data retrieval into automation pipelines. For example, it can be used to list all registered webhooks to monitor payment events or update webhook configurations programmatically.
Use Case Examples
- Listing all webhooks registered in the Zendry system to monitor payment notifications.
- Automating the retrieval of webhook details for audit or integration purposes.
Properties
| Name | Meaning |
|---|---|
| Access Token | A valid Bearer access token for authenticating API requests to Zendry. |
| Base URL | The base URL of the Zendry API, defaulting to https://api.zendry.com.br, which can be changed if necessary. |
| Additional Fields | Optional parameters to refine or customize the API request, such as filters, webhook URL, webhook type ID, authorization header value, and other webhook-related settings. |
| Required Fields (JSON) | JSON object containing required fields for the specific operation, as per the API documentation. |
Output
JSON
json- The JSON response from the Zendry API containing the requested data, such as the list of webhooks.
Dependencies
- Requires a valid Bearer access token for Zendry API authentication.
Troubleshooting
- Common issues include invalid or missing access tokens, resulting in authentication errors.
- Malformed JSON in the 'Required Fields (JSON)' or 'Filters (JSON)' properties can cause parsing errors; ensure valid JSON format.
- Missing required parameters for specific operations, such as 'webhook_type_id' or 'url' for webhook registration, will trigger errors indicating the missing fields.
Links
- Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage examples.