commit 840cede6310369e635d131cc01ce1147d708987e parent a0038df8efbaf16111e289dded56adfd5ced4801 Author: Sebastian <sebasjm@gmail.com> Date: Tue, 11 Feb 2025 17:09:59 -0300 v19: added order_status_url on claimed orders Diffstat:
| M | core/api-merchant.rst | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -120,7 +120,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 **v18**. + This specification corresponds to ``current`` protocol being version **v19**. **Response:** @@ -2966,6 +2966,14 @@ Inspecting orders // Contract terms. contract_terms: ContractTerms; + // Status URL, can be used as a redirect target for the browser + // to show the order QR code / trigger the wallet. + // Since protocol **v19**. + order_status_url: string; + + // URI that the wallet must process to complete the payment. + // Since protocol **v19**. + taler_pay_uri: string; } .. ts:def:: CheckPaymentUnpaidResponse