Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

使用Apple Pay Web构建的应用无法支付底部转圈圈问题

我使用Apple Pay on the Web Interactive Demo构建了一个web应用使用的是Payment Request API方式,但是遇到了几个问题:

  1. 拉起的web Apple Pay 底部一直转圈圈无法付款,这个是什么问题?
  2. 如何设置sandbox测试付款呢?
  3. 如何异步、同步获取支付结果(后端代码获取支付结果)?demo只有await response.complete("success");前端代码获取支付结果的操作

demo网址: https://shop.wowseer.com/rsolomakhin/pr/applepay/

使用Apple Pay Web构建的应用无法支付底部转圈圈问题
 
 
Q