commit dd16417ea395e74b53967e3a3dd62018a0ef6643 parent 53f86de37210a8816550ed9763f0df8a818faf64 Author: Florian Dold <florian@dold.me> Date: Wed, 24 Apr 2024 08:17:45 +0200 integration API: minor changes Diffstat:
| M | core/api-bank-integration.rst | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst @@ -118,6 +118,11 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr // Optional since **vC2EC**. suggested_amount?: Amount; + // Maximum amount that the wallet can choose to withdraw. + // Only applicable when the amount is not fixed. + // @since **vC2EC**. + max_amount?: Amount; + // The non-Taler card fees the customer will have // to pay to the bank / payment service provider // they are using to make the withdrawal. @@ -250,8 +255,6 @@ for the withdrawal operation (the ``WITHDRAWAL_ID``) to interact with the withdr the transaction, ensuring that the operation is also aborted at the bank. - **FIXME**: Should we not change this to be a **delete**? - Since protocol **v2**. **Request:**