https://网站域名/.well-known/apple-developer-merchantid-domain-association.txt<script src="https://applepay.cdn-apple.com/jsapi/v1.1.0/apple-pay-sdk.js"></script>if (window.ApplePaySession) {
var merchantIdentifier = 'YOUR MERCHANT IDENTIFIER';
var promise = ApplePaySession.canMakePaymentsWithActiveCard(merchantIdentifier);
promise.then(function (canMakePayments) {
if (canMakePayments)
// Display Apple Pay button here.
}); }| 环境 | 值 |
|---|---|
| sandbox | merchant.com.sandbox.useepay |
| prod | merchant.com.gateway.useepay |
https://checkou.useepay.com/.well-known/apple-developer-merchantid-domain-association.txt