taler-docs

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

commit 1fa36edead29fac19da70a0721d3d0b5a055753e
parent 4ad5006f0a261dcb1f7e50d6dc4cbb25c9447e47
Author: Antoine A <>
Date:   Tue, 11 Jun 2024 09:41:25 +0200

Update corebank api

Diffstat:
Mcore/api-corebank.rst | 7-------
Mmanpages/libeufin-bank.conf.5.rst | 3+++
2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -744,13 +744,6 @@ Account withdrawals // still change the suggestion. // @since **vC2EC** suggested_amount?: Amount; - - // The non-Taler card fees the customer will have - // to pay to the account owner, bank and/or - // payment service provider - // they are using to make this withdrawal. - // @since **vC2EC** - card_fees?: Amount; } .. ts:def:: BankAccountCreateWithdrawalResponse diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst @@ -50,6 +50,9 @@ NAME BASE_URL The advertised base URL +WIRE_TRANSFER_FEES + Wire transfer execution fees. Defaults to ``CURRENCY:0`` if not specified. + DEFAULT_DEBT_LIMIT Default debt limit for newly created accounts. Defaults to ``CURRENCY:0`` if not specified.