commit c8c67af05d56cfdf533c947c735cb2b61ed15e50 parent 2c69928ab831de3976fecb4ce95059150f07202a Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 28 Jun 2019 15:29:40 +0200 refine text Diffstat:
| M | api-bank.rst | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/api-bank.rst b/api-bank.rst @@ -49,8 +49,9 @@ This API provides programmatic user registration in the bank. } -This API provides programmatic withdrawing of cash via Taler. It will -trigger a wire transfer from the client's bank account to the exchange's. +This API provides programmatic withdrawal of cash via Taler to all the +users registered at the bank. It triggers a wire transfer from the client +bank account to the exchange's. .. _bank-register: .. http:post:: /taler/withdraw @@ -73,7 +74,7 @@ trigger a wire transfer from the client's bank account to the exchange's. // Authentication method used auth: BankAuth; - // How much money will be withdrawn + // Amount to withdraw. amount: Amount; // Reserve public key.