taler-docs

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

commit 25def8ac73c2ae3b2420d5f9bbd05f32871c96ad
parent f4d412ee1149740d0c9b88022e9815f9d48603d3
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 10 Aug 2020 20:01:59 +0530

wallet API

Diffstat:
Mtaler-wallet.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -783,6 +783,9 @@ Prepare Pay // Amount that the merchant is asking for. amountRaw: Amount; + // Amount that will be subtracted from the wallet balance + amountEffective: Amount; + // Redirect URL for the fulfillment page, // only given if paid==true. nextUrl?: string;