summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-16 18:45:45 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-16 18:45:52 +0200
commitb156b9f069babf4860943dd54541120b8cf3e455 (patch)
tree8c40e0f84cc96e0dd263d46eb6a7b79686834324 /core
parente17e525244f81adbc8d1baa18b5249693758fcb9 (diff)
downloaddocs-b156b9f069babf4860943dd54541120b8cf3e455.tar.gz
docs-b156b9f069babf4860943dd54541120b8cf3e455.tar.bz2
docs-b156b9f069babf4860943dd54541120b8cf3e455.zip
add trisquel
Diffstat (limited to 'core')
-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;