From 1a61a3cb0204d416cecc52b5090b036ec15dcd1e Mon Sep 17 00:00:00 2001 From: Ted Palmer Date: Fri, 8 May 2026 14:40:56 -0400 Subject: [PATCH] fix incorrect refunded status in v3 docs --- references/api/get-intents-status-v3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/api/get-intents-status-v3.mdx b/references/api/get-intents-status-v3.mdx index 0d71333..993a19e 100644 --- a/references/api/get-intents-status-v3.mdx +++ b/references/api/get-intents-status-v3.mdx @@ -14,5 +14,5 @@ Relay statuses take one of the following options: | `submitted` | Destination transaction submitted | | `success` | Successful fill on destination | | `delayed` | Destination fill delayed, still processing | -| `refunded` | Successfully refunded | +| `refund` | Successfully refunded | | `failure` | Unsuccessful fill | \ No newline at end of file