commit a5abc58ad85d0b9050deb82c8be30693c36f0339
parent 2129ce8a9c40d29af128c2d919be49cc1bf661ca
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 3 Aug 2020 14:17:30 +0200
spec new field being returned
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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;