From c34823b4be17c38c66d7634c43e417400104b01a Mon Sep 17 00:00:00 2001 From: ms Date: Wed, 20 Oct 2021 09:28:27 +0200 Subject: Assign status code to unselected withdrawal. --- core/api-bank-access.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'core') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 966ad61c..dfd9dc27 100644 --- 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) -- cgit v1.2.3