taler-docs

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

commit 649e5307ebd36b3c13fb96d769f67198e8bd71ff
parent 19762c76466783eaa60ff1be6f75bcdd014c4e65
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 27 Aug 2019 00:19:38 +0200

add taler://fulfillment-success/<MSG> URIs

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

diff --git a/taler-uri.rst b/taler-uri.rst @@ -34,3 +34,19 @@ The following is a minimal example for a payment request from the demo merchant, taler://pay/backend.demo.taler.net/-/-/2019.08.26-ABCED + +---------------------------- +Special URLs for fulfillment +---------------------------- + +The special `fulfillment-success` action can be used in a fulfillment URI to indicate success +with a message, without directing the user to a website. This is useful in applications that are not Web-based: + +When wallets encounter this URI in any other circumstance than going to a fulfillment URL, they must raise an error. + +Example: + +.. code:: none + + taler://fulfillment-success/Thank+you+for+donating+to+GNUnet +