commit 7ddbc732e3147c96673b17e3d0bf6a3130d1dff1
parent 000d8d49592d35dfba617715f3e7899e799d2d43
Author: Antoine A <>
Date: Tue, 24 Mar 2026 11:15:24 +0100
nexus: add raiffeisen dialect
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/libeufin/ebisync-manual.rst b/libeufin/ebisync-manual.rst
@@ -37,7 +37,7 @@ Cloud BLOB storage and processed from there.
.. image:: ../images/libeufin-ebisync.png
Today, the LibEuFin implementation supports EBICS 3.0 and has been tested with
-Postfinance (CHF), GLS (EUR), Maerki Baumann (CHF) and Valiant (CHF). Contact
+Postfinance (CHF), GLS (EUR), Raiffeisen (CHF), Maerki Baumann (CHF) and Valiant (CHF). Contact
us if you need support for another bank.
In this manual, we explain how to setup an EBICS subscriber. We assume that
diff --git a/libeufin/nexus-dialects.rst b/libeufin/nexus-dialects.rst
@@ -58,7 +58,7 @@ can be written several times in different places. For LibEuFin, we're only
interested in a subset of the available values that can be found in both camt.
052, camt.053 and camt.054. We only parse payment transactions (transaction domain code PMNT) and ignore all others. This mean we ignore some debits that could originate from you banks for fees or taxes.
-- postfinance & valiant
+- postfinance & valiant & raiffeisen
- BTD PSR CH pain.002 10 ZIP
- BTD STM CH camt.052 08 ZIP
@@ -83,7 +83,7 @@ PAIN files
----------
Direct debits will use the following orders
-- postfinance & valiant: BTU MCT CH pain.001 09
+- postfinance & valiant & raiffeisen: BTU MCT CH pain.001 09
- gls: BTU SCT pain.001
Instant direct debits will use the following orders
@@ -93,5 +93,5 @@ Instant direct debits are always tried first if they are supported, and LibEuFin
The following pain.001 format are used:
-- postfinance & maerki_baumann & valiant: pain.001.001.09.ch.03 with the default service level this will only work between swiss accounts
+- postfinance & maerki_baumann & valiant & raiffeisen: pain.001.001.09.ch.03 with the default service level this will only work between swiss accounts
- gls: pain.001.001.09 with the SEPA service level this works with any other SEPA account
diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
@@ -29,7 +29,7 @@ LibEuFin Nexus is an EBICS facilitator. It offers a command line interface to
setup EBICS access, download banking records, and submit payments. LibEuFin Nexus is not a generic EBICS client but a Taler specific one.
Today, the LibEuFin implementation supports EBICS 3.0 and has been
-tested with Postfinance (CHF), GLS (EUR), Maerki Baumann (CHF) and Valiant (CHF). Please note
+tested with Postfinance (CHF), GLS (EUR), Raiffeisen (CHF), Maerki Baumann (CHF) and Valiant (CHF). Please note
that banks tend to have their own dialects of finance messages and thus other
retail banks may or may not work. Contact us if you need support for another
bank or core banking protocol.
diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst
@@ -64,7 +64,7 @@ CLIENT_PRIVATE_KEYS_FILE
BANK_DIALECT
Name of the following combination: EBICS version and ISO20022 recommendations
that Nexus would honor in the communication with the bank. Currently only the
- ``postfinance``, ``gls``, ``maerki_baumann`` or ``valiant`` dialects is supported.
+ ``postfinance``, ``gls``, ``raiffeisen``, ``maerki_baumann`` or ``valiant`` dialects is supported.
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.