summaryrefslogtreecommitdiff
path: root/libeufin/nexus-tutorial.rst
diff options
context:
space:
mode:
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``