From 2c69928ab831de3976fecb4ce95059150f07202a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 28 Jun 2019 15:26:05 +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 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** -- cgit v1.2.3