summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-27 12:10:25 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-27 12:10:25 +0200
commitdc4f9495b8edbd27de700ed624ce7da2bc94d426 (patch)
tree64e4029bf9342e22a4044e8b47fa733a2597aac0 /core/api-merchant.rst
parent00c31d1fcf8fc62f128d3edc51ef3bd84a9b2b7f (diff)
downloaddocs-dc4f9495b8edbd27de700ed624ce7da2bc94d426.tar.gz
docs-dc4f9495b8edbd27de700ed624ce7da2bc94d426.tar.bz2
docs-dc4f9495b8edbd27de700ed624ce7da2bc94d426.zip
spec update for #6891
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e15ab035..5a55e2d2 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2560,6 +2560,14 @@ Query funds remaining
// Is this reserve active (false if it was deleted but not purged)?
active: boolean;
+
+ // URI to use to fill the reserve, can be NULL
+ // if the reserve is inactive or was already filled
+ payto_uri: string;
+
+ // URL of the exchange hosting the reserve,
+ // NULL if the reserve is inactive
+ exchange_url: string;
}
.. ts:def:: TipStatusEntry