summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-03 14:17:30 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-03 14:17:30 +0200
commita5abc58ad85d0b9050deb82c8be30693c36f0339 (patch)
treec86b3d42c8674478def02aef04747d168d39cef9 /core/api-merchant.rst
parent2129ce8a9c40d29af128c2d919be49cc1bf661ca (diff)
downloaddocs-a5abc58ad85d0b9050deb82c8be30693c36f0339.tar.gz
docs-a5abc58ad85d0b9050deb82c8be30693c36f0339.tar.bz2
docs-a5abc58ad85d0b9050deb82c8be30693c36f0339.zip
spec new field being returned
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 77575d95..1262742f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1406,6 +1406,9 @@ Payment processing
// Was the payment refunded (even partially, via refund or abort)?
refunded: boolean;
+ // Is any amount of the refund still waiting to be picked up (even partially)
+ refund_pending: boolean;
+
// Amount that was refunded in total.
refund_amount: Amount;