gpt4 book ai didi

stripe-payments - Stripe 差异约 `setup_future_usage: "off_session "` and ` confirmCardSetup` 如果我只是想在购买时保存用户的信用卡

转载 作者:行者123 更新时间:2023-12-04 13:13:44 24 4
gpt4 key购买 nike

如果我想保存用户卡以备将来使用,我注意到两个选项

  • 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 完成付款,这正是它的用途。它确保在付款过程中以优化的方式设置卡。

    https://stripe.com/docs/payments/save-during-payment

    enter image description here

    What's the difference between these two?



    如果您在付款上下文之外保存卡,则只能直接使用 SetupIntent( confirmCardSetup )。它允许进行“非支付”3D 安全身份验证,这有助于确保 future 支付的成功。当发生付款时,您不需要明确地这样做,因为 setup_future_usage为您提供完全相同的好处。

    https://stripe.com/docs/payments/save-and-reuse

    enter image description here

    您只需在不付款时使用 SetupIntents,在付款时使用 PaymentIntents。

    关于stripe-payments - Stripe 差异约 `setup_future_usage: "off_session "` and ` confirmCardSetup` 如果我只是想在购买时保存用户的信用卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62212061/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com