Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The PaymentMethodChangeEvent
interface of the Payment Request API describes the paymentmethodchange
event which is fired by some payment handlers when the user switches payment instruments (e.g., a user selects a "store" card to make a purchase while using Apple Pay).
PaymentMethodChangeEvent()
PaymentMethodChangeEvent
object, optionally initialized with values taken from a given PaymentMethodChangeEventInit
dictionary.In addition to the properties below, this interface includes properties inherited from PaymentRequestUpdateEvent
.
methodDetails
Read only Secure context
null
.methodName
Read only Secure context
DOMString
containing the payment method identifier, a string which uniquely identifies a particular payment method. This identifier is usually a URL used during the payment process, but may be a standardized non-URL string as well. The default value is the empty string, ""
.This interface includes methods inherited from PaymentRequestUpdateEvent
.
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'PaymentMethodChangeEvent' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | ? | 63
|
No | No | ? |
methodDetails |
No | ? | 63
|
No | No | ? |
methodName |
No | ? | 63
|
No | No | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | ? | 63
|
No | ? | ? |
methodDetails |
No | No | ? | 63
|
No | ? | ? |
methodName |
No | No | ? | 63
|
No | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/PaymentMethodChangeEvent