gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: elaborate on account restrictions


From: gnunet
Subject: [taler-docs] branch master updated: elaborate on account restrictions
Date: Tue, 05 Mar 2024 10:15:49 +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 3aa55f2b elaborate on account restrictions
3aa55f2b is described below

commit 3aa55f2b2bcd6aa28b2a85da2a9fe75c02b6d20b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Mar 5 10:15:43 2024 +0100

    elaborate on account restrictions
---
 libeufin/regional-custom-manual.rst | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/libeufin/regional-custom-manual.rst 
b/libeufin/regional-custom-manual.rst
index a6060586..8477c18d 100644
--- a/libeufin/regional-custom-manual.rst
+++ b/libeufin/regional-custom-manual.rst
@@ -94,12 +94,24 @@ the possibility of currency conversion (cash in):
       enable-account \
         payto://iban/$IBAN?receiver-name=$NAME \
         conversion-url "$CONVERSION_URL" \
-        # restrictions ...
+        debit-restriction \
+          deny \
+        credit-restriction \
+          regex \
+            'payto://iban/.*/CH.*?receiver-name=.*' \
+            'Swiss only' \
+            '{ "de" : "nur Schweiz", \
+               "fr" : "Suisse uniquement" }'
       upload
 
 Here, the ``$CONVERSION_URL`` must be set to the base URL of the conversion
-endpoint of the bank, which should be ``https://bank.$DOMAIN/conversion-info/``
-in our setup.
+endpoint of the bank, which should be
+``https://bank.$DOMAIN/conversion-info/`` in our setup.  Note that you can
+leave out the "credit-restriction" if you want to allow international inbound
+wire transfers.  The "debit-restriction" is largely mandatory as in this setup
+the taler-exchange-transfer is only configured to deal with the regional
+currency bank.  Crediting fiat bank accounts must thus be done via the
+cash-out functionality of the regional currency bank account.
 
 .. note::
 
@@ -149,4 +161,4 @@ Make sure to restart taler-exchange after changing these 
configuration options:
 
   # systemctl restart taler-exchange.target
 
-.. include:: ../frags/regional-manual-use.rst
\ No newline at end of file
+.. include:: ../frags/regional-manual-use.rst

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