From 98f90d33f2b7d9174714257d92905fa5153125bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Aug 2020 13:59:13 +0200 Subject: fulfillment_url is optional here --- core/api-merchant.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 23f4cba3..47f94180 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1459,6 +1459,10 @@ Payment processing // URI that the wallet must process to complete the payment. taler_pay_uri: string; + // Status URL, can be used as a redirect target for the browser + // to show the order QR code / trigger the wallet. + fulfillment_url?: string; + // Alternative order ID which was paid for already in the same session. // Only given if the same product was purchased before in the same session. already_paid_order_id?: string; -- cgit v1.2.3