This feature is not Baseline because it does not work in some of the most widely-used browsers.
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:
shippingaddresschangeDispatched whenever the user changes their shipping address.
shippingoptionchangeDispatched whenever the user changes a shipping option.
PaymentRequestUpdateEvent()Creates a new PaymentRequestUpdateEvent object.
Provides only the properties inherited from its parent interface, Event.
In addition to methods inherited from the parent interface, Event, PaymentRequestUpdateEvent offers the following methods:
PaymentRequestUpdateEvent.updateWith()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.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
PaymentRequestUpdateEvent |
60 | 15 | 55 | 47 | 11.1 | 53 | No | 41 | 11.3 | 6.0 | No | 11.3 |
PaymentRequestUpdateEvent |
60 | 15 | 55 | 47 | 11.1 | 53 | No | 41 | 11.3 | 6.0 | No | 11.3 |
secure_context_required |
122 | 122 | No | 108 | No | 122 | No | 81 | No | 26.0 | No | No |
updateWith |
60 | 15 | 55 | 47 | 11.1 | 53 | No | 41 | 11.3 | 6.0 | No | 11.3 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PaymentRequestUpdateEvent