From 86d83d3ae108158c0ec5489745e90c9bf01d6b8c Mon Sep 17 00:00:00 2001 From: ms Date: Wed, 20 Oct 2021 10:26:50 +0200 Subject: new status codes --- core/api-bank-access.rst | 2 +- core/api-bank-integration.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index dfd9dc27..7e0e84e3 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -133,7 +133,7 @@ name and account password, at least in the GNU Taler demo bank implementation. 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): + :http:statuscode:`422 Unprocessable Entity` (New): The withdraw operation cannot be confirmed because no exchange and reserve public key selection happened before. ---------------------- diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 5f33f452..5ed98be1 100644 --- a/core/api-bank-integration.rst +++ b/core/api-bank-integration.rst @@ -129,6 +129,8 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope The response is a `BankWithdrawalOperationPostResponse`. :http:statuscode:`404 Not found`: The bank does not know about a withdrawal operation with the specified ``wopid``. + :http:statuscode:`409 Conflict` (New): + The wallet selected a different exchange or reserve public key under the same withdrawal ID. **Details** -- cgit v1.2.3