commit 564f9a34383e2980ac8ebff5626504e9f73835dc parent f34b7af1585c951fd993fc9da4da262b9ce6d333 Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com> Date: Thu, 9 Oct 2025 18:11:51 +0200 Adding info about the order_created webhook Diffstat:
| M | taler-merchant-manual.rst | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst @@ -1124,6 +1124,17 @@ with the event-specific data, no support for parsing conditions or nested struct is provided. +Order created events +-------------------- + +For "order_created" events, the backend will provide the following +information to the Mustache templating engine: + +* order_id: the identifier of the newly created order. +* contract: the full JSON contract for the order (see :ref:`contract_terms <contract-terms>` for the structure). +* instance_id: the merchant instance identifier that created the order. + + Order pay events ----------------