taler-docs

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

commit f34b7af1585c951fd993fc9da4da262b9ce6d333
parent 4327c175ee021d4bdd735ca1a5e3f314795223b0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Oct 2025 12:29:41 +0200

return pay_deadline with order creation

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 @@ -3475,6 +3475,10 @@ Creating orders // Order ID of the response that was just created. order_id: string; + // Deadline when the offer expires; the customer must pay before. + // @since protocol **v21**. + pay_deadline: Timestamp; + // Token that authorizes the wallet to claim the order. // Provided only if "create_token" was set to 'true' // in the request.