summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-27 00:19:38 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-27 00:19:38 +0200
commit649e5307ebd36b3c13fb96d769f67198e8bd71ff (patch)
treeddd373d4697e921a4ccef7ed9c7eb90da822b7ae
parent19762c76466783eaa60ff1be6f75bcdd014c4e65 (diff)
downloaddocs-649e5307ebd36b3c13fb96d769f67198e8bd71ff.tar.gz
docs-649e5307ebd36b3c13fb96d769f67198e8bd71ff.tar.bz2
docs-649e5307ebd36b3c13fb96d769f67198e8bd71ff.zip
add taler://fulfillment-success/<MSG> URIs
-rw-r--r--taler-uri.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/taler-uri.rst b/taler-uri.rst
index 9165c281..5943f540 100644
--- 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
+