gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -fix instructions


From: gnunet
Subject: [taler-docs] branch master updated: -fix instructions
Date: Sun, 08 Aug 2021 09:52:15 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new e429ce9  -fix instructions
e429ce9 is described below

commit e429ce9d917935b354e23f7b24e5fdeb702a795b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 8 09:52:13 2021 +0200

    -fix instructions
---
 taler-exchange-setup-guide.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 705b0f9..2b04c40 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -650,7 +650,8 @@ exchange processes should not have access to this 
information.
   enable_debit = yes
 
   # Account identifier in the form of an RFC-8905 payto:// URI.
-  # For SEPA, looks like payto://sepa/$IBAN
+  # For SEPA, looks like payto://sepa/$IBAN?receiver-name=$NAME
+  # Make sure to URL-encode spaces in $NAME!
   payto_uri =
 
   @inline-secret@ exchange-accountcredentials-1 
../secrets/exchange-accountcredentials.secret.conf
@@ -872,7 +873,7 @@ steps involving the offline signing machine must be 
completed:
   [root@exchange-offline]# taler-exchange-offline \
     sign < sig-request.json > sig-response.json
   [root@exchange-offline]# taler-exchange-offline \
-    enable-account payto://sepa/$IBAN > acct-response.json
+    enable-account payto://sepa/$IBAN?receiver-name=$NAME > acct-response.json
   [root@exchange-offline]# taler-exchange-offline \
     wire-fee 2021 sepa EUR:0 EUR:0 > fee-response.json
   [root@exchange-online]# taler-exchange-offline upload < sig-response.json

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]