summaryrefslogtreecommitdiff
path: root/api-merchant.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-24 20:06:19 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-24 20:06:19 +0100
commit65e420ff41f67d489f7941751ba5933abe9ccecb (patch)
treeadf37ab79f02c8b22316963668825ebccdf75940 /api-merchant.rst
parentd9c56756160d668c7d09f694e36f8eb691520306 (diff)
downloaddocs-65e420ff41f67d489f7941751ba5933abe9ccecb.tar.gz
docs-65e420ff41f67d489f7941751ba5933abe9ccecb.tar.bz2
docs-65e420ff41f67d489f7941751ba5933abe9ccecb.zip
repurchase correlation id
Diffstat (limited to 'api-merchant.rst')
-rw-r--r--api-merchant.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index 52a4222f..3a7cce12 100644
--- 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;