commit 42d193aeb7914673d49ba4bf18ffd1db5274803a
parent c0b82ff3f1d2f45ace266c39ab2153e4037cd914
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Wed, 21 Dec 2016 10:57:47 +0100
Exchange's URI now goes into /track/transaction response.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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;