summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-20 10:17:05 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-05-20 10:17:05 +0200
commit6de85db6421e3a3176c9af63420f39fd477dcbd9 (patch)
tree488eb9e721607f68d972a2d075bbbb4a4e0b2eed /api-exchange.rst
parente2021873b0aa8ec4a756a1306213d885b15f4b55 (diff)
downloaddocs-6de85db6421e3a3176c9af63420f39fd477dcbd9.tar.gz
docs-6de85db6421e3a3176c9af63420f39fd477dcbd9.tar.bz2
docs-6de85db6421e3a3176c9af63420f39fd477dcbd9.zip
more details on /admin/add/incoming
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index f78a8cb3..a6a913af 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -1261,7 +1261,10 @@ Administrative API: Bank transactions
// When was the transaction executed
execution_date: Timestamp;
- // Wire details
+ // 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
+ // amount of money must be wire transferred from the client's to the exchange's
+ // bank account
wire: any;
}