taler-docs

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

commit 3c98ff7c5a8a50a145e4605cdfd27d3c29ceb031
parent 831648a0ad9ff92a52f30333c3d76b27671945dc
Author: Antoine A <>
Date:   Fri, 22 Nov 2024 18:14:04 +0100

libeufin: manual for import and export

Diffstat:
Mlibeufin/nexus-manual.rst | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst @@ -293,3 +293,20 @@ the present: Be careful when resetting the database: resetting the wrong database might cause DATA LOSS! Use the ``IGNORE_BOUNCES_BEFORE`` configuration to prevent malformed transactions from being bounced a second time when they are registered again. + +Manual EBICS import & export +---------------------------- + +If your bank does not support the EBICS protocol, but has an interface for importing and exporting ISO20022 files, you can run the deployment manually. + +To obtain PAIN files for pending initiated outgoing transactions in a `payments.zip` file, you can run : + +.. code-block:: console + + $ libeufin-nexus testing export -c "$CONFIG_FILE" payments.zip + +To import CAMT files, you can run: + +.. code-block:: console + + $ libeufin-nexus testing import -c "$CONFIG_FILE" camt53.xml +\ No newline at end of file