summaryrefslogtreecommitdiff
path: root/api-bank.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 15:29:40 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 15:29:40 +0200
commitc8c67af05d56cfdf533c947c735cb2b61ed15e50 (patch)
tree3393ff0b78ac1aa4350a00809a8262523cb0abd9 /api-bank.rst
parent2c69928ab831de3976fecb4ce95059150f07202a (diff)
downloaddocs-c8c67af05d56cfdf533c947c735cb2b61ed15e50.tar.gz
docs-c8c67af05d56cfdf533c947c735cb2b61ed15e50.tar.bz2
docs-c8c67af05d56cfdf533c947c735cb2b61ed15e50.zip
refine text
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.