gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -document API improvements


From: gnunet
Subject: [taler-docs] branch master updated: -document API improvements
Date: Mon, 13 Feb 2023 14:21:05 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 600fc4f  -document API improvements
600fc4f is described below

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

    -document API improvements
---
 core/api-exchange.rst     | 5 +++++
 manpages/taler.conf.5.rst | 9 +++++++++
 2 files changed, 14 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b4dd5ad..012bd3b 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 25846b9..3d83b8d 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]