安全上下文
此特征只可用于
安全上下文
(HTTPS),在某些或所有
支持浏览器
.
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.
见 Merchant validation in Payment processing concepts for more information on the merchant validation process.
| 规范 | 状态 | 注释 |
|---|---|---|
|
支付请求 API
The definition of 'MerchantValidationEvent.validationURL' in that specification. |
候选推荐 | 初始定义。 |
| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
validationURL
|
Chrome 不支持 No | Edge 不支持 No |
Firefox
64
注意事项
|
IE 不支持 No | Opera 不支持 No | Safari ? | WebView Android 不支持 No | Chrome Android 不支持 No |
Firefox Android
64
注意事项
|
Opera Android 不支持 No | Safari iOS ? | Samsung Internet Android 不支持 No |
完整支持
不支持
兼容性未知
见实现注意事项。
MerchantValidationEvent
methodName
validationURL