summaryrefslogtreecommitdiff
path: root/core/taler-uri.rst
diff options
context:
space:
mode:
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
----------------