Apple Pay - "Payment Not Completed" - 使用Stripe
创始人
2024-09-10 16:30:29
0

当使用Stripe作为Apple Pay的支付处理器时,出现"Payment Not Completed"错误的解决方法如下所示:

  1. 确保你已经正确配置了Stripe并设置了你的API密钥。
import stripe

stripe.api_key = "你的API密钥"
  1. 确保你已经正确设置了Apple Pay的配置信息,并且将Stripe作为你的支付处理器。
session = stripe.checkout.Session.create(
  payment_method_types=['card'],
  line_items=[{
    'price_data': {
      'currency': 'usd',
      'product_data': {
        'name': 'Product Name',
      },
      'unit_amount': 1000,
    },
    'quantity': 1,
  }],
  mode='payment',
  success_url='https://example.com/success',
  cancel_url='https://example.com/cancel',
  payment_intent_data={
    'capture_method': 'manual',
  },
  payment_method_options={
    'card': {
      'request_three_d_secure': 'any',
    },
  },
)
  1. 确保你正确处理了Stripe的Webhook事件,以确保支付成功后的处理逻辑。
@app.route('/webhook', methods=['POST'])
def webhook():
  payload = request.get_data()
  sig_header = request.headers.get('Stripe-Signature')

  try:
    event = stripe.Webhook.construct_event(payload, sig_header, endpoint_secret)
    # 处理支付成功逻辑
    if event['type'] == 'payment_intent.succeeded':
      payment_intent = event['data']['object']
      # 进行订单处理逻辑
      # ...
  except Exception as e:
    return str(e), 400
  
  return 'success'

通过检查以上几个方面,你应该能够解决"Payment Not Completed"错误,并成功处理Apple Pay的支付。请根据你的具体需求和代码环境进行适当的调整。

相关内容

热门资讯

透视好牌!aapoker公共底... 透视好牌!aapoker公共底牌,wepoker好友房开挂(透视)总结教程(有挂工具)-哔哩哔哩1、...
现有关情况通报如下!sohoo... 现有关情况通报如下!sohoopoker辅助,aapoker真的假的(透视)解密教程(有挂分享)-哔...
透视能赢!wepoker私人局... 透视能赢!wepoker私人局透视方法,wepoker私局辅助(透视)教你教程(有挂辅助)-哔哩哔哩...
透视存在!wpk模拟器多开,w... 透视存在!wpk模拟器多开,wepoker怎么增加运气(透视)解密教程(有挂讲解)-哔哩哔哩1、用户...
透视存在!sohoo竞技联盟辅... 透视存在!sohoo竞技联盟辅助器,德普之星有透视辅助吗(透视)推荐教程(有挂方略)-哔哩哔哩1、上...
透视规律!hhpoker开挂教... 透视规律!hhpoker开挂教程,wepoker辅助透视(透视)总结教程(有挂秘笈)-哔哩哔哩1、不...
透视新版!拱趴大菠萝机器人,n... 透视新版!拱趴大菠萝机器人,newpoker脚本(透视)开挂教程(有挂猫腻)-哔哩哔哩1、拱趴大菠萝...
透视神器!wpk刷入池率脚本,... 透视神器!wpk刷入池率脚本,德州透视是真的吗(透视)推荐教程(的确有挂)-哔哩哔哩1、完成德州透视...
据了解!aapoker发牌逻辑... 据了解!aapoker发牌逻辑,wepoker可以开透视吗(透视)推荐教程(真实有挂)-哔哩哔哩1、...
现场直击!wepoker有辅助... 现场直击!wepoker有辅助吗,wepoker有没有透视方法(透视)科普教程(有挂教学)-哔哩哔哩...