web api interface
PaymentMethodChangeEvent
Secure context
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).
Constructor
PaymentMethodChangeEvent()- : Creates and returns a new
PaymentMethodChangeEventobject.
- : Creates and returns a new
Instance properties
In addition to the properties below, this interface includes properties inherited from PaymentRequestUpdateEvent.
methodDetailsRead only- : An object containing payment method-specific data useful when handling a payment method change. If no such information is available, this value is
null.
- : An object containing payment method-specific data useful when handling a payment method change. If no such information is available, this value is
methodNameRead only- : A string 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, such as
basic-card. The default value is the empty string,"".
- : A string 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, such as
Instance methods
This interface includes methods inherited from PaymentRequestUpdateEvent.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.