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 create a Pix payment using the DICT method. It allows users to send payment requests to the Zendry platform by providing necessary payment details in JSON format along with optional additional fields. This node is useful for automating Pix payment creation in financial workflows, such as invoicing systems or payment processing applications.
Use Case Examples
- Creating a Pix payment by providing payment details like amount, recipient information, and optional authorization status.
- Automating payment creation in a billing system by sending payment requests to Zendry API with custom external references for tracking.
Properties
| Name | Meaning |
|---|---|
| Access Token | Bearer token for authenticating with the Zendry API. |
| Base URL | Base URL of the Zendry API, defaulting to https://api.zendry.com.br. |
| Additional Fields | Optional parameters to customize the payment request, such as generator name, document, external reference, expiration time, external link, filters, webhook settings, and authorization status. |
| Required Fields (JSON) | JSON object containing the required fields for the payment creation operation as per Zendry API documentation. |
Output
JSON
json- Response from the Zendry API containing details of the created Pix payment or error information.
Dependencies
- Zendry API access with a valid Bearer token
Troubleshooting
- Ensure the Access Token is valid and has the necessary permissions to create Pix payments.
- Verify that the JSON provided in 'Required Fields (JSON)' is correctly formatted and contains all mandatory fields as per Zendry API documentation.
- Check that required parameters like 'reference_code' or 'idempotent_id' are provided when needed for specific operations.
- If the node throws errors about unsupported resources or operations, confirm that the selected resource and operation match the node's capabilities.
Links
- Zendry API Documentation - Create Payment (DICT) - Official documentation for creating Pix payments using the DICT method via Zendry API.