commit 837416e21b76b15d7bc0c671e776b3510304119f
parent 79b2673ce1bf1d0663540058d4957af4be1d777e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 10 Apr 2023 10:46:30 +0200
update API for #7684
Diffstat:
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git 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;