taler-docs

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

commit b770ea84ca5525723b5c2630d92cf6b440efbaef
parent 2232210e46e0c597eb3f7b3d13e2b54455dc8111
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:
Mcore/api-bank-access.rst | 2++
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}