taler-docs

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

commit 043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e
parent 1dd373c2632eb3975bbcfd93a1941596a6770b2d
Author: MS <ms@taler.net>
Date:   Tue, 14 Nov 2023 09:37:05 +0100

nexus fetch: HAC feature

Diffstat:
Mmanpages/libeufin-nexus.1.rst | 4+++-
Mmanpages/libeufin-nexus.conf.5.rst | 3+++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst @@ -94,7 +94,7 @@ Its options are as follows: ebics-fetch ----------- -This subcommands download banking records via EBICS. By default it downloads notifications, in the form of ``camt.054``. It looks for the most recent incoming transaction and asks the bank any notification starting from such timestamp. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records. +This subcommands download banking records via EBICS. By default it downloads notifications, in the form of ``camt.054``. It looks for the most recent incoming transaction and asks the bank any notification starting from such timestamp. Along the download, ebics-fetch would bounce incoming payments that do not have a valid Taler subject, or as well those with an already existing valid subject. Valid incoming payments are then stored in the database so that they can trigger Taler withdrawals. Along this process, ebics-submit would as well reconcile initiated outgoing payments with any outgoing transactions that shows up in the downloaded records. Any option starting with ``--only`` would only be useful with a defined log directory (STATEMENTS_LOG_DIRECTORY) in the configuration. **-h** \| **--help** Print short help on options. @@ -108,6 +108,8 @@ This subcommands download banking records via EBICS. By default it downloads no It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents. **--only-reports** It downloads only intraday reports (instead of notifications) in the form of camt.052 documents. +**--only-logs** + It downloads only the HAC records, in the form of pain.002 documents. HAC logs any subscriber's activity. **--pinned-start** Only supported in --transient mode, this option lets specify the earliest timestamp of the downloaded documents. The latest timestamp is always the current time. diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -132,6 +132,9 @@ STATEMENT_LOG_DIRECTORY format. The stored files would then be named in the following schema: ``$downloadTimestampMicroseconds_$filenameAsGivenByTheBank``. In the event that one log file would be overridden, ``ebics-fetch`` fails without overriding it. + Exception to this naming scheme are the HAC responses, since they do not get any + filename assigned by the ZIP archive (they are sent unzipped). Their naming scheme + is: ``$downloadTimestampMicroseconds_HAC_response.pain.002.xml`` SEE ALSO ========