Changes
Comparing previous (6b147b6) → 690d66e.
| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | |
| 15 | 15 | ## 2026-05-30 — Refunds API |
| 16 | 16 | |
| 17 | -`POST /v1/orders/{id}/refunds` now accepts a `reason` field. Allowed values: `requested_by_customer`, | |
| 18 | -`duplicate`, `fraudulent`. The previous free-text `note` field is deprecated and will be removed in | |
| 19 | -v2. | |
| 17 | +`POST /v1/orders/{id}/refunds` now accepts a structured `reason` field. Allowed values: | |
| 18 | +`requested_by_customer`, `duplicate`, `fraudulent`. The previous free-text `note` field is | |
| 19 | +deprecated and will be removed in v2 (end of 2026); use `metadata.note` to carry context across. | |
| 20 | 20 | |
| 21 | 21 | ## 2026-05-22 — Webhook delivery v2 |
| 22 | 22 | |