使用PHP在Stripe V3中使用Stripe.source.poll

问题描述 投票:1回答:1

我已经从Stripe v2迁移到v3。但是,在寻找Stripe.source.poll功能的替代品时,我看不到找到一个?我应该在v3中使用什么?

php stripe-payments
1个回答
1
投票

源轮询功能已弃用,并未包含在Stripe.js v3中。

相反,Stripe建议您设置自己的轮询以查询自己后端的订单状态,而不是源的状态。参看https://stripe.com/docs/sources/best-practices#confirmation-page

© www.soinside.com 2019 - 2024. All rights reserved.