taler-docs

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

commit 1e66c8eeb240fdfe5db39b3c1224c0d1a36dc665
parent d18d010a3159f3a040a32928f8dea1aeccc70466
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Nov 2025 16:05:57 +0100

execution_time is optional, field name is validated

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4592,7 +4592,7 @@ Querying expected wire transfers // Expected time of the execution of the wire transfer // by the exchange, according to the exchange. - execution_time: Timestamp; + execution_time?: Timestamp; // True if we checked the exchange's answer and are happy with // the reconciation data. @@ -4600,7 +4600,7 @@ Querying expected wire transfers // do not have an answer from the exchange. // Does not imply that the wire transfer was settled (for // that, see ``confirmed``). - verified: boolean; + validated: boolean; // True if the merchant uses the POST /transfers API to confirm // that this wire transfer took place (and it is thus not