summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 0b9f6ccd..3cc1ea05 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -357,6 +357,10 @@ The following API are made available by the merchant's `backend` to the merchant
.. code-block:: tsref
interface TransactionWireTransfer {
+
+ // Responsible exchange
+ exchange_uri: string;
+
// 32-byte wire transfer identifier
wtid: Base32;