taler-docs

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

commit 457660afa01883d3fd19ee3808b60dc332ccb058
parent d74c7cc0e0271d0a775a99bc44b1c6d9ff8cc751
Author: Antoine A <>
Date:   Fri, 30 May 2025 17:28:29 +0200

libeufin-nexus: update conf

Diffstat:
Mmanpages/libeufin-nexus.conf.5.rst | 17++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -69,6 +69,17 @@ BANK_DIALECT ACCOUNT_TYPE Specify the account type and therefore the indexing behavior. This can either can be ``normal`` or ``exchange``. Exchange accounts bounce invalid incoming Taler transactions. +EBICS SETUP OPTIONS +------------------- + +The following configuration value(s) belong to the “[nexus-setup]” section. + +BANK_ENCRYPTION_PUB_KEY_HASH + Bank encryption public key hash. + +BANK_AUTHENTICATION_PUB_KEY_HASH + Bank authentication public key hash. + EBICS SUBMIT OPTIONS -------------------- @@ -97,13 +108,13 @@ IGNORE_BOUNCES_BEFORE Ignore all malformed transactions prior to a certain YYYY-MM-DD date, useful when you want to import old transactions without bouncing the malformed ones a second time. BOUNCE_DEDUCE_FEE - Whether to deduce the fee paid by the exchange account from the bounced amount + Whether to deduce the fee paid by the exchange account from the bounced amount. BOUNCE_FEE - An additional fee to deduce from the bounced amount + An additional fee to deduce from the bounced amount. RESTRICTION_PAYTO_REGEX - Bounce transactions coming from account not matching this regex + Bounce transactions coming from account not matching this regex. HTTP SERVER OPTIONS -------------------