summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-14 17:12:37 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-24 15:27:37 +0100
commit80210f076fe92c0a8b89a972b810fd863d670973 (patch)
tree69b4bfdfd00d4828c0fd3d27b8ff20128619362f /api
parent64f2825408599589079191d53dbcfc61b8f7ba7d (diff)
downloaddocs-80210f076fe92c0a8b89a972b810fd863d670973.tar.gz
docs-80210f076fe92c0a8b89a972b810fd863d670973.tar.bz2
docs-80210f076fe92c0a8b89a972b810fd863d670973.zip
/track/transaction -> /track/order.
Diffstat (limited to 'api')
-rw-r--r--api/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/api-merchant.rst b/api/api-merchant.rst
index 16a78526..71e4007c 100644
--- a/api/api-merchant.rst
+++ b/api/api-merchant.rst
@@ -347,7 +347,7 @@ The following API are made available by the merchant's `backend` to the merchant
}
-.. http:get:: /track/transaction
+.. http:get:: /track/order
Provide the wire transfer identifier associated with an (existing) deposit operation.
@@ -368,7 +368,7 @@ The following API are made available by the merchant's `backend` to the merchant
executed. Hence the exchange does not yet have a wire transfer identifier.
The merchant should come back later and ask again.
The response body is a :ref:`TrackTransactionAcceptedResponse <TrackTransactionAcceptedResponse>`. Note that
- the similarity to the response given by the exchange for a /track/transaction
+ the similarity to the response given by the exchange for a /track/order
is completely intended.
:status 404 Not Found: The transaction is unknown to the backend.
@@ -433,7 +433,7 @@ The following API are made available by the merchant's `backend` to the merchant
// The current claim by the exchange that the given
// transaction is included in the above WTID.
- // (A response from `/track/transaction`).
+ // (A response from `/track/order`).
transaction_tracking_claim: TrackTransactionResponse;
// Public key of the coin for which we got conflicting information.