commit 8bc53ffce535d7baf6338dfd606032c94ab320c8 parent 0cdbb35088e73cdc28a5f1495f61ef9a2b55620b Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 9 May 2025 14:29:54 +0200 document new options for #9892 Diffstat:
| M | manpages/taler-merchant.conf.5.rst | | | 23 | ++++++++++++++++++++++- |
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/manpages/taler-merchant.conf.5.rst b/manpages/taler-merchant.conf.5.rst @@ -161,7 +161,7 @@ CURRENCY currencies from being used. The full set of allowed currencies is determined from the overall list of exchanges that are enabled in the configuration. - + UNIXPATH Path to listen on if we "SERVE" is set to "unix". @@ -184,6 +184,27 @@ FORCE_AUDIT Do not change except for testing. +MERCHANT KYCCHECK OPTIONS +------------------------- + +The following options are from the “[merchant-kyccheck]” section and +used by the ``taler-merchant-kyccheck`` helper process which checks +with an exchange if we have know-your-customer (KYC) process issues +to resolve. + +AML_FREQ + Specifies how often the backend should check for KYC status + changes at the exchange if we are experiencing KYC issues. + Default is every 6h. + +AML_LOW_FREQ + Specifies how often the backend should check for KYC status + changes at the exchange if we are not experiencing any KYC + issues, but there might be some with (delayed) aggregation + so we should at a low frequency still check for reports. + Default is every 7 days. + + MERCHANT POSTGRES BACKEND DATABASE OPTIONS ------------------------------------------