From a5abc58ad85d0b9050deb82c8be30693c36f0339 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 3 Aug 2020 14:17:30 +0200 Subject: spec new field being returned --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-merchant.rst') 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; -- cgit v1.2.3