summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-13 14:21:02 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-13 14:21:02 +0100
commit600fc4f645286d30cc8446bec1aac466a27a8ec3 (patch)
tree124a179863074fb252e5272a8986298e7c179895
parentd103cabb07c89c18482549b0142be03e588c08bb (diff)
downloaddocs-600fc4f645286d30cc8446bec1aac466a27a8ec3.tar.gz
docs-600fc4f645286d30cc8446bec1aac466a27a8ec3.tar.bz2
docs-600fc4f645286d30cc8446bec1aac466a27a8ec3.zip
-document API improvements
-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: