[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: get rid of WIRE_METHOD option, alway
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: get rid of WIRE_METHOD option, always and only use PAYTO_URI |
Date: |
Sun, 29 Dec 2024 23:18:32 +0100 |
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 ec08afe0 get rid of WIRE_METHOD option, always and only use PAYTO_URI
ec08afe0 is described below
commit ec08afe0ec83ad003505953f65fc911be3e31843
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 29 23:18:29 2024 +0100
get rid of WIRE_METHOD option, always and only use PAYTO_URI
---
manpages/frags/exchange-account.rst | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)
diff --git a/manpages/frags/exchange-account.rst
b/manpages/frags/exchange-account.rst
index 572c0aca..50af46df 100644
--- a/manpages/frags/exchange-account.rst
+++ b/manpages/frags/exchange-account.rst
@@ -29,19 +29,11 @@ arbitrary and should be chosen to uniquely identify the
bank account for
the operator. These options are used by the **taler-exchange-aggregator**,
**taler-exchange-closer**, **taler-exchange-transfer** and
**taler-exchange-wirewatch** tools.
PAYTO_URI
- Specifies the payto://-URL of the account. The general format is
- ``payto://$METHOD/$DETAILS``. Examples:
- ``payto://x-taler-bank/localhost:8899/Exchange`` or
- ``payto://iban/GENODEF1SLR/DE67830654080004822650/`` or
- ``payto://iban/DE67830654080004822650/`` (providing the BIC is optional).
- Note: only the wire-method is actually used from the URI.
- Alternatively, you can also just specify the wire method.
-
-WIRE_METHOD
- Specifies the wire method following RFC 8905. Examples:
- ``x-taler-bank``, ``iban`` or ``wallee``. This option is
- ignored if a PAYTO_URI is specified, and mandatory if PAYTO_URI is
- not given.
+ Specifies the full payto://-URL of the account. The general format is
+ ``payto://$METHOD/$DETAILS?receiver-name=NAME``. Examples:
+ ``payto://x-taler-bank/localhost:8899/Exchange?receiver-name=Exchange`` or
+ ``payto://iban/GENODEF1SLR/DE67830654080004822650/?receiver-name=Exchange``
or
+ ``payto://iban/DE67830654080004822650/?receiver-name=Exchange`` (providing
the BIC is optional).
ENABLE_DEBIT
Must be set to ``YES`` for the accounts that the
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: get rid of WIRE_METHOD option, always and only use PAYTO_URI,
gnunet <=