commit 7dbebb6b3abd5d59655e9969efaaf539fcb4a0ea
parent 4355a59c0fb5296add856403e4fc398f5180608e
Author: MS <ms@taler.net>
Date: Tue, 20 Dec 2022 17:09:29 +0100
access API
include "403 Forbidden" when the user tries
to withdraw beyond their debit limit.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
@@ -106,6 +106,8 @@ name and account password, at least in the GNU Taler demo bank implementation.
taler_withdraw_uri: string;
}
+ :http:statuscode:`403 Forbidden`:
+ The operation was rejected due to insufficient funds.
.. http:get:: ${BANK_API_BASE_URL}/accounts/${account_name}/withdrawals/${withdrawal_id}