summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 15:26:05 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-28 15:26:05 +0200
commit2c69928ab831de3976fecb4ce95059150f07202a (patch)
treee6da090696410064e927265dd96b75eb91001f60
parent8c0ae3802525659729ad4f30f5f567cafa9a8121 (diff)
downloaddocs-2c69928ab831de3976fecb4ce95059150f07202a.tar.gz
docs-2c69928ab831de3976fecb4ce95059150f07202a.tar.bz2
docs-2c69928ab831de3976fecb4ce95059150f07202a.zip
refine text
-rw-r--r--api-bank.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/api-bank.rst b/api-bank.rst
index 8c6211cd..c74477bf 100644
--- a/api-bank.rst
+++ b/api-bank.rst
@@ -49,7 +49,8 @@ This API provides programmatic user registration in the bank.
}
-This API provides programmatic withdrawing of cash via Taler.
+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.
.. _bank-register:
.. http:post:: /taler/withdraw
@@ -58,9 +59,9 @@ This API provides programmatic withdrawing of cash via Taler.
**Response**
-:status 200 OK: The withdrawal was correctly initiated, and a `BankTalerWithdrawResponse`_ object is returned.
+:status 200 OK: The withdrawal was correctly initiated, therefore the exchange received the payment. A `BankTalerWithdrawResponse`_ object is returned.
:status 406 Not Acceptable: the user does not have sufficient credit to fulfill their request.
-:status 404 Not Found: The (exchange's) bank account was not found.
+:status 404 Not Found: The exchange wire details did not point to any valid bank account.
**Details**