summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-10-20 09:28:27 +0200
committerms <ms@taler.net>2021-10-20 09:28:27 +0200
commitc34823b4be17c38c66d7634c43e417400104b01a (patch)
tree6fc84e864f2ce7fe358f7b61220ecc79a0fcb477 /core/api-bank-access.rst
parent53ee17f8888a73ca098dc45ed770073e83ebbbc7 (diff)
downloaddocs-c34823b4be17c38c66d7634c43e417400104b01a.tar.gz
docs-c34823b4be17c38c66d7634c43e417400104b01a.tar.bz2
docs-c34823b4be17c38c66d7634c43e417400104b01a.zip
Assign status code to unselected withdrawal.
Diffstat (limited to 'core/api-bank-access.rst')
-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)