summaryrefslogtreecommitdiff
path: root/core/taler-uri.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-16 16:04:48 +0200
committerFlorian Dold <florian@dold.me>2022-08-16 16:04:55 +0200
commitb9aa0ecf2aa5c099049c9337838c36f956403f87 (patch)
tree5e4f448717b5f2c860f16e32083e5d74062fd011 /core/taler-uri.rst
parentef60d1e66d3c996d6b46c4a415c359e28863f7d6 (diff)
downloaddocs-b9aa0ecf2aa5c099049c9337838c36f956403f87.tar.gz
docs-b9aa0ecf2aa5c099049c9337838c36f956403f87.tar.bz2
docs-b9aa0ecf2aa5c099049c9337838c36f956403f87.zip
document taler://pay-push
Diffstat (limited to 'core/taler-uri.rst')
-rw-r--r--core/taler-uri.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index dd45611e..80e8c7aa 100644
--- 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
----------------