[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: nexus fetch: HAC feature
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: nexus fetch: HAC feature |
Date: |
Tue, 14 Nov 2023 09:37:25 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 043d7a77 nexus fetch: HAC feature
043d7a77 is described below
commit 043d7a77ea7c25d46cdfb05cf292e73ed4d70b0e
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 14 09:37:05 2023 +0100
nexus fetch: HAC feature
---
manpages/libeufin-nexus.1.rst | 4 +++-
manpages/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
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 withd [...]
+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 withd [...]
**-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
========
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: nexus fetch: HAC feature,
gnunet <=