summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-14 09:37:05 +0100
committerMS <ms@taler.net>2023-11-14 09:37:17 +0100
commit043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e (patch)
tree9fc8861009938d532c74d360d43b570af807d932 /manpages
parent1dd373c2632eb3975bbcfd93a1941596a6770b2d (diff)
downloaddocs-043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e.tar.gz
docs-043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e.tar.bz2
docs-043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e.zip
nexus fetch: HAC feature
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-nexus.1.rst4
-rw-r--r--manpages/libeufin-nexus.conf.5.rst3
2 files changed, 6 insertions, 1 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index aee26e65..1978997b 100644
--- 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
index 14161918..8ec5527a 100644
--- 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
========