Web/API/PaymentRequestEvent/PaymentRequestEvent

From Get docs

Non-standard This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.


The PaymentRequestEvent constructor creates a new PaymentRequestEvent object which is a constructor for a PaymentRequestEvent which is the object passed to a payment handler when a PaymentRequest is made..

Syntax

var paymentRequestEvent = new PaymentRequestEventy(type, options)

Parameters

type 
Must always be 'PaymentRequest'.
options Optional
Options are as follows:
instrumentKey
  • PaymentInstrument object reflecting the payment instrument selected by the user or an empty string if the user has not registered or chosen a payment instrument.
  • methodData: An array of PaymentMethodData objects containing payment method identifers for the payment methods that the web site accepts and any associated payment method specific data.
  • modifiers: An array of objects containing changes to payment details.
  • paymentRequestId: The ID of the PaymentRequest object.
  • paymentRequestOrigin: The origin where the PaymentRequest object was initialized.
  • topLeveOrigin: The top-level origin where the PaymentRequest object was initialized.
  • total: The total amount being requested for payment.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

PaymentRequestEvent() constructor

Experimental'

Chrome

Full support 70

Edge

Full support 79

Firefox

No support No

IE

No support No

Opera

Full support 57

Safari

No support No

WebView Android

No support No

Chrome Android

Full support 70

Firefox Android

No support No

Opera Android

Full support 49

Safari iOS

No support No

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.