summaryrefslogtreecommitdiff
path: root/taler-wallet.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-20 13:04:41 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-20 13:04:41 +0530
commitd3db57b0e0fbdfce4909193d33887fdac567d567 (patch)
tree5f4a00faa5546253369efc380bd1072adf91ae78 /taler-wallet.rst
parentd56340472832041383572e81517470fa93e9127f (diff)
downloaddocs-d3db57b0e0fbdfce4909193d33887fdac567d567.tar.gz
docs-d3db57b0e0fbdfce4909193d33887fdac567d567.tar.bz2
docs-d3db57b0e0fbdfce4909193d33887fdac567d567.zip
wallet api
Diffstat (limited to 'taler-wallet.rst')
-rw-r--r--taler-wallet.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/taler-wallet.rst b/taler-wallet.rst
index 985a0387..4ff37dbb 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -508,6 +508,21 @@ Exchange Management: Set Accepted Terms of Service Version
:Response:
On success, the response is an empty object.
+
+Withdrawal: Withdraw balance from test environment
+--------------------------------------------------
+
+:Name: ``"withdrawTestkudos"``
+:Description:
+ Withdraw a balance from the test environment.
+:CLI:
+ ``taler-wallet-cli testing withdraw -a "TESTKUDOS:10" -e "https://exchange.test.taler.net/" -b "https://bank.test.taler.net"``
+:Request:
+ The request parameters are ignored.
+:Response:
+ On success, the response is an empty object.
+
+
Withdrawal: Get Manual Withdrawal Info
--------------------------------------