Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The MerchantValidationEvent
property validationURL
is a read-only string value providing the URL from which to fetch the payment handler-specific data needed to validate the merchant.
This data should be passed into the complete()
method to let the user agent complete the transaction.
validationURL = merchantValidationEvent.validationURL;
A read-only USVString
giving the URL from which to load payment handler specific data needed to complete the merchant verification process. Once this has been loaded, it should be passed into complete()
, either directly or using a promise.
See Merchant validation in Payment processing concepts for more information on the merchant validation process.
Specification | Status | Comment |
---|---|---|
Payment Request API The definition of 'MerchantValidationEvent.validationURL' in that specification. | Candidate Recommendation | Initial definition. |
No compatibility data found. Please contribute data for "api.MerchantValidationEvent.validationURL" (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/validationURL