taler-docs

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

commit c34823b4be17c38c66d7634c43e417400104b01a
parent 53ee17f8888a73ca098dc45ed770073e83ebbbc7
Author: ms <ms@taler.net>
Date:   Wed, 20 Oct 2021 09:28:27 +0200

Assign status code to unselected withdrawal.

Diffstat:
Mcore/api-bank-access.rst | 11++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -129,11 +129,12 @@ name and account password, at least in the GNU Taler demo bank implementation. **Response** - :http:statuscode:`200 OK`: The withdrawal operation has been confirmed. The response is an empty JSON object. - :http:statuscode:`409 Conflict`: The reserve operation has been aborted previously and can't be confirmed. - - - + :http:statuscode:`200 OK`: + The withdrawal operation has been confirmed. The response is an empty JSON object. + :http:statuscode:`409 Conflict`: + The withdrawal has been aborted previously and can't be confirmed. + :http:statuscode:`422 Unprocessable Entity` (Not implemented yet): + The withdraw operation cannot be confirmed because no exchange and reserve public key selection happened before. ---------------------- Registration (Testing)