#jason_paymentintent-sfu

1 messages ยท Page 1 of 1 (latest)

near lanceBOT
#

๐Ÿ‘‹ 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.

fallow shoreBOT
thorny anchor
#

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.

full vigil
#

jason_paymentintent-sfu

olive egret
#

Right, I understand that. ๐Ÿ™‚ Does the scenario I'm describing make sense?

full vigil
#

yes

olive egret
#

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?

full vigil
#

I would use off_session in your case since it gives you flexibility

olive egret
#

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?

full vigil
#

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

olive egret
#

Ok! Thanks for the help as always, @full vigil ! ๐Ÿ™Œ