summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-exchange.rst5
-rw-r--r--manpages/taler.conf.5.rst9
2 files changed, 14 insertions, 0 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b4dd5ad0..012bd3bc 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -4021,6 +4021,11 @@ typically also view the balance.)
// need has been evaluated.
requirement_row?: Integer;
+ // Current AML state for the target account. Non-zero
+ // values indicate that the transfer is blocked due to
+ // AML enforcement.
+ aml_decision: Integer;
+
// True if the KYC check for the merchant has been
// satisfied. False does not mean that KYC
// is strictly needed, unless also a
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 25846b97..3d83b8d4 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -37,6 +37,15 @@ virtually all Taler components.
CURRENCY
Name of the currency, e.g. “EUR” for Euro.
+CURRENCY_ROUND_UNIT
+ Smallest amount in this currency that can be transferred using the
+ underlying RTGS. For example: "EUR:0.01" or "JPY:1".
+
+AML_THRESHOLD
+ Largest amount in this currency that can be transferred per month without
+ an AML staff member doing a (manual) AML check. For example: "USD:1000000".
+
+
The “[PATHS]” section is special in that it contains paths that can be
referenced using “$” in other configuration values that specify
filenames. For Taler, it commonly contains the following paths: