[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: new merchant man pages
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: new merchant man pages |
Date: |
Fri, 06 Sep 2024 15:11:46 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 4f5292ab new merchant man pages
4f5292ab is described below
commit 4f5292abdceaa96aafb343ad6a5216cf4d11a8ee
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 6 15:11:43 2024 +0200
new merchant man pages
---
conf.py | 18 +++++++++++++++--
....rst => taler-merchant-exchangekeyupdate.1.rst} | 23 +++++++++++-----------
...xchange.1.rst => taler-merchant-kyccheck.1.rst} | 21 ++++++++++----------
...e.1.rst => taler-merchant-reconciliation.1.rst} | 10 +++++-----
4 files changed, 42 insertions(+), 30 deletions(-)
diff --git a/conf.py b/conf.py
index 4b35c41c..8dc16140 100644
--- a/conf.py
+++ b/conf.py
@@ -571,12 +571,26 @@ man_pages = [
1,
),
(
- "manpages/taler-merchant-exchange.1",
- "taler-merchant-exchange",
+ "manpages/taler-merchant-reconciliation.1",
+ "taler-merchant-reconciliation",
"ask exchange which deposits were aggregated for a particular wire
transfer that credited a merchant account",
"GNU Taler contributors",
1,
),
+ (
+ "manpages/taler-merchant-kyccheck.1",
+ "taler-merchant-kyccheck",
+ "ask exchange about KYC status of merchant bank accounts",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
+ "manpages/taler-merchant-exchangekeyupdate.1",
+ "taler-merchant-exchangekeyupdate",
+ "keep exchange key material up-to-date",
+ "GNU Taler contributors",
+ 1,
+ ),
(
"manpages/taler-merchant-benchmark.1",
"taler-merchant-benchmark",
diff --git a/manpages/taler-merchant-exchange.1.rst
b/manpages/taler-merchant-exchangekeyupdate.1.rst
similarity index 71%
copy from manpages/taler-merchant-exchange.1.rst
copy to manpages/taler-merchant-exchangekeyupdate.1.rst
index de2b571f..6859748c 100644
--- a/manpages/taler-merchant-exchange.1.rst
+++ b/manpages/taler-merchant-exchangekeyupdate.1.rst
@@ -1,18 +1,18 @@
-taler-merchant-exchange(1)
-##########################
+taler-merchant-exchangekeyupdate(1)
+###################################
.. only:: html
Name
====
- **taler-merchant-exchange** - reconcile bank transfers with Taler exchange
+ **taler-merchant-exchangekeyupdate** - keep key material (and configuration
data) of each configured Taler exchange current
Synopsis
========
-**taler-merchant-exchange**
+**taler-merchant-exchangekeyupdate**
[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
[**-h** | **--help**]
[**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*]
@@ -24,14 +24,13 @@ Synopsis
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.
+**taler-merchant-exchangekeyupdate** is a background job that
+downloads the current key material and configuration data from
+each configured exchange and keeps an up-to-date copy in our
+local database.
-The tool is part of a set of processes that allow a merchant backend to
-validate that the exchange paid the merchant correctly.
+The tool is part of a set of processes that allow a merchant backend to ensure
+that the backend can properly interact with an exchange.
Its options are as follows:
@@ -64,7 +63,7 @@ Its options are as follows:
See Also
========
-taler-merchant-depositcheck(1), taler-merchant-wirewatch(1), taler.conf(5).
+taler-merchant-kyccheck(1), taler-exchange-offline(1), taler.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-exchange.1.rst
b/manpages/taler-merchant-kyccheck.1.rst
similarity index 73%
copy from manpages/taler-merchant-exchange.1.rst
copy to manpages/taler-merchant-kyccheck.1.rst
index de2b571f..e9e88b99 100644
--- a/manpages/taler-merchant-exchange.1.rst
+++ b/manpages/taler-merchant-kyccheck.1.rst
@@ -1,4 +1,4 @@
-taler-merchant-exchange(1)
+taler-merchant-kyccheck(1)
##########################
.. only:: html
@@ -6,13 +6,13 @@ taler-merchant-exchange(1)
Name
====
- **taler-merchant-exchange** - reconcile bank transfers with Taler exchange
+ **taler-merchant-kyccheck** - check KYC status of merchant (bank accounts)
with Taler exchanges
Synopsis
========
-**taler-merchant-exchange**
+**taler-merchant-kyccheck**
[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
[**-h** | **--help**]
[**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*]
@@ -24,14 +24,13 @@ Synopsis
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.
+**taler-merchant-kyccheck** is a background job that asks the exchange about
+the KYC status (and associated exposed limits) of the various bank accounts of
+the merchant backend. The resulting information can then be obtained via the
+``/kyc-status`` endpoint.
-The tool is part of a set of processes that allow a merchant backend to
-validate that the exchange paid the merchant correctly.
+The tool is part of a set of processes that allow a merchant backend to ensure
+that the backend can properly interact with an exchange.
Its options are as follows:
@@ -64,7 +63,7 @@ Its options are as follows:
See Also
========
-taler-merchant-depositcheck(1), taler-merchant-wirewatch(1), taler.conf(5).
+taler-merchant-exchangekeyupdate(1), taler.conf(5).
Bugs
====
diff --git a/manpages/taler-merchant-exchange.1.rst
b/manpages/taler-merchant-reconciliation.1.rst
similarity index 87%
rename from manpages/taler-merchant-exchange.1.rst
rename to manpages/taler-merchant-reconciliation.1.rst
index de2b571f..e86d0e51 100644
--- a/manpages/taler-merchant-exchange.1.rst
+++ b/manpages/taler-merchant-reconciliation.1.rst
@@ -1,18 +1,18 @@
-taler-merchant-exchange(1)
-##########################
+taler-merchant-reconciliation(1)
+################################
.. only:: html
Name
====
- **taler-merchant-exchange** - reconcile bank transfers with Taler exchange
+ **taler-merchant-reconciliation** - reconcile bank transfers with Taler
exchange
Synopsis
========
-**taler-merchant-exchange**
+**taler-merchant-reconciliation**
[**-c** *FILENAME* | **--config=**\ \ *FILENAME*]
[**-h** | **--help**]
[**-L** *LOGLEVEL* | **--loglevel=**\ \ *LOGLEVEL*]
@@ -24,7 +24,7 @@ Synopsis
Description
===========
-**taler-merchant-exchange** is a background job that reconciles
+**taler-merchant-reconciliation** 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
--
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: new merchant man pages,
gnunet <=