taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6de85db6421e3a3176c9af63420f39fd477dcbd9
parent e2021873b0aa8ec4a756a1306213d885b15f4b55
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri, 20 May 2016 10:17:05 +0200

more details on /admin/add/incoming

Diffstat:
Mapi-exchange.rst | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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; }