taler-docs

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

commit 13b2205836d1d91e58d973648b2a47870ad7f76d
parent ce6b80c60bc49218f86bc52f4e83c9d13831ac10
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 May 2016 14:29:28 +0200

clarify that wire details must be unique

Diffstat:
Mapi-exchange.rst | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

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