taler-docs

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

commit 98f90d33f2b7d9174714257d92905fa5153125bf
parent 7e59a22f266a829156e29aa9d8bb5acc2d6abc0d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Aug 2020 13:59:13 +0200

fulfillment_url is optional here

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 @@ -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;