From 13b2205836d1d91e58d973648b2a47870ad7f76d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 May 2016 14:29:28 +0200 Subject: clarify that wire details must be unique --- api-exchange.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'api-exchange.rst') diff --git a/api-exchange.rst b/api-exchange.rst index b7b36765..28acac75 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -1262,9 +1262,15 @@ Administrative API: Bank transactions execution_date: Timestamp; // Client's wire details, so that the exchange knows from whom money comes from. - // We strees again that in order to create a reserve on any exchange, an equivalent + // In order to create a reserve on any exchange, an equivalent // amount of money must be wire transferred from the client's to the exchange's - // bank account + // bank account. + // The wire details given here should include some unique identifier + // for each transaction. The exchange will check that the details + // given are unique, and if the wire details are identical to previous + // wire details will treat the request as a duplicate and not actually + // do any update. This is true even if the amount or execution date + // differs. wire: any; } -- cgit v1.2.3