summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2022-05-04 15:51:21 +0200
committerms <ms@taler.net>2022-05-04 15:51:21 +0200
commit136f257d874ff76f780f10f23862497898061ab5 (patch)
tree6280116c2d9ff07abc63dfcf2f5ffe0e4081fcde /libeufin/nexus-tutorial.rst
parentb2c2647934f96727cc9adaae9b59374161b5c662 (diff)
downloaddocs-136f257d874ff76f780f10f23862497898061ab5.tar.gz
docs-136f257d874ff76f780f10f23862497898061ab5.tar.bz2
docs-136f257d874ff76f780f10f23862497898061ab5.zip
request balance via CLI
Diffstat (limited to 'libeufin/nexus-tutorial.rst')
-rw-r--r--libeufin/nexus-tutorial.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 9eca0eb0..89b6bbd4 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -230,6 +230,14 @@ In this example, the bank name is ``default``. In these examples, we use the
to change the environment variable ``LIBEUFIN_SANDBOX_URL`` for the
non-``demobank`` commands.
+Check the balance of the user just created:
+
+.. code-block:: console
+
+ $ libeufin-cli sandbox \
+ --sandbox-url http://localhost:5016/demobanks/default \
+ demobank info --bank-account jrluser
+
With a user registered, we can now create an EBICS subscriber (identified by
the partner ID and user ID) for the host. This command requires admin
priveleges, so ``LIBEUFIN_SANDBOX_USERNAME`` and ``LIBEUFIN_SANDBOX_PASSWORD``