From f2e1d863db3d7cecf9fa6b780278ccff124cc628 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 1 Nov 2019 21:53:01 +0100 Subject: taler URI --- core/taler-uri.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/taler-uri.rst') diff --git a/core/taler-uri.rst b/core/taler-uri.rst index caa32bb4..a228d461 100644 --- a/core/taler-uri.rst +++ b/core/taler-uri.rst @@ -19,16 +19,16 @@ Payments are requested with the ``pay`` action. The parameters are a hierarchic .. code:: none - 'taler://pay/' merchant-host '/' merchant-query '/' merchant-instance '/' order-id [ '/' session-id ] + 'taler://pay/' merchant-host '/' merchant-public-prefix '/' merchant-instance '/' order-id [ '/' session-id ] -The components ``merchant-host``, ``merchant-query`` and ``order-id`` identify the URL that is used to claim the contract +The components ``merchant-host``, ``merchant-prefix`` and ``order-id`` identify the URL that is used to claim the contract for this payment request. To make the URI shorter (which is important for QR code payments), ``-`` (minus) can be substituted to get a default value for some components: * the default for ``merchant-instance`` is ``default`` -* the default for ``merchant-query`` is ``/public/proposal`` +* the default for ``merchant-public-prefix`` is ``public`` The following is a minimal example for a payment request from the demo merchant, using the default instance and no session-bound payment: -- cgit v1.2.3