taler-docs

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

commit 876eda39648b3ac6b14dfb756dbfc8ff3ce20ce1
parent 123e3041a5de4f762b4be919ac815d2fd0b0c977
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Tue,  6 Dec 2016 12:12:50 +0100

More on repurchase correlation ID

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

diff --git a/api-merchant.rst b/api-merchant.rst @@ -466,7 +466,11 @@ The `contract` must have the following structure: // Optional identifier chosen by the merchant, // which allows the wallet to detect if it is buying // a contract where it already has paid for the same - // product instance. + // product instance. NOTE: this information is mainly + // needed when the customer visits a shared fulfillment + // URL about a product they already paid for, so that + // the wallet can reuse the same coins used in the first + // place. repurchase_correlation_id?: string; // URL that the wallet will navigate to after the customer