gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: document exchange AML responses


From: gnunet
Subject: [taler-docs] branch master updated: document exchange AML responses
Date: Wed, 21 Jun 2023 19:34:22 +0200

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 673368b4 document exchange AML responses
673368b4 is described below

commit 673368b4948d140ce94cacf277bfc8921501ec0c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jun 21 19:34:19 2023 +0200

    document exchange AML responses
---
 core/api-auditor.rst    |  2 ++
 core/api-challenger.rst |  2 +-
 core/api-exchange.rst   | 27 +++++++++++++++++++++++++++
 core/api-sync.rst       |  2 ++
 4 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/core/api-auditor.rst b/core/api-auditor.rst
index b99030d6..26929970 100644
--- a/core/api-auditor.rst
+++ b/core/api-auditor.rst
@@ -24,6 +24,8 @@ for all details not specified in the individual requests.
 The `glossary <https://docs.taler.net/glossary.html#glossary>`_
 defines all specific terms used in this section.
 
+.. contents:: Table of Contents
+
 .. _auditor-version:
 
 -------------------------
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
index 2e62a0dd..265ad5a6 100644
--- a/core/api-challenger.rst
+++ b/core/api-challenger.rst
@@ -87,7 +87,7 @@ the resource.
 Using the ``/info`` endpoint the client can then finally obtain the (now)
 verified address of the user.
 
-
+.. contents:: Table of Contents
 
 .. include:: tos.rst
 
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 4e541947..e87cd953 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -24,6 +24,8 @@ for all details not specified in the individual requests.
 The `glossary <https://docs.taler.net/glossary.html#glossary>`_
 defines all specific terms used in this section.
 
+.. contents:: Table of Contents
+
 .. include:: tos.rst
 
 .. _keys:
@@ -5089,6 +5091,9 @@ KYC status updates
     The provided hash does not match the payment target.
   :http:statuscode:`404 Not found`:
     The payment target is unknown.
+  :http:statuscode:`451 Unavailable for Legal Reasons`:
+    The transaction cannot be completed due to AML rules.
+    The response will be a `AccountAmlBlocked` object.
 
   **Details:**
 
@@ -5112,6 +5117,12 @@ KYC status updates
 
       // public key used to create the signature.
       exchange_pub: EddsaPublicKey;
+
+      // Current AML state for the target account. Non-zero
+      // values indicate that the transfer is blocked due to
+      // AML enforcement.
+      aml_status: Integer;
+
     }
 
   .. ts:def:: AccountKycRedirect
@@ -5122,6 +5133,22 @@ KYC status updates
       // proceed with the KYC process.
       kyc_url: string;
 
+      // Current AML state for the target account. Non-zero
+      // values indicate that the transfer is blocked due to
+      // AML enforcement.
+      aml_status: Integer;
+
+    }
+
+  .. ts:def:: AccountAmlBlocked
+
+    interface AccountAmlBlocked {
+
+      // Current AML state for the target account. Non-zero
+      // values indicate that the transfer is blocked due to
+      // AML enforcement.
+      aml_status: Integer;
+
     }
 
   .. ts:def:: KycDetails
diff --git a/core/api-sync.rst b/core/api-sync.rst
index 5732d8e8..69f59696 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -102,6 +102,8 @@ over TLS, and that the synchronization service is trusted 
to not build
 user's location profiles by linking client IP addresses and client
 keys.
 
+.. contents:: Table of Contents
+
 
 .. include:: tos.rst
 

-- 
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]