Refund endpoints allow merchants to request refunds for payments. Refunds go through a ticket-based review workflow before funds are returned to the consumer.Documentation Index
Fetch the complete documentation index at: https://docs.waffo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Business Rules
- One-time product refunds must be requested within 7 days of payment
- Partial refund amounts cannot exceed the original payment amount
- Each payment can have multiple refund tickets (for partial refunds)
- Refund tickets go through a review workflow before funds are returned
Refund Ticket Status Values
| Status | Description |
|---|---|
pending | Refund request submitted, awaiting review |
approved | Refund approved, awaiting processing |
rejected | Refund request denied |
processing | Refund is being processed by PSP |
succeeded | Refund completed, funds returned to consumer |
failed | Refund processing failed |
Refund Workflow
Endpoints
Create Refund Ticket
Request a refund for a payment. Supports full and partial refunds.