summaryrefslogtreecommitdiff
path: root/man/libeufin-nexus.1
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-01-21 14:04:30 +0100
committerChristian Grothoff <christian@grothoff.org>2024-01-21 14:04:30 +0100
commit54aabebd57198cf7a5fee5be8335ecc1e7bd85a5 (patch)
tree24e867f872896f95eb4d712132b3ace7279d0f18 /man/libeufin-nexus.1
parent62b3ab67add4942d2b3aaa1c74a9c4d153e115d2 (diff)
downloaddocs-54aabebd57198cf7a5fee5be8335ecc1e7bd85a5.tar.gz
docs-54aabebd57198cf7a5fee5be8335ecc1e7bd85a5.tar.bz2
docs-54aabebd57198cf7a5fee5be8335ecc1e7bd85a5.zip
update man pages
Diffstat (limited to 'man/libeufin-nexus.1')
-rw-r--r--man/libeufin-nexus.131
1 files changed, 2 insertions, 29 deletions
diff --git a/man/libeufin-nexus.1 b/man/libeufin-nexus.1
index bbe69e74..9cf4e291 100644
--- a/man/libeufin-nexus.1
+++ b/man/libeufin-nexus.1
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "LIBEUFIN-NEXUS" "1" "Jan 06, 2024" "0.9" "GNU Taler"
+.TH "LIBEUFIN-NEXUS" "1" "Jan 21, 2024" "0.9" "GNU Taler"
.SH NAME
libeufin-nexus \- service to interface to various bank access APIs
.SH SYNOPSIS
@@ -71,9 +71,6 @@ Prints short help on options.
\fB\-c\fP | \fB\-\-config\fP ‌\fIFILENAME\fP
Specifies the configuration file.
.TP
-\fB\-\-check\-full\-config\fP
-Checks the configuration of all the three subcommands and returns.
-.TP
\fB\-\-force\-keys\-resubmission\fP
Resubmits the client keys. If no keys were found, it creates and submits them.
.TP
@@ -114,16 +111,10 @@ Specifies the configuration file.
.TP
\fB\-\-transient\fP
This flag, enabled by default, causes the command to check the database and submit only once, and then return.
-.TP
-\fB\-\-debug\fP
-With this flag, it is possible to pass via STDIN a raw pain.001 document to be submitted to the bank. This method turns ebics\-submit to run in transient mode and it does NOT affect the database.
-.TP
-\fB\-\-ebics\-extra\-log\fP
-Enables (verbose) logging of EBICS 3 messages to STDERR. It logs only EBICS 3 messages from the initialisation phase of an upload order.
.UNINDENT
.SS ebics\-fetch
.sp
-This subcommand downloads banking records via EBICS and stores them into the database. By default, it downloads \fBcamt.054\fP notifications. 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 \fB\-\-only\fP would only be useful with a defined log directory (STATEMENTS_LOG_DIRECTORY) in the configuration.
+This subcommand downloads banking records via EBICS and stores them into the database. 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.
.INDENT 0.0
.TP
\fB\-h\fP | \fB\-\-help\fP
@@ -135,26 +126,8 @@ Specifies the configuration file.
\fB\-\-transient\fP
This flag, enabled by default, causes the command to perform one download and return.
.TP
-\fB\-\-only\-statements\fP
-It downloads statements (instead of notifications) in the form of camt.053 documents. It does NOT affect the database.
-.TP
-\fB\-\-only\-ack\fP
-It downloads payment submissions acknowledgements (instead of notifications) in the form of pain.002 documents. It MAY affect the database by setting the state of submitted payments.
-.TP
-\fB\-\-only\-reports\fP
-It downloads only intraday reports (instead of notifications) in the form of camt.052 documents. It does NOT affect the database.
-.TP
-\fB\-\-only\-logs\fP
-It downloads the subscriber activity via EBICS HAC in the form of pain.002 documents. It does NOT affect the database.
-.TP
\fB\-\-pinned\-start\fP
Only supported in \-\-transient mode, this option lets specify the earliest timestamp of the downloaded documents. The latest timestamp is always the current time.
-.TP
-\fB\-\-parse\fP
-Reads one ISO20022 document from STDIN. It prints on the console the result and exits without affecting the database
-.TP
-\fB\-\-import\fP
-Reads one ISO20022 document from STDIN. It prints the result on the console \fBand\fP also ingests the input content into the database. NOTE: if used in a debug scenario, consider to destroy the database before going to production for the following reasons; (1) the database likely ends up having phony transactions that do not belong to the bank account associated with the EBICS subscriber, and (2) whose timestamps will alter the way ebics\-fetch will request new records to the bank. (3) This flags skips the check on the bank keys, so the database could receive records even though hte bank keys were not accepted / downloaded.
.UNINDENT
.SS config
.sp