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.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