From 9d857925ae7007c9fe818c5446cc417bbedd52aa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Oct 2021 18:57:09 +0200 Subject: simplify deposit, do not return kyc status, not needed --- core/api-exchange.rst | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 49f29da5..3f0be5a1 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -1703,15 +1703,6 @@ denomination. // URL, or if the base URL has changed since the deposit. transaction_base_url?: string; - // 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; - - // True if the KYC check for the merchant has been - // satisfied. - kyc_ok: boolean; - // Timestamp when the deposit was received by the exchange. exchange_timestamp: Timestamp; -- cgit v1.2.3