gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix #7427 (doc update)


From: gnunet
Subject: [taler-docs] branch master updated: fix #7427 (doc update)
Date: Sun, 06 Nov 2022 22:30:06 +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 dbba76d  fix #7427 (doc update)
dbba76d is described below

commit dbba76da4a7b79e369062bfc68cb22ddb67eae1e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 6 22:30:04 2022 +0100

    fix #7427 (doc update)
---
 core/api-common.rst   |  1 -
 core/api-exchange.rst | 17 +++++++++++++++--
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/core/api-common.rst b/core/api-common.rst
index d641de1..5b23b58 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -1434,7 +1434,6 @@ within the
     struct TALER_PaytoHash h_payto;
     struct GNUNET_HashCode h_kyc;
     struct GNUNET_TIME_AbsoluteNBO timestamp;
-    struct GNUNET_TIME_AbsoluteNBO kyc_expiration;
   };
 
 
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 22319a3..92e76a5 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -4501,7 +4501,11 @@ KYC status updates
 
   .. ts:def:: AccountKycStatus
 
-     interface AccountKycStatus {
+    interface AccountKycStatus {
+
+      // Details about the KYC check that the user
+      // passed.
+      kyc_details: KycDetails;
 
       // Current time of the exchange, used as part of
       // what the exchange signs over.
@@ -4519,7 +4523,7 @@ KYC status updates
 
   .. ts:def:: AccountKycRedirect
 
-     interface AccountKycRedirect {
+    interface AccountKycRedirect {
 
       // URL that the user should open in a browser to
       // proceed with the KYC process.
@@ -4527,6 +4531,15 @@ KYC status updates
 
     }
 
+  .. ts:def:: KycDetails
+
+    // Object that specifies which KYC checks are satisfied.
+    interface KycDetails {
+
+      // Keys are the names of the check(s).
+      // The values are for now always empty objects.
+
+    }
 
 .. http:GET:: /kyc-proof/$H_PAYTO/$PROVIDER_SECTION
 

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