taler-docs

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

commit 398e37dc5afa79087e2db8c9ced563b72701e5a3
parent 05aa6d5ac501a62063f5b903805cdb633d14b2db
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 May 2020 17:06:42 +0200

add confirmed information

Diffstat:
Mcore/api-merchant.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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