summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-06 22:30:04 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-06 22:30:04 +0100
commitdbba76da4a7b79e369062bfc68cb22ddb67eae1e (patch)
treefef35d4dff7932671ed1ce7d2db8ab838474d2ee /core/api-exchange.rst
parentbd74752b1fe8e4edc7fdf0b29da377121ca7ede0 (diff)
downloaddocs-dbba76da4a7b79e369062bfc68cb22ddb67eae1e.tar.gz
docs-dbba76da4a7b79e369062bfc68cb22ddb67eae1e.tar.bz2
docs-dbba76da4a7b79e369062bfc68cb22ddb67eae1e.zip
fix #7427 (doc update)
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 22319a39..92e76a54 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -4501,7 +4501,11 @@ KYC status updates
.. ts:def:: AccountKycStatus
- interface AccountKycStatus {
+ interface AccountKycStatus {
+
+ // Details about the KYC check that the user
+ // passed.
+ kyc_details: KycDetails;
// Current time of the exchange, used as part of
// what the exchange signs over.
@@ -4519,7 +4523,7 @@ KYC status updates
.. ts:def:: AccountKycRedirect
- interface AccountKycRedirect {
+ interface AccountKycRedirect {
// URL that the user should open in a browser to
// proceed with the KYC process.
@@ -4527,6 +4531,15 @@ KYC status updates
}
+ .. ts:def:: KycDetails
+
+ // Object that specifies which KYC checks are satisfied.
+ interface KycDetails {
+
+ // Keys are the names of the check(s).
+ // The values are for now always empty objects.
+
+ }
.. http:GET:: /kyc-proof/$H_PAYTO/$PROVIDER_SECTION