summaryrefslogtreecommitdiff
path: root/libeufin/bank-manual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/bank-manual.rst')
-rw-r--r--libeufin/bank-manual.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst
index 4d3c3b75..8ba68f8f 100644
--- a/libeufin/bank-manual.rst
+++ b/libeufin/bank-manual.rst
@@ -92,12 +92,6 @@ This step assumes that you already have a working regional currency bank
and have successfully connected to a backing fiat bank account.
Follow the instructions from :ref:`EBICS subscriber setup <ebics-setup>`.
-Exchange account creation
--------------------------
-
-You have to create an exchange account with username ``exchange`` though the Web
-interface of the bank as the ``admin`` user.
-
Configuration
-------------
@@ -112,8 +106,16 @@ Then you have to enable conversion and at least one TAN channel for cashout in t
# And/Or
TAN_EMAIL = libeufin-tan-email.sh
+
+You must have an exchange account with username ``exchange`` for conversion to work.
Assuming that the configuration file exists at ``$config_file``, the following
-command would start the server with conversion API enabled.
+command would create one:
+
+.. code-block:: console
+
+ libeufin-bank create-account '{"username":"exchange","password":"password","name":"Cashout Exchange","is_taler_exchange":true}' -c $config_file
+
+Then the following command would start the server with conversion API enabled :
.. code-block:: console