From c8c67af05d56cfdf533c947c735cb2b61ed15e50 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 28 Jun 2019 15:29:40 +0200 Subject: refine text --- api-bank.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api-bank.rst b/api-bank.rst index c74477bf..43fa59eb 100644 --- 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. -- cgit v1.2.3