taler-docs

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

commit 515da9b0a007b6083e2a344b5c9fa9d643ad7bc2
parent 1fc69399985813871b3048c285cc2853e44bbd3b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  2 Jun 2026 21:51:30 +0200

add tos-required to spec (#11183)

Diffstat:
Mcore/exchange/get-kyc-check-H_NORMALIZED_PAYTO.rst | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/core/exchange/get-kyc-check-H_NORMALIZED_PAYTO.rst b/core/exchange/get-kyc-check-H_NORMALIZED_PAYTO.rst @@ -136,6 +136,16 @@ // proceed with the KYC process. access_token: AccountAccessToken; + // Set if and only if the client must next accept the + // terms of service and KYC_SWAP_TOS_ACCEPTANCE is enabled. + // In this case, the value given is the ETag of the /terms + // that the customer must accept to proceed. If the customer + // already accepted these terms, the merchant backend will + // use this to signal the terms acceptance without requiring + // the user to again interact with it. + // Since **v36**. + tos_required?: string; + // Array with limitations that currently apply to this // account and that may be increased or lifted if the // KYC check is passed.