gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update API for #7684


From: gnunet
Subject: [taler-docs] branch master updated: update API for #7684
Date: Mon, 10 Apr 2023 10:46:35 +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 837416e  update API for #7684
837416e is described below

commit 837416e21b76b15d7bc0c671e776b3510304119f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 10 10:46:30 2023 +0200

    update API for #7684
---
 core/api-merchant.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e11744a..57a669a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1323,7 +1323,12 @@ KYC status checks
        // URL that the user should open in a browser to
        // proceed with the KYC process (as returned
        // by the exchange's ``/kyc-check/`` endpoint).
-       kyc_url: string;
+       // Optional, missing if the account is blocked
+       // due to AML and not due to KYC.
+       kyc_url?: string;
+
+       // AML status of the account.
+       aml_status: Integer;
 
        // Base URL of the exchange this is about.
        exchange_url: string;

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