[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: API updates for exchange protocol v2
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: API updates for exchange protocol v21 |
Date: |
Mon, 02 Sep 2024 11:30:29 +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 a15b44db API updates for exchange protocol v21
a15b44db is described below
commit a15b44db4fab3ad986142c0b0fce5ec6d2e28974
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 2 11:28:37 2024 +0200
API updates for exchange protocol v21
---
core/api-common.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/core/api-common.rst b/core/api-common.rst
index ef47107b..9df656f6 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -870,8 +870,18 @@ body.
// transaction was blocked and how to lift it. The account holder
// should use the number to check for the account's AML/KYC status
// using the ``/kyc-check/$REQUIREMENT_ROW`` endpoint.
+ // Can be zero (which means there is no requirement row)
+ // if ``bad_kyc_auth`` is set.
requirement_row: Integer;
+ // True if the operation was denied because the
+ // KYC auth key does not match the merchant public
+ // key. In this case, a KYC auth wire transfer
+ // with the merchant public key must be performed
+ // first.
+ // Since exchange protocol **v21**.
+ bad_kyc_auth?: boolean;
+
}
--
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: API updates for exchange protocol v21,
gnunet <=