summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-20 14:29:28 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-20 14:29:28 +0200
commit13b2205836d1d91e58d973648b2a47870ad7f76d (patch)
tree5397a03eb115116f2427f53a61ec96a2633777f7 /api-exchange.rst
parentce6b80c60bc49218f86bc52f4e83c9d13831ac10 (diff)
downloaddocs-13b2205836d1d91e58d973648b2a47870ad7f76d.tar.gz
docs-13b2205836d1d91e58d973648b2a47870ad7f76d.tar.bz2
docs-13b2205836d1d91e58d973648b2a47870ad7f76d.zip
clarify that wire details must be unique
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst10
1 files changed, 8 insertions, 2 deletions
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;
}