summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-10-14 12:37:37 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-10-14 12:37:37 +0200
commit51cf4b8e487ccd4be48d499072b10b9e16917f10 (patch)
treeead88edce3b12b8b70967c44f227f2505a858678 /core/api-merchant.rst
parent96ce11185241beaf013ae4a21ed3d4c285196637 (diff)
parenta416d9714fcd6ccfd1aa29633fa4fcbaeea1b50a (diff)
downloaddocs-51cf4b8e487ccd4be48d499072b10b9e16917f10.tar.gz
docs-51cf4b8e487ccd4be48d499072b10b9e16917f10.tar.bz2
docs-51cf4b8e487ccd4be48d499072b10b9e16917f10.zip
Merge branch 'master' into age-restriction
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c9981543..519a4324 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1219,7 +1219,7 @@ KYC status checks
:query h_wire=H_WIRE: *Optional*. If specified, the KYC check should return the KYC status only for this wire account. Otherwise, for all wire accounts.
:query exchange_url=URL: *Optional*. If specified, the KYC check should return the KYC status only for the given exchange. Otherwise, for all exchanges we interacted with.
- :query timeout_ms=NUMBER: *Optional.* If specified, the exchange will
+ :query timeout_ms=NUMBER: *Optional.* If specified, the merchant will
wait up to ``timeout_ms`` milliseconds for the exchanges to confirm completion of the KYC process(es).
**Response:**
@@ -1261,7 +1261,7 @@ 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/`` endpoint).
+ // by the exchange's ``/kyc-check/`` endpoint).
kyc_url: string;
// Base URL of the exchange this is about.
@@ -1272,9 +1272,9 @@ KYC status checks
}
- .. ts:def:: MerchantAccountKycRedirect
+ .. ts:def:: ExchangeKycTimeout
- interface MerchantAccountKycRedirect {
+ interface ExchangeKycTimeout {
// Base URL of the exchange this is about.
exchange_url: string;