taler-docs

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

commit 400e586cba631ef54d064c16e9e1f627b77e5e03
parent 2d7ebea9c5e3474350bf7d82b41d411ef3319e49
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sun, 17 Oct 2021 13:07:00 +0200

Merge branch 'master' of ssh://git.taler.net/docs

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

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -2560,11 +2560,6 @@ typically also view the balance.) interface TrackTransactionResponse { - // Payment target that the merchant should - // use to check for its KYC status using - // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint. - payment_target_uuid: Integer; - // Raw wire transfer identifier of the deposit. wtid: Base32; @@ -2598,7 +2593,12 @@ typically also view the balance.) // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint. payment_target_uuid: Integer; + // True if the KYC check for the merchant has been + // satisfied. + kyc_ok: boolean; + // Time by which the exchange currently thinks the deposit will be executed. + // Actual execution may be later if the KYC check is not satisfied by then. execution_time: Timestamp; }