gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -return EC as part of 451 KYC requir


From: gnunet
Subject: [taler-docs] branch master updated: -return EC as part of 451 KYC required replies
Date: Wed, 11 Jan 2023 17:33:35 +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 55e2140  -return EC as part of 451 KYC required replies
     new e6f46fe  Merge branch 'master' of git+ssh://git.taler.net/docs
55e2140 is described below

commit 55e214061688073779f305abe6432c65b718c9a9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 11 17:33:20 2023 +0100

    -return EC as part of 451 KYC required replies
---
 core/api-exchange.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 34f6957..6b7031c 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1791,6 +1791,14 @@ exchange.
 
     interface KycNeededRedirect {
 
+      // Numeric `error code <error-codes>` unique to the condition.
+      // Should always be ``TALER_EC_EXCHANGE_GENERIC_KYC_REQUIRED``.
+      code: number;
+
+      // Human-readable description of the error, i.e. "missing parameter", 
"commitment violation", ...
+      // Should give a human-readable hint about the error's nature. Optional, 
may change without notice!
+      hint?: string;
+    
       // Hash of the payto:// account URI that identifies
       // the account which is being KYCed.
       h_payto:  PaytoHash;

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