Review recent refunds
Use the refund list to find recent activity or locate a refund for follow-up. The result is a bounded operational page, not a full-period refund report.
Show the 25 most recent refunds. Include the refund ID, order ID, amount, status, reason, and creation time. Group the result into completed, in progress, failed, and canceled outcomes without estimating totals beyond this page.
The agent uses list_refunds. A full page may have more results, so the response should keep the page boundary visible.
Sample response
Recent refunds
This is page 1 of recent refund activity; more results may be available.
- Shown
- 25 refunds Page 1
- Succeeded
- 18
- In progress
- 4 Pending or processing
- Failed or canceled
- 3
| Refund | Order | Amount | Status | Created |
|---|---|---|---|---|
| rf_example_401 | ord_example_2088 | GHS 145.00 | Processing | Today, 10:42 |
| rf_example_400 | ord_example_2081 | GHS 50.00 | Succeeded | Today, 09:18 |
| rf_example_399 | ord_example_2074 | GHS 25.00 | Canceled | Yesterday, 16:05 |
Illustrative values. The exact presentation depends on the MCP client.
The counts summarize only the returned page. Use get_refund when one refund needs authoritative reconciliation.