From 42d193aeb7914673d49ba4bf18ffd1db5274803a Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 21 Dec 2016 10:57:47 +0100 Subject: Exchange's URI now goes into /track/transaction response. --- api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3