summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-10-31 14:04:00 +0100
committerMS <ms@taler.net>2023-10-31 14:04:46 +0100
commitc7dffa32e3bbaeccde89149e9f06528bc0fcbc83 (patch)
treef5521978a7e5f0db0c0f09158b1f4ff0bab12bf5 /manpages
parent2a72ac5effc50d2ee5d0542ba0abff9be01288a9 (diff)
downloaddocs-c7dffa32e3bbaeccde89149e9f06528bc0fcbc83.tar.gz
docs-c7dffa32e3bbaeccde89149e9f06528bc0fcbc83.tar.bz2
docs-c7dffa32e3bbaeccde89149e9f06528bc0fcbc83.zip
Nexus submit.
Updating the manpage and DD 50, after the implementation.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-nexus.1.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
index 253f1b38..8fb41ed5 100644
--- a/manpages/libeufin-nexus.1.rst
+++ b/manpages/libeufin-nexus.1.rst
@@ -75,6 +75,23 @@ Its options are as follows:
**-r** \| **--reset**
If present, deletes any database table (WARNING: potential data loss)
+
+ebics-submit
+------------
+
+This subcommand submits any initiated payment, that was not already sent to the bank. In the current version, initiated payments may come either from a cash-out operation or from a bounced incoming payment. There is therefore **no** way to manually initiate a payment at this moment. This tool is Taler friendly, therefore bounced payments are those that do not contain a valid subject to start a Taler withdrawal. Cash-out operations come from a tightly integrated bank that offers their customers to convert their currency to the currency whose the EBICS subscriber bank account is tied to.
+
+
+Its options are as follows:
+
+**-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.
+
Bugs
====