Actions20
- Receipts (Pix) Actions
- Payments (Pix Out) Actions
- Webhooks Actions
- Crypto Actions
- Checkout Actions
- Account Actions
Overview
This node integrates with the Zendry API to create manual Pix Out payments. It allows users to initiate payments by specifying payment details such as an idempotent ID, payment value in cents, receiver's name, document, bank ISPB, agency, account, and account type. It supports automatic authorization of payments. This node is useful for automating manual Pix payment processes in financial workflows, ensuring idempotency and detailed payment information.
Use Case Examples
- Automate manual Pix payments to receivers by providing their bank details and payment amount.
- Create a payment with automatic authorization to streamline payment processing.
- Use idempotent IDs to prevent duplicate payments in case of retries.
Properties
| Name | Meaning |
|---|---|
| Idempotent ID | A unique identifier to ensure the payment request is idempotent, preventing duplicate payments. |
| Value (cents) | The amount to be paid, specified in cents. Minimum value is 1 cent. |
| Authorize Automatically | Boolean flag to indicate if the payment should be authorized automatically upon creation. |
| Receiver Name | The name of the payment receiver. |
| Receiver Document | The document number (e.g., CPF/CNPJ) of the payment receiver. |
| Receiver Bank ISPB | The ISPB code of the receiver's bank. |
| Receiver Agency | The agency number of the receiver's bank account. |
| Receiver Account | The account number of the receiver. |
| Receiver Account Type | The type of the receiver's bank account. |
Output
JSON
json- The JSON response from the Zendry API containing details of the created payment or any other relevant data returned by the API.
Dependencies
- Zendry API with API key credential
Troubleshooting
- Ensure the 'Idempotent ID' is unique for each payment request to avoid duplicate payment errors.
- The 'Value (cents)' must be at least 1 cent; values less than this will cause validation errors.
- All required receiver details must be provided for manual payments; missing fields may cause API errors.
- If automatic authorization is enabled, ensure the account has sufficient permissions and balance to authorize payments automatically.
Links
- Zendry API Documentation - Official documentation for the Zendry API, including Pix payments and other financial operations.