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 operations related to Pix QR Codes, including simulating payments. Specifically, the 'Simulate Payment' operation under the 'Receipts (Pix)' resource allows users to simulate the payment of a Pix QR Code. This is useful for testing payment workflows without actual transactions. For example, a user can simulate a payment to verify that their system correctly processes Pix payments before going live.
Use Case Examples
- Simulate a Pix QR Code payment to test payment processing logic in a development environment.
- Use the node to simulate payments for automated testing of financial applications integrating with Pix.
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 | API endpoint to call, e.g., /v1/pix/qrcodes. Required if no predefined operation is selected. |
| HTTP Method | HTTP method for the API request (GET, POST, PUT, PATCH, DELETE). Required if no predefined operation is selected. |
| Body (JSON) | Request body in JSON format, used for POST, PUT, PATCH methods. |
Output
JSON
json- The JSON response from the Zendry API representing the result of the simulated payment or other API operations.
Dependencies
- Requires Zendry API credentials: Client ID and Client Secret for authentication.
Troubleshooting
- Common issues include missing or invalid Client ID or Client Secret, resulting in authentication errors.
- Invalid JSON in the Body property will cause parsing errors; ensure the JSON is well-formed.
- If the endpoint is not specified when no predefined operation is selected, the node will throw an error.
- API token retrieval failures may occur due to network issues or incorrect credentials; verify connectivity and credentials.
Links
- Zendry API Documentation - Official documentation for the Zendry API, including endpoints and authentication details.