summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-rw-r--r--core/api-exchange.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 1aae8e75..59edb2a0 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -15,9 +15,9 @@
@author Christian Grothoff
-=============================
-The Exchange RESTful JSON API
-=============================
+========================
+The Exchange RESTful API
+========================
The API specified here follows the :ref:`general conventions <http-common>`
for all details not specified in the individual requests.
@@ -1702,6 +1702,10 @@ denomination.
// 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;