taler-docs

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

commit d3db57b0e0fbdfce4909193d33887fdac567d567
parent d56340472832041383572e81517470fa93e9127f
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 20 Jul 2020 13:04:41 +0530

wallet api

Diffstat:
Mtaler-wallet.rst | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

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