taler-docs

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

commit 65e420ff41f67d489f7941751ba5933abe9ccecb
parent d9c56756160d668c7d09f694e36f8eb691520306
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 24 Jan 2016 20:06:19 +0100

repurchase correlation id

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

diff --git a/api-merchant.rst b/api-merchant.rst @@ -70,6 +70,12 @@ The contract must have the following structure: // before transfering it to the merchant. amount: Amount; + // 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. + repurchase_correlation_id?: string; + // Maximum total deposit fee accepted by the merchant for this contract max_fee: Amount;