summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-03 01:49:34 +0200
committerFlorian Dold <florian@dold.me>2021-08-03 01:49:34 +0200
commitc77876713a4ba44c6dd994836be825056a80e980 (patch)
tree0eca13274233044313a9831fd10ed282a612425b
parent6ed6769fe1b44d643e57a11b7042c017b8b03d00 (diff)
downloaddocs-c77876713a4ba44c6dd994836be825056a80e980.tar.gz
docs-c77876713a4ba44c6dd994836be825056a80e980.tar.bz2
docs-c77876713a4ba44c6dd994836be825056a80e980.zip
setup guide WIP
-rw-r--r--taler-exchange-setup-guide.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 976eee19..435fbfc7 100644
--- a/taler-exchange-setup-guide.rst
+++ b/taler-exchange-setup-guide.rst
@@ -383,6 +383,11 @@ a merchant backend is not required, as the wallet acts as a merchant.
# The "deposit group id" can be found in the output of the transactions list.
$ taler-wallet-cli deposit track $DEPOSIT_GROUP_ID
+ # Check whether the exchange sent an outgoing transfer
+ [root@exchange-online]# taler-exchangewire-gateway-client --section exchange-account-1 --debit-history
+
+ # After enough time has passed, the money should arrive at the specified IBAN
+
FIXMEs
======