[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: document API change for #9890
From: |
Admin |
Subject: |
[taler-docs] branch master updated: document API change for #9890 |
Date: |
Tue, 03 Jun 2025 20:36:43 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new c7823c69 document API change for #9890
c7823c69 is described below
commit c7823c6929be3c4b4f61bc07266ee32be0dd027d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 3 20:36:38 2025 +0200
document API change for #9890
---
core/api-exchange.rst | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 9e48769f..a2a51c27 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -60,7 +60,7 @@ possibly by using HTTPS.
as well as the list of possible KYC requirements. This endpoint is largely
for the SPA for AML officers. Merchants should use ``/keys`` which also
contains the protocol version and currency.
- This specification corresponds to ``current`` protocol being **v27**.
+ This specification corresponds to ``current`` protocol being **v28**.
**Response:**
@@ -5237,6 +5237,16 @@ and freeze or unfreeze accounts suspected of money
laundering.
// Available KYC checks.
checks: { "$check_name" : KycCheckInformation; };
+ // Default KYC rules. This is the set of KYC rules that
+ // applies by default to new "accounts". Note that some
+ // rules only apply to wallets, while others only apply to
+ // bank accounts. The returned array is the union of all
+ // possible rules, applications should consider the
+ // ``operation_type`` to filter for rules that actually
+ // apply to a specific situation.
+ // @since protocol **v28**.
+ default_rules: KycRule[];
+
}
.. ts:def:: MeasureInformation
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: document API change for #9890,
Admin <=