taler-docs

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

commit 596ce35fed9e43d54b7efbb9720b03465e7b622b
parent 0e69894467fdd3eb68dccde4a9e40d081f54e0a3
Author: Antoine A <>
Date:   Thu,  3 Oct 2024 13:41:50 +0200

corebank: missing error code

Diffstat:
Mcore/api-corebank.rst | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -897,6 +897,7 @@ Account withdrawals * ``TALER_EC_BANK_CONFIRM_ABORT_CONFLICT`` : the withdrawal has been aborted previously and can't be confirmed. * ``TALER_EC_BANK_CONFIRM_INCOMPLETE`` : the withdraw operation cannot be confirmed because no exchange and reserve public key selection happened before. * ``TALER_EC_BANK_UNALLOWED_DEBIT`` : the account does not have sufficient funds or the amount is too low or too high. + * ``TALER_EC_BANK_AMOUNT_DIFFERS`` : the specified amount will not work for this withdrawal (since **v6**). .. http:post:: /accounts/$USERNAME/withdrawals/$WITHDRAWAL_ID/abort