summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-bank-access.rst11
1 files changed, 6 insertions, 5 deletions
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)