gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: simplify deposit, do not return kyc


From: gnunet
Subject: [taler-docs] branch master updated: simplify deposit, do not return kyc status, not needed
Date: Wed, 20 Oct 2021 18:57:18 +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 9d85792  simplify deposit, do not return kyc status, not needed
9d85792 is described below

commit 9d857925ae7007c9fe818c5446cc417bbedd52aa
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 20 18:57:09 2021 +0200

    simplify deposit, do not return kyc status, not needed
---
 core/api-exchange.rst     | 9 ---------
 manpages/taler.conf.5.rst | 5 +++++
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 49f29da..3f0be5a 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1703,15 +1703,6 @@ denomination.
       // URL, or if the base URL has changed since the deposit.
       transaction_base_url?: string;
 
-      // Payment target that the merchant should
-      // use to check for its KYC status using
-      // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint.
-      payment_target_uuid: Integer;
-
-      // True if the KYC check for the merchant has been
-      // satisfied.
-      kyc_ok: boolean;
-
       // Timestamp when the deposit was received by the exchange.
       exchange_timestamp: Timestamp;
 
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index c148d33..74beabb 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -114,6 +114,7 @@ MASTER_PRIV_FILE
 BASE_URL
   The base URL under which the exchange can be reached.
   Added to wire transfers to enable tracking by merchants.
+  Used by the KYC logic when interacting with OAuth 2.0.
 
 AGGREGATOR_IDLE_SLEEP_INTERVAL
   For how long should the taler-exchange-aggregator sleep when it is idle
@@ -210,6 +211,10 @@ KYC_OAUTH2_CLIENT_ID
 KYC_OAUTH2_CLIENT_SECRET
   Client secret of the exchange to use when talking to the KYC Oauth2 
endpoint. Requires KYC_ENABLED to be "OAUTH2".
 
+KYC_OAUTH2_POST_URL
+  URL to which the exchange will redirect the client's browser after 
successful authorization/login for the KYC process.
+
+
 
 EXCHANGE OFFLINE SIGNING OPTIONS
 --------------------------------

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