taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit a1c4fcd7e50cac40333ebe30c5f8688b581ff151
parent 3428b9e6c7e3cb38bc8e22dd307b627c99ee9483
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 21 Jan 2024 14:17:59 +0100

add missing man page

Diffstat:
Mconf.py | 7+++++++
Amanpages/taler-merchant-exchange.1.rst | 67+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -575,6 +575,13 @@ man_pages = [ 1, ), ( + "manpages/taler-merchant-exchange.1", + "taler-merchant-exchange", + "ask exchange which deposits were aggregated for a particular wire transfer that credited a merchant account", + "GNU Taler contributors", + 1, + ), + ( "manpages/taler-merchant-benchmark.1", "taler-merchant-benchmark", "generate Taler-style benchmarking payments", diff --git a/manpages/taler-merchant-exchange.1.rst b/manpages/taler-merchant-exchange.1.rst @@ -0,0 +1,67 @@ +taler-merchant-exchange(1) +########################## + +.. only:: html + + Name + ==== + + **taler-merchant-exchange** - reconcile bank transfers with Taler exchange + + +Synopsis +======== + +**taler-merchant-exchange** +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-h** | **--help**] +[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*] +[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*] +[**-t** | **--test**] +[**-v** | **--version**] + +Description +=========== + +**taler-merchant-exchange** is a background job that reconciles +wire transfers that credit the merchant's bank account with +the respective contracts that have been paid by asking the +exchange to provide a list of all deposits that were aggregated +into a wire transfer. + +The tool is part of a set of processes that allow a merchant backend to +validate that the exchange paid the merchant correctly. + +Its options are as follows: + +**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* + Use the configuration and other resources for the merchant to operate + from *FILENAME*. + +**-h** \| **--help** + Print short help on options. + +**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL* + Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``, + ``WARNING``, ``ERROR``. + +**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME* + Send logging output to *FILENAME*. + +**-t** \| **--test** + Run in test mode. Only runs until the current list of bank + transactions have all been checked. + +**-v** \| **–version** + Print version information. + +See Also +======== + +taler-merchant-depositcheck(1), taler-merchant-wirewatch(1), taler.conf(5). + +Bugs +==== + +Report bugs by using https://bugs.taler.net or by sending electronic +mail to <taler@gnu.org>.