MerchantValidationEvent.methodName

Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The MerchantValidationEvent property methodName is a read-only value which returns a string indicating the payment method identifier which represents the payment handler that requires merchant validation.

Syntax

methodID = merchantValidationEvent.methodName;

Value

A read-only DOMString which uniquely identifies the payment handler which is requesting merchant validation. See Merchant validation in Payment processing concepts for more information on the process.

Specifications

Specification Status Comment
Payment Request API
The definition of 'MerchantValidationEvent.methodName' in that specification.
Candidate Recommendation Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
methodNameChrome No support NoEdge No support NoFirefox Full support 64
Notes
Full support 64
Notes
Notes Available only in Nightly builds.
IE No support NoOpera No support NoSafari ? WebView Android No support NoChrome Android No support NoFirefox Android Full support 64
Notes
Full support 64
Notes
Notes Available only in Nightly builds.
Opera Android No support NoSafari iOS ? Samsung Internet Android No support No

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown
See implementation notes.
See implementation notes.

See also