taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 136f257d874ff76f780f10f23862497898061ab5
parent b2c2647934f96727cc9adaae9b59374161b5c662
Author: ms <ms@taler.net>
Date:   Wed,  4 May 2022 15:51:21 +0200

request balance via CLI

Diffstat:
Mlibeufin/nexus-tutorial.rst | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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``