作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如果我想保存用户卡以备将来使用,我注意到两个选项
confirmCardSetup
- 这绝对可以保存用户卡setup_future_usage: "off_session"
内confirmCardPayment
- 我刚刚发现,这也可以保存用户卡Remember This Card
购买时 ,那么我应该正确使用哪种方法呢?
最佳答案
If I only want to have a checkbox for the user to check Remember This Card when buying, then which method should I use it properly?
setup_future_usage
为此并仅使用 PaymentIntent 完成付款,这正是它的用途。它确保在付款过程中以优化的方式设置卡。
What's the difference between these two?
confirmCardSetup
)。它允许进行“非支付”3D 安全身份验证,这有助于确保 future 支付的成功。当发生付款时,您不需要明确地这样做,因为
setup_future_usage
为您提供完全相同的好处。
关于stripe-payments - Stripe 差异约 `setup_future_usage: "off_session "` and ` confirmCardSetup` 如果我只是想在购买时保存用户的信用卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62212061/
如果我想保存用户卡以备将来使用,我注意到两个选项 confirmCardSetup - 这绝对可以保存用户卡 setup_future_usage: "off_session"内confirmCard
我是一名优秀的程序员,十分优秀!