commit af12aad0323ce0716df7d7e746cb6fbc7ee070cb
parent 596ce35fed9e43d54b7efbb9720b03465e7b622b
Author: Antoine A <>
Date: Thu, 3 Oct 2024 17:14:46 +0200
corebank: update api
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst
@@ -231,8 +231,6 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr
* ``TALER_EC_BANK_ACCOUNT_IS_NOT_EXCHANGE``: the selected account is not an exchange.
* ``TALER_EC_BANK_AMOUNT_DIFFERS`` : the specified amount will not work for this
withdrawal (since **v4**).
- * ``TALER_EC_BANK_AMOUNT_REQUIRED`` : the backend requires an amount to be
- specified (since **v4**).
* ``TALER_EC_BANK_UNALLOWED_DEBIT`` : the account does not have sufficient funds or the amount is too low or too high (since **v4**).
**Details:**
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
@@ -874,9 +874,9 @@ Account withdrawals
**Request:**
- .. ts:def:: BankWithdrawalOperationPostRequest
+ .. ts:def:: BankAccountConfirmWithdrawalRequest
- interface BankWithdrawalOperationPostRequest {
+ interface BankAccountConfirmWithdrawalRequest {
// Selected amount to be transferred. Optional if the
// backend already knows the amount.
@@ -898,6 +898,7 @@ Account withdrawals
* ``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**).
+ * ``TALER_EC_BANK_AMOUNT_REQUIRED`` : the backend requires an amount to be specified (since **v6**).
.. http:post:: /accounts/$USERNAME/withdrawals/$WITHDRAWAL_ID/abort