taler-docs

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

commit c1b2b2f303ad30e6b6dbfb3e33c5afc595a70cda
parent 0b5a385a088bce7669a8e42b65129972e8f7a82d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  9 Apr 2024 17:37:57 +0200

specify protocol v14  for #8717

Diffstat:
Mcore/api-merchant.rst | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -123,7 +123,7 @@ such as the implemented version of the protocol and the currency used. .. http:get:: /config Return the protocol version and currency supported by this merchant backend. - This specification corresponds to ``current`` protocol being version **13**. + This specification corresponds to ``current`` protocol being version **v14**. **Response:** @@ -2439,6 +2439,10 @@ Inspecting orders // Contract terms. contract_terms: ContractTerms; + // If the order is paid, set to the last time when a payment + // was made to pay for this order. Since **v14**. + last_payment: Timestamp; + // The wire transfer status from the exchange for this order if // available, otherwise empty array. wire_details: TransactionWireTransfer[];