summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-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.