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 perform various operations related to Receipts (Pix), Payments, Webhooks, Account, Crypto, and Checkout services. Specifically, for the 'Receipts (Pix)' resource and 'List Webhook Types' operation, it fetches the list of available webhook types from the Zendry API. This is useful for users who want to manage or monitor webhook events related to their Pix transactions or other services provided by Zendry. For example, a user can retrieve webhook types to configure notifications for payment events or other triggers.
Use Case Examples
- A user wants to list all webhook types available in their Zendry account to set up appropriate webhook listeners for Pix payment notifications.
- A developer integrates this node in an automation workflow to dynamically fetch webhook types and register new webhooks based on the retrieved types.
Properties
| Name | Meaning |
|---|---|
| Access Token | A valid Bearer access token for authenticating requests to the Zendry API. |
| Base URL | The base URL of the Zendry API; usually left as default unless a custom endpoint is needed. |
| Additional Fields | Optional parameters that can be used to provide extra data depending on the operation, such as generator name, document, external references, filters, webhook URL, webhook type ID, authorization header value, and authorization status. |
| 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 list of webhook types or other requested data.
Dependencies
- Zendry API access requiring a valid Bearer access token.
Troubleshooting
- Ensure the Access Token is valid and has the necessary permissions to access the Zendry API.
- Verify that the Base URL is correct and reachable; usually, the default URL should not be changed unless necessary.
- For JSON input fields like 'Required Fields (JSON)' and 'Filters (JSON)', ensure the JSON is valid to avoid parsing errors.
- Mandatory parameters such as 'webhook_type_id' and 'url' must be provided for operations that require them, otherwise the node will throw an error indicating the missing parameter.
Links
- Zendry API Documentation - Official documentation for the Zendry API, detailing endpoints, parameters, and usage.