commit b9aa0ecf2aa5c099049c9337838c36f956403f87 parent ef60d1e66d3c996d6b46c4a415c359e28863f7d6 Author: Florian Dold <florian@dold.me> Date: Tue, 16 Aug 2022 16:04:48 +0200 document taler://pay-push Diffstat:
| M | core/taler-uri.rst | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/core/taler-uri.rst b/core/taler-uri.rst @@ -126,6 +126,17 @@ a merchant and ask the user to accept/decline it. * ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for Internet connectivity. +--------------------- +Peer-to-peer payments +--------------------- + +A ``taler://pay-push/{exchange_host}{/exchange_prefix_path*}/{contract_priv}`` URI +instructs the wallet to accept a P2P push payment. + +* ``exchange_host`` is the hostname of the exchange. +* ``exchange_prefix_path`` is an optional list of path components that identifies the path prefix of the exchange base URL. +* ``contract_priv`` is the private key of the peer push payment contract stored at the exchange + ---------------- Adding exchanges ----------------