commit 972ade5b845e4332431f0f33551b4c596711d1ac
parent 5aef2def3eb1ea4069d93150388793d8db8022b1
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 23 Oct 2025 10:39:36 +0200
spec new config options for #9148
Diffstat:
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/manpages/taler-merchant.conf.5.rst b/manpages/taler-merchant.conf.5.rst
@@ -176,6 +176,26 @@ LEGAL_PRESERVATION
How long do we keep data in the database for tax audits after the
transaction has completed? Default is 10 years.
+DEFAULT_WIRE_TRANSFER_DELAY
+ What is the default wire transfer delay for new instances. This is how long the
+ exchange has to settle the payment with a wire transfer, enabling refunds and aggregation
+ of multiple transfers to happen until this time.
+ This backend default can be changed per-instance and then still overridden per-order.
+ Defaults to one month if not specified in the configuration.
+
+DEFAULT_PAY_DELAY
+ What is the default payment delay for new instances. This is how long the
+ customer has to pay the order before the offer expires.
+ This backend default can be changed per-instance and then still overridden per-order.
+ Defaults to one day if not specified in the configuration.
+
+DEFAULT_REFUND_DELAY
+ What is the default refund delay for new instances. This is how long the
+ merchant can grant refunds to the customer. Must be smaller than the
+ wire transfer delay (for an actual order).
+ This backend default can be changed per-instance and then still overridden per-order.
+ Defaults to 15 days if not specified in the configuration.
+
FORCE_AUDIT
Force the merchant to report every transaction to the auditor
(if the exchange has an auditor)? Default is ``NO``.
@@ -205,7 +225,6 @@ PAYMENT_TARGET_REGEX
for bank accounts of instances of this system. For example, "payto://iban/CH.*" would
restrict the system to only Swiss IBAN accounts. Optional, no restrictions if not set.
-
MERCHANT KYCCHECK OPTIONS
-------------------------