Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. PaymentMethodChangeEvent

PaymentMethodChangeEvent

Limited availability

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 insecure contexts (HTTPS), in some or allsupporting browsers.

ThePaymentMethodChangeEvent interface of thePayment Request API describes thepaymentmethodchange 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).

Event PaymentRequestUpdateEvent PaymentMethodChangeEvent

Constructor

PaymentMethodChangeEvent()

Creates and returns a newPaymentMethodChangeEvent object.

Instance properties

In addition to the properties below, this interface includes properties inherited fromPaymentRequestUpdateEvent.

methodDetailsRead only

An object containing payment method-specific data useful when handling a payment method change. If no such information is available, this value isnull.

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 asbasic-card. The default value is the empty string,"".

Instance methods

This interface includes methods inherited fromPaymentRequestUpdateEvent.

Specifications

Specification
Payment Request API
# paymentmethodchangeevent-interface

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp