taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dc4f9495b8edbd27de700ed624ce7da2bc94d426
parent 00c31d1fcf8fc62f128d3edc51ef3bd84a9b2b7f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 May 2021 12:10:25 +0200

spec update for #6891

Diffstat:
Mcore/api-merchant.rst | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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