#jason_paymentintent-sfu
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1229480301097517118
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI ๐
This would depend on whether or not you anticipate needing to use the payment method to make a charge when the customer is not present. The "off_session" parameter indicates that you will be charging this payment method when the user is not in your checkout flow.
jason_paymentintent-sfu
Right, I understand that. ๐ Does the scenario I'm describing make sense?
yes
So should we use off_session since it's possible the card may be used in a Subscription at some point in the future?
Or is there a way to change it in the future if/when the user does set up a Subscription?
I would use off_session in your case since it gives you flexibility
Roger that! When I was reading this Stripe article (https://support.stripe.com/questions/what-is-the-difference-between-on-session-and-off-session-and-why-is-it-important) I noticed this part:
When a payment is made โon sessionโ, the customer is present on your website or mobile application and is trying to pay you. If the payment fails, they can try again with a different payment method. If the payment requires an additional action (going through 3D Secure, being redirected to a partner like Klarna, etc.) they can go through those steps immediately to complete the payment.
This made it sound like it had an impact on 3DS and such, which made me a bit nervous.
Sounds like that's not the case, though?
I mean that article is correct. But you're actively aiming to support the same card off session in the future, so it's best to set it up right upfront
Ok! Thanks for the help as always, @full vigil ! ๐