summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 09:48:20 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 09:49:45 +0200
commitd3fe8de1809a1e582e5f7c07612ef634febd244a (patch)
tree6305c6614bcc1d36588491b3a7fd73195f313128
parent446bb85a95622533d354ac515dc906f5eb76048c (diff)
downloaddocs-d3fe8de1809a1e582e5f7c07612ef634febd244a.tar.gz
docs-d3fe8de1809a1e582e5f7c07612ef634febd244a.tar.bz2
docs-d3fe8de1809a1e582e5f7c07612ef634febd244a.zip
-fix instructions
-rw-r--r--taler-exchange-setup-guide.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 82b698e5..705b0f99 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -940,18 +940,21 @@ provides this functionality for testing.)
.. code-block:: shell-session
- $ taler-wallet-cli deposit create EUR:5 payto://sepa/$IBAN
+ $ taler-wallet-cli deposit create EUR:5 \
+ payto://sepa/$IBAN?receiver-name=Name
$ taler-wallet-cli run-pending
Check if this transaction was successful (from the perspective
-of the wallet). If not, fix any open issue(s) with exchange and
-run the "run-pending" command again:
+of the wallet):
.. code-block:: shell-session
$ taler-wallet-cli transactions
+If the transaction failed, fix any open issue(s) with the exchange and
+run the "run-pending" command.
+
The wallet can also track if the exchange wired the money to the merchant
account. The "deposit group id" can be found in the output of the
transactions list.