summaryrefslogtreecommitdiff
path: root/api-bank.rst
diff options
context:
space:
mode:
Diffstat (limited to 'api-bank.rst')
-rw-r--r--api-bank.rst7
1 files 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.