From 835509f59bd11234b0181693396ad40b5ff8e5fc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 19 Oct 2016 12:49:21 +0200 Subject: still on #4251 --- api-merchant.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-merchant.rst b/api-merchant.rst index d89e0485..49d2d74a 100644 --- a/api-merchant.rst +++ b/api-merchant.rst @@ -90,7 +90,9 @@ The Frontent HTTP API // Deadline for the customer to pay for this purchase. Note that is up to the frontend // to make sure that this value matches the one the backend signed over when the contract - // was generated. + // was generated. The frontend should never verify if the payment is still on time, + // because when payments are replayed it is expxectable that this deadline is expired, + // and only the backend can detect if a payment is a reply or not. pay_deadline: Timestamp; // the chosen exchange's base URL -- cgit v1.2.3