gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -update wallet-kyc API to include ba


From: gnunet
Subject: [taler-docs] branch master updated: -update wallet-kyc API to include balance threshold
Date: Tue, 09 Aug 2022 16:40:37 +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 af59f3f  -update wallet-kyc API to include balance threshold
af59f3f is described below

commit af59f3fb9f6a1dc1157df894f2ccb3ab950c5690
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 9 16:40:34 2022 +0200

    -update wallet-kyc API to include balance threshold
---
 core/api-exchange.rst | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 59734a9..02addfc 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -131,11 +131,11 @@ possibly by using HTTPS.
       // not signed (!), can change without notice.
       reserve_closing_delay: RelativeTime;
 
-      // Maximum amount that a wallet is allowed to hold without
-      // having to undergo the KYC process of the issuing
+      // Threshold amounts beyond which wallet should
+      // trigger the KYC process of the issuing
       // exchange.  Optional option, if not given there is no limit.
       // Currency must match ``currency``.
-      wallet_balance_limit_without_kyc?: Amount;
+      wallet_balance_limit_without_kyc?: Amount[];
 
       // Denominations offered by this exchange.
       // DEPRECATED: Will eventually be replaced by the
@@ -4209,6 +4209,11 @@ KYC status updates
 
      interface WalletKycRequest {
 
+      // Balance threshold (not necessarily exact balance)
+      // to be crossed by the wallet that (may) trigger
+      // additional KYC requirements.
+      balance: Amount;
+
       // EdDSA signature of the wallet affirming the
       // request, must be of purpose
       // ``TALER_SIGNATURE_WALLET_ACCOUNT_SETUP``

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