Woovi icon

Woovi

Automate Woovi workflow API

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

  1. Retrieve refund details by providing the CorrelationID or RefundID to monitor refund status or verify refund transactions.
  2. 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

Discussion