taler-docs

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

commit 15fb8c7d2c15c2cdafccf08db51ecad510147c21
parent feed2313862ff02224e8ee74c95bf4c561c3229b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  1 Feb 2023 13:08:41 +0100

add next_url to GET tip response (#7655)

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -785,6 +785,9 @@ a website. // wallet to determine denominations, fees, etc. exchange_url: string; + // URL where to go after obtaining the tip. + next_url: string; + // (Remaining) amount of the tip (including fees). tip_amount: Amount;