Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node interacts with the Woovi API to retrieve details of a specific refund using either a CorrelationID or RefundID. It is useful in scenarios where you need to fetch refund information for transaction tracking, customer service, or financial reconciliation within automated workflows.
Use Case Examples
- Retrieve refund details by providing the CorrelationID or RefundID to monitor refund status or verify refund transactions.
- Automate customer support processes by fetching refund information directly from Woovi API.
Properties
| Name | Meaning |
|---|---|
| Id: CorrelationID or RefundID | The CorrelationID or RefundID of the refund to retrieve details for. |
Output
JSON
id- The unique identifier of the refund.amount- The amount refunded.status- The current status of the refund.createdAt- Timestamp when the refund was created.updatedAt- Timestamp when the refund was last updated.
Dependencies
- Woovi API with API key credential
Troubleshooting
- Ensure the provided CorrelationID or RefundID is correct and exists in the Woovi system to avoid 'Unsupported resource/operation' errors.
- Check API credentials and network connectivity if the node fails to connect to the Woovi API.
- Handle errors thrown by the Woovi API gracefully, as the node throws NodeApiError with descriptive messages.
Links
- Woovi API Documentation - Official documentation for Woovi API endpoints and usage.