taler-docs

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

commit a15b44db4fab3ad986142c0b0fce5ec6d2e28974
parent ce2739ee2eb514e476cdfa0cc13fbe55e8f07a78
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Sep 2024 11:28:37 +0200

API updates for exchange protocol v21

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

diff --git a/core/api-common.rst b/core/api-common.rst @@ -870,8 +870,18 @@ body. // transaction was blocked and how to lift it. The account holder // should use the number to check for the account's AML/KYC status // using the ``/kyc-check/$REQUIREMENT_ROW`` endpoint. + // Can be zero (which means there is no requirement row) + // if ``bad_kyc_auth`` is set. requirement_row: Integer; + // True if the operation was denied because the + // KYC auth key does not match the merchant public + // key. In this case, a KYC auth wire transfer + // with the merchant public key must be performed + // first. + // Since exchange protocol **v21**. + bad_kyc_auth?: boolean; + }