commit ca1873efadb470d4469a321a6916fa2a9dedacc3 parent 5eb68373bb0b4ceea3d9523b23d5adb98de74a6b Author: Antoine A <> Date: Tue, 18 Feb 2025 10:57:49 +0100 [wg] new /transfer EC for wtid reuse Diffstat:
| M | core/api-bank-wire.rst | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-bank-wire.rst b/core/api-bank-wire.rst @@ -122,8 +122,8 @@ Making Transactions :http:statuscode:`404 Not found`: The endpoint is wrong or the user name is unknown. The bank replies with an `ErrorDetail` object. :http:statuscode:`409 Conflict`: - A transaction with the same ``request_uid`` but different transaction details - has been submitted before. + * ``TALER_EC_BANK_TRANSFER_REQUEST_UID_REUSED``: an operation with the same ``request_uid`` but different details has been submitted before. + * ``TALER_EC_BANK_TRANSFER_WTID_REUSED``: an operation with the same ``wtid`` but a different ``request_uid`` has been submitted before. **Details:**