summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-19 09:32:06 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-19 09:32:11 +0200
commit63e2c739aeccd743cb4e9741153963a0da9e4d27 (patch)
treec65968ae4ba52187c614729030d6f18486dce03f /core/api-exchange.rst
parente05c7a4d2b1e5edfe5c1f17497fadd0dd20f7bfa (diff)
downloaddocs-63e2c739aeccd743cb4e9741153963a0da9e4d27.tar.gz
docs-63e2c739aeccd743cb4e9741153963a0da9e4d27.tar.bz2
docs-63e2c739aeccd743cb4e9741153963a0da9e4d27.zip
add user type to kyc-check
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst8
1 files changed, 5 insertions, 3 deletions
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:**