From 785bc590ce6be5e88624ba5bfc195ec040270d93 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Oct 2020 20:22:00 +0200 Subject: API enhancement for #6491 --- core/api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') 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; -- cgit v1.2.3