summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-20 20:22:00 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-20 20:22:00 +0200
commit785bc590ce6be5e88624ba5bfc195ec040270d93 (patch)
tree01a6a0e020f105ddaa3e41af426342a27fa18347 /core
parente127e9fe19fcc42555b1e9b3623667eb33e0f472 (diff)
downloaddocs-785bc590ce6be5e88624ba5bfc195ec040270d93.tar.gz
docs-785bc590ce6be5e88624ba5bfc195ec040270d93.tar.bz2
docs-785bc590ce6be5e88624ba5bfc195ec040270d93.zip
API enhancement for #6491
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;