summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-10 10:46:30 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-10 10:46:30 +0200
commit837416e21b76b15d7bc0c671e776b3510304119f (patch)
treec91be9c596654ed0faad01334872a1f1536e1689 /core
parent79b2673ce1bf1d0663540058d4957af4be1d777e (diff)
downloaddocs-837416e21b76b15d7bc0c671e776b3510304119f.tar.gz
docs-837416e21b76b15d7bc0c671e776b3510304119f.tar.bz2
docs-837416e21b76b15d7bc0c671e776b3510304119f.zip
update API for #7684
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index e11744ae..57a669a6 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1323,7 +1323,12 @@ KYC status checks
// URL that the user should open in a browser to
// proceed with the KYC process (as returned
// by the exchange's ``/kyc-check/`` endpoint).
- kyc_url: string;
+ // Optional, missing if the account is blocked
+ // due to AML and not due to KYC.
+ kyc_url?: string;
+
+ // AML status of the account.
+ aml_status: Integer;
// Base URL of the exchange this is about.
exchange_url: string;