Firefox Tomorrow

web api instance property

MerchantValidationEvent: validationURL property

View on MDN ↗

Secure context

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.

Value

A read-only string 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 to learn more about the process.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also