W3cubDocs

/DOM

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

No compatibility data found. Please contribute data for "api.MerchantValidationEvent.methodName" (depth: 1) to the MDN compatibility data repository.

See also

© 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/MerchantValidationEvent/methodName