summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-03 17:06:42 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-03 17:06:42 +0200
commit398e37dc5afa79087e2db8c9ced563b72701e5a3 (patch)
tree4f54e310ab2e479d221b8c9f65cfa4c20fca46d1 /core/api-merchant.rst
parent05aa6d5ac501a62063f5b903805cdb633d14b2db (diff)
downloaddocs-398e37dc5afa79087e2db8c9ced563b72701e5a3.tar.gz
docs-398e37dc5afa79087e2db8c9ced563b72701e5a3.tar.bz2
docs-398e37dc5afa79087e2db8c9ced563b72701e5a3.zip
add confirmed information
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 5b086f80..26c8175d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1126,6 +1126,10 @@ Receiving Payments
// Total amount that has been wire transfered
// to the merchant
amount: Amount;
+
+ // Was this transfer confirmed by the merchant via the
+ // POST /transfers API, or is it merely claimed by the exchange?
+ confirmed: boolean;
}
.. ts:def:: TransactionConflictProof