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 integrates with the Zendry API to perform various account-related operations, specifically including the removal of webhooks. It allows users to manage webhooks by deleting a specified webhook type using its ID. This is useful for scenarios where you need to stop receiving notifications for certain events or clean up unused webhooks in your Zendry account.
Use Case Examples
- Removing a webhook by specifying its webhook type ID to stop receiving notifications for that webhook type.
- Managing account webhooks programmatically as part of an automated workflow to maintain webhook configurations.
Properties
| Name | Meaning |
|---|---|
| Access Token | A valid Bearer access token for authenticating with the Zendry API. |
| 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 including webhook_type_id (ID of the webhook type to remove) and other optional webhook-related fields. |
| Required Fields (JSON) | A JSON object containing any required fields for the operation, if applicable. |
Output
JSON
json- The JSON response from the Zendry API after attempting to remove the webhook, typically indicating success or failure details.
Dependencies
- Requires a valid Zendry API access token for authentication.
Troubleshooting
- Common errors include missing or invalid webhook_type_id, which is required to identify the webhook to remove. The node will throw an error if this ID is not provided.
- Invalid or expired access tokens will cause authentication failures; ensure the access token is valid and has the necessary permissions.
- Malformed JSON in the 'Required Fields (JSON)' input will cause parsing errors; ensure the JSON is valid.
Links
- Zendry API Documentation - Remove Webhook - Official documentation for the Remove Webhook operation in the Zendry API.