summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 0cc632c6..54e2492b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1271,6 +1271,10 @@ Payment processing
// Was the payment refunded (even partially)
refunded: boolean;
+ // True if there are any approved refunds that the wallet has
+ // not yet obtained.
+ refund_pending: boolean;
+
// Did the exchange wire us the funds
wired: boolean;