summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-20 18:57:09 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-20 18:57:15 +0200
commit9d857925ae7007c9fe818c5446cc417bbedd52aa (patch)
treeb30823a3a63585e26e3970f7de690b002e005866 /core
parentaff2c12576fc8a7b76bdca2b194a518426e9e7f7 (diff)
downloaddocs-9d857925ae7007c9fe818c5446cc417bbedd52aa.tar.gz
docs-9d857925ae7007c9fe818c5446cc417bbedd52aa.tar.bz2
docs-9d857925ae7007c9fe818c5446cc417bbedd52aa.zip
simplify deposit, do not return kyc status, not needed
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst9
1 files changed, 0 insertions, 9 deletions
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;