summaryrefslogtreecommitdiff
path: root/manpages/libeufin-nexus.1.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-10 14:00:07 +0100
committerMS <ms@taler.net>2023-11-10 14:00:45 +0100
commitefa66fb8f0ce800be81044255ae3282832afeacf (patch)
tree3e0fd226dca2ff68243365f48ee88da6823a378d /manpages/libeufin-nexus.1.rst
parent173a3a94bec1259821adbb3bb3321f07e502d931 (diff)
downloaddocs-efa66fb8f0ce800be81044255ae3282832afeacf.tar.gz
docs-efa66fb8f0ce800be81044255ae3282832afeacf.tar.bz2
docs-efa66fb8f0ce800be81044255ae3282832afeacf.zip
ebics-fetch man pages
Diffstat (limited to 'manpages/libeufin-nexus.1.rst')
-rw-r--r--manpages/libeufin-nexus.1.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index 181b7927..f4df6558 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -92,6 +92,22 @@ Its options are as follows:
This flag, enabled by default, causes the command to run only once without any long-polling behaviour.
The configuration value FREQUENCY gets therefore ignored.
+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.
+
+**-h** \| **--help**
+ Print short help on options.
+**-c** \| **--config** \ ‌\ *FILENAME*
+ Specifies the configuration file.
+**--transient**
+ This flag, enabled by default, causes the command to run only once without any long-polling behaviour.
+ The configuration value FREQUENCY gets therefore ignored.
+**--only-statements**
+ It downloads statements (instead of notifications) in the form of camt.053 documents.
+
+
SEE ALSO
========