Actions18
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Account Actions
- Checkout Actions
Overview
This node integrates with the Zendry API to perform various operations related to the Checkout resource, specifically generating a unified Pix/Crypto charge. It is useful for automating payment processing workflows where a charge needs to be created programmatically via the Zendry platform. For example, it can be used to generate a payment charge that supports both Pix and cryptocurrency payments in a single checkout process.
Use Case Examples
- Generating a new checkout charge for a customer using Pix or cryptocurrency payment methods.
- Automating the creation of payment requests in an e-commerce or billing system that supports Zendry API.
Properties
| Name | Meaning |
|---|---|
| Client ID | Client ID of the Zendry application, used for API authentication. |
| Client Secret | Client Secret of the Zendry application, used for API authentication. |
| Endpoint | The API endpoint to call, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected. |
| HTTP Method | HTTP method to use for the API request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected. |
| Body (JSON) | The JSON-formatted request body to send with the API call, applicable for non-GET requests. |
Output
JSON
json- The JSON response returned from the Zendry API after generating the charge.
Dependencies
- Requires Zendry API credentials: Client ID and Client Secret for authentication.
Troubleshooting
- Ensure that both Client ID and Client Secret are provided; missing these will cause authentication errors.
- The request body must be valid JSON when provided; invalid JSON will cause a parsing error.
- If the API endpoint or HTTP method is not specified when no predefined operation is selected, the node will throw an error.
- Authentication token retrieval errors may occur if the credentials are incorrect or the Zendry API is unreachable.
Links
- Zendry API Documentation - Official documentation for the Zendry API endpoints and usage.