gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add offline setup step


From: gnunet
Subject: [taler-docs] branch master updated: add offline setup step
Date: Tue, 28 Nov 2023 08:42:04 +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 6edfff47 add offline setup step
6edfff47 is described below

commit 6edfff473c8b8e559b24cc87bd4ae2b41b6c1a80
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Nov 28 16:41:55 2023 +0900

    add offline setup step
---
 libeufin/regional-manual.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
index fa6778c0..5eb89e5f 100644
--- a/libeufin/regional-manual.rst
+++ b/libeufin/regional-manual.rst
@@ -197,6 +197,24 @@ configure restrictions on the bank accounts that may 
originate the funds, for
 example to prevent international wire transfers that may expose you to
 additional compliance risks.
 
+Given the ``$IBAN`` of the fiat currency bank account and ``$NAME`` as
+the (URL-encoded) name of the exchange-account owner, the following
+``taler-exchange-offline`` invocation can be used to notify wallets about
+the possibility of currency conversion (cash in):
+
+.. code-block:: console
+
+  # taler-exchange-offline \
+      enable-account \
+        payto://iban/$IBAN?receiver-name=$NAME \
+        conversion-url "$CONVERSION_URL" \
+      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.
+
+
 Wallet setup
 ------------
 

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