taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e4cefaa553fb5a892b9b3e8a26836bea01a56642
parent c089038fbc1d32c497ae6355c8661e3405b33b2b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Sep 2024 23:01:34 +0200

remove kyc_url

Diffstat:
Mcore/api-merchant.rst | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1520,17 +1520,6 @@ KYC status checks // been an error code). Since protocol **v17**. exchange_code?: number; - // URL that the user should open in a browser to - // proceed with the KYC process (as returned - // by the exchange's ``/kyc-check/`` endpoint). - // Optional, missing if the account is blocked - // due to the need for a KYC auth transfer. - // (See ``payto_kycauth`` in that case.) - // Deprecated since protocol **v17**. Combine - // ``exchange_url``, "/kyc-spa/" and ``access_token`` - // if this is needed instead. - kyc_url?: string; - // Access token needed to open the KYC SPA and/or // access the ``/kyc-info/`` endpoint. access_token?: AccountAccessToken;