taler-docs

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

commit 704f3592f1e9308336567dd39c1f24ce90cbb39d
parent 612772b0ac7e8431f9c74dee26b51b9d085e7418
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Dec 2021 17:02:37 +0100

iban

Diffstat:
Mcore/api-exchange.rst | 2+-
Mcore/wireformats.rst | 2+-
Mdesign-documents/012-fee-schedule-metrics.rst | 2+-
Mtaler-exchange-manual.rst | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 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 @@ -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 @@ -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-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-bank”) 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: