summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-21 10:57:47 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-12-21 10:57:47 +0100
commit42d193aeb7914673d49ba4bf18ffd1db5274803a (patch)
treea5de75e3edeee50b4b303a76a307c10aa31b997c /api-merchant.rst
parentc0b82ff3f1d2f45ace266c39ab2153e4037cd914 (diff)
downloaddocs-42d193aeb7914673d49ba4bf18ffd1db5274803a.tar.gz
docs-42d193aeb7914673d49ba4bf18ffd1db5274803a.tar.bz2
docs-42d193aeb7914673d49ba4bf18ffd1db5274803a.zip
Exchange's URI now goes into /track/transaction response.
Diffstat (limited to 'api-merchant.rst')
-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;