commit a053b1d933c4c5f5ac2f28f795fd72c1080422bd
parent ff7e1ba5a2a19ad17e17881e2f84bd9187b123cb
Author: Antoine A <>
Date: Fri, 10 Nov 2023 14:58:19 +0000
Update bank spec
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -817,8 +817,6 @@ Cashouts
:http:statuscode:`204 No content`:
The cashout operation has been confirmed.
- :http:statuscode:`403 Forbidden`:
- Wrong TAN or expired TAN.
:http:statuscode:`404 Not found`:
The operation was not found.
:http:statuscode:`409 Conflict`:
@@ -826,6 +824,7 @@ Cashouts
* ``TALER_EC_BANK_CONFIRM_INCOMPLETE`` : the user did not share any cashout payto to uri where to wire funds.
* ``TALER_EC_BANK_UNALLOWED_DEBIT`` : the account does not have sufficient funds.
* ``TALER_EC_BANK_BAD_CONVERSION`` : exchange rate has changed since operation creation.
+ * ``TALER_EC_BANK_TAN_CHALLENGE_FAILED`` : wrong or expired TAN.
:http:statuscode:`429 Too many requests`:
Too many failed confirmation attempts, a new TAN must be requested.
:http:statuscode:`501 Not implemented`: