taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2c69928ab831de3976fecb4ce95059150f07202a
parent 8c0ae3802525659729ad4f30f5f567cafa9a8121
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 28 Jun 2019 15:26:05 +0200

refine text

Diffstat:
Mapi-bank.rst | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 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**