summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
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;