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) 
         // 在这步渲染button, Display Apple Pay button here.
     }); 
}| 环境 | 值 | 
|---|---|
| sandbox | merchant.com.sandbox.useepay | 
| prod | 联系UseePay运营申请(需提供网站域名) | 
| 字段 | 备注 | 例子(请根据实际情况填写) | 
|---|---|---|
| currencyCode | 是当前交易币种 | USD | 
| label | 交易主体 | www.useepay.com | 
| amount | 交易金额 | 2 |