taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

-fix instructions

Diffstat:
Mtaler-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 @@ -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