taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 94ba7741baf141cd2241119852db15a45eef4a22
parent 5e3cc21ce80df471eb5b055c621ef60374934c1f
Author: MS <ms@taler.net>
Date:   Tue, 14 Feb 2023 21:14:15 +0100

circuit API: 409 on /confirm

Diffstat:
Mlibeufin/api-sandbox.rst | 19+++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -407,8 +407,11 @@ Cashouts :http:statuscode:`404 Not found`: ``$cashoutId`` is not found. Note: that happens also when ``$cashoutId`` got aborted before this request. - :http:statuscode:`409 Conflict`: - A institutional user (``admin`` or ``bank``) tried the operation. + :http:statuscode:`409 Conflict`: + At least the following two cases are possible + * an institutional user (``admin`` or ``bank``) tried the operation + * the user changed their cash-out address between the creation + and the confirmation of ``$cashoutId``. :http:statuscode:`412 Precondition failed`: ``$cashoutId`` was already confirmed. @@ -666,12 +669,12 @@ EBICS Subscribers Associates a new bank account to an existing subscriber. -.. note:: - - This call allows to create a bank account without - any associated user profile! That makes the basic auth - access to the financial data **only** possible for the - admin. + .. note:: + + This call allows to create a bank account without + any associated user profile! That makes the basic auth + access to the financial data **only** possible for the + admin. **Request:**