gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (d2c183b -> 704f359)


From: gnunet
Subject: [taler-docs] branch master updated (d2c183b -> 704f359)
Date: Thu, 09 Dec 2021 17:02:40 +0100

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

grothoff pushed a change to branch master
in repository docs.

    from d2c183b  fix typo: add blank line
     new 612772b  iban
     new 704f359  iban

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-exchange.rst                         | 2 +-
 core/wireformats.rst                          | 2 +-
 design-documents/012-fee-schedule-metrics.rst | 2 +-
 taler-developer-manual.rst                    | 2 +-
 taler-exchange-manual.rst                     | 2 +-
 taler-exchange-setup-guide.rst                | 8 ++++----
 taler-wallet-cli-manual.rst                   | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 2638604..607c454 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -421,7 +421,7 @@ possibly by using HTTPS.
       // incoming wire transfers.
       accounts: WireAccount[];
 
-      // Object mapping names of wire methods (i.e. "sepa" or "x-taler-bank")
+      // Object mapping names of wire methods (i.e. "iban" or "x-taler-bank")
       // to wire fees.
       fees: { method : AggregateTransferFee };
 
diff --git a/core/wireformats.rst b/core/wireformats.rst
index d4ffe5f..591f1ce 100644
--- a/core/wireformats.rst
+++ b/core/wireformats.rst
@@ -56,7 +56,7 @@ follow the ``payto://`` specification for SEPA:
 
 .. code-block:: none
 
-  payto://sepa/IBAN
+  payto://iban/IBAN
 
 .. [#sepa] SEPA - Single Euro Payments Area:
            http://www.ecb.europa.eu/paym/sepa/html/index.en.html
diff --git a/design-documents/012-fee-schedule-metrics.rst 
b/design-documents/012-fee-schedule-metrics.rst
index 01fd484..031783c 100644
--- a/design-documents/012-fee-schedule-metrics.rst
+++ b/design-documents/012-fee-schedule-metrics.rst
@@ -544,4 +544,4 @@ Other documents regarding fee specifications:
 
 * Fee schedule and metrics from the users' point of view :doc:`008-fees`
 
-* Wire fee for different wiring methods (``sepa`` or ``x-taler-wire``) 
<https://docs.taler.net/taler-exchange-manual.html#wire-fee-structure>
+* Wire fee for different wiring methods (``iban`` or ``x-taler-wire``) 
<https://docs.taler.net/taler-exchange-manual.html#wire-fee-structure>
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index 91bec2b..ae99e7a 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -1690,7 +1690,7 @@ for the Taler exchange or Taler merchants.
    Print version information.
 
 **-w** *WIREFORMAT* \| **--wire** *WIREFORMAT*
-   Specifies which wire format to use (i.e. “test” or “sepa”)
+   Specifies which wire format to use (i.e. “x-talerbank” or “iban”)
 
 **--bank-uri**
    Alternative to specify wire configuration to use for the exchange and
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 59eb1ba..7beb7fb 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -711,7 +711,7 @@ Wire fee structure
 .. index:: wire fee
 .. index:: fee
 
-For each wire method (“sepa” or “x-taler-wire”) the
+For each wire method (“iban” or “x-taler-bank”) the
 exchange must know about applicable wire fees. This is also done
 using the ``taler-exchange-offline`` tool:
 
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 049c5ff..1cac1f9 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -648,7 +648,7 @@ 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?receiver-name=$NAME
+  # For SEPA, looks like payto://iban/$IBAN?receiver-name=$NAME
   # Make sure to URL-encode spaces in $NAME!
   payto_uri =
 
@@ -871,9 +871,9 @@ 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?receiver-name=$NAME > acct-response.json
+    enable-account payto://iban/$IBAN?receiver-name=$NAME > acct-response.json
   [root@exchange-offline]# taler-exchange-offline \
-    wire-fee 2021 sepa EUR:0 EUR:0 > fee-response.json
+    wire-fee 2021 iban EUR:0 EUR:0 > fee-response.json
   [root@exchange-online]# taler-exchange-offline upload < sig-response.json
   [root@exchange-online]# taler-exchange-offline upload < acct-response.json
   [root@exchange-online]# taler-exchange-offline upload < fee-response.json
@@ -940,7 +940,7 @@ provides this functionality for testing.)
 .. code-block:: shell-session
 
   $ taler-wallet-cli deposit create EUR:5 \
-    payto://sepa/$IBAN?receiver-name=Name
+    payto://iban/$IBAN?receiver-name=Name
   $ taler-wallet-cli run-pending
 
 
diff --git a/taler-wallet-cli-manual.rst b/taler-wallet-cli-manual.rst
index 0758f9e..1a2efcb 100644
--- a/taler-wallet-cli-manual.rst
+++ b/taler-wallet-cli-manual.rst
@@ -127,7 +127,7 @@ is functional:
   # Now, directly deposit coins with the exchange into a target account
   # (Usually, a payment is made via a merchant.  The wallet provides
   # this functionality for testing.)
-  $ taler-wallet-cli deposit create EUR:5 payto://sepa/$IBAN
+  $ taler-wallet-cli deposit create EUR:5 payto://iban/$IBAN
 
   # Check if transaction was successful.
   # (If not, fix issue with exchange and run "run-pending" command again)

-- 
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]