Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The MerchantValidationEvent
interface of the the Payment Request API enables a merchant to verify themselves as allowed to use a particular payment handler.
To learn more about merchant validation, see Merchant validation in Payment processing concepts.
MerchantValidationEvent()
Secure context
MerchantValidationEvent
object describing a merchantvalidation
event that will be sent to the payment handler to request that it validate the merchant.MerchantValidationEvent.methodName
Secure context
DOMString
providing a unique payment method identifier for the payment handler that's requiring validation. This may be either one of the standard payment method identifier strings or a URL that both identifies and handles requests for the payment handler, such as https://apple.com/apple-pay
.MerchantValidationEvent.validationURL
Secure context
USVString
specifying a URL from which the site or app can fetch payment handler specific validation information. Once this data is retrieved, the data (or a promise resolving to the validation data) should be passed into complete()
to validate that the payment request is coming from an authorized merchant.MerchantValidationEvent.complete()
Secure context
validationURL
into complete()
to complete the validation process for the PaymentRequest
.Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'MerchantValidationEvent' in that specification. | Candidate Recommendation | Initial definition. |
No compatibility data found. Please contribute data for "api.MerchantValidationEvent" (depth: 1) to the MDN compatibility data repository.
© 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