summaryrefslogtreecommitdiff
path: root/manpages/taler.conf.5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler.conf.5.rst')
-rw-r--r--manpages/taler.conf.5.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 7d7f5b86..79ca6d7a 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -178,6 +178,16 @@ KYC_MODE
Set to "NONE" to disable KYC for this exchange (but check with your lawyer first).
Set to "OAUTH2" to use OAuth2 for KYC.
+KYC_WITHDRAW_LIMIT
+ Maximum amount that can be withdrawn in
+ KYC_WITHDRAW_PERIOD without needing KYC.
+ Only used if KYC_MODE is not "NONE".
+
+KYC_WITHDRAW_PERIOD
+ The time period over which transactions
+ are considered for the KYC_WITHDRAW_LIMIT.
+ Only used if KYC_MODE is not "NONE".
+
EXCHANGE KYC OAUTH2 OPTIONS
---------------------------