PaymentRequestUpdateEvent
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The PaymentRequestUpdateEvent interface is used for events sent to a PaymentRequest instance when changes are made to shipping-related information for a pending PaymentRequest. Those events are:
-
shippingaddresschangeSecure context -
Dispatched whenever the user changes their shipping address. Also available using the
onshippingaddresschangeevent handler property. -
shippingoptionchangeSecure context -
Dispatched whenever the user changes a shipping option. Also available using the
onshippingoptionchangeevent handler property.
Constructor
-
PaymentRequestUpdateEvent()Secure context -
Creates a new
PaymentRequestUpdateEventobject.
Properties
Provides only the properties inherited from its parent interface, Event.
Methods
In addition to methods inherited from the parent interface, Event, PaymentRequestUpdateEvent offers the following methods:
-
PaymentRequestUpdateEvent.updateWith()Secure context -
If the event handler determines that information included in the payment request needs to be changed, or that new information needs to be added, it calls
updateWith()with the information that needs to be replaced or added.
Specifications
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
PaymentRequestUpdateEvent |
60 |
15 |
No
Available only in nightly builds. Requires
dom.payments.request.enabled to be set to true and the comma-delineated list in dom.payments.request.supportedRegions to contain one or more of the supported 2-character ISO locales, currently US and CA. |
No |
47 |
11.1 |
No |
56 |
No
Available only in nightly builds. Requires
dom.payments.request.enabled to be set to true and the comma-delineated list in dom.payments.request.supportedRegions to contain one or more of the supported 2-character ISO locales, currently US and CA. |
43 |
11.3 |
6.0 |
PaymentRequestUpdateEvent |
60 |
15 |
No
Available only in nightly builds.
|
No |
47 |
11.1 |
No |
56 |
No
Available only in nightly builds.
|
43 |
11.3 |
6.0 |
updateWith |
60 |
15 |
No
Available only in nightly builds.
|
No |
47 |
11.1 |
No |
56 |
No
Available only in nightly builds.
|
43 |
11.3 |
6.0 |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent