From 398e37dc5afa79087e2db8c9ced563b72701e5a3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 May 2020 17:06:42 +0200 Subject: add confirmed information --- core/api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/api-merchant.rst') 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 -- cgit v1.2.3