From 63e2c739aeccd743cb4e9741153963a0da9e4d27 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 19 Aug 2022 09:32:06 +0200 Subject: add user type to kyc-check --- core/api-exchange.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 86b12ad0..ed63cb2f 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1843,7 +1843,7 @@ exchange. interface KycNeededRedirect { // Legitimization target that the merchant should // use to check for its KYC status using - // the ``/kyc-check/$LEGITIMIZATION_UUID`` endpoint. + // the ``/kyc-check/$LEGITIMIZATION_UUID/...`` endpoint. legitimization_uuid: Integer; } @@ -3318,7 +3318,7 @@ typically also view the balance.) // Legitimization target that the merchant should // use to check for its KYC status using - // the ``/kyc-check/$LEGITIMIZATION_UUID`` endpoint. + // the ``/kyc-check/$LEGITIMIZATION_UUID/...`` endpoint. // Optional, not present if the deposit has not // yet been aggregated to the point that a KYC // need has been evaluated. @@ -4227,7 +4227,7 @@ KYC status updates } -.. http:GET:: /kyc-check/$LEGITIMIZATION_UUID/$H_PAYTO +.. http:GET:: /kyc-check/$LEGITIMIZATION_UUID/$H_PAYTO/$USERTYPE Check or update KYC status of a particular payment target. Returns the current KYC status of the account and, if @@ -4236,6 +4236,8 @@ KYC status updates returned previously from an exchange API endpoint that determined that KYC was needed. The H_PATYO must be the hash of the payto:// URI of the payment target. + The USERTYPE states whether the entity to perform + the KYC is an "individual" or "business". **Request:** -- cgit v1.2.3