taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 600fc4f645286d30cc8446bec1aac466a27a8ec3
parent d103cabb07c89c18482549b0142be03e588c08bb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 13 Feb 2023 14:21:02 +0100

-document API improvements

Diffstat:
Mcore/api-exchange.rst | 5+++++
Mmanpages/taler.conf.5.rst | 9+++++++++
2 files changed, 14 insertions(+), 0 deletions(-)

diff --git 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 @@ -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: