#hellotika
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Yes that is how Setup Intents save credit cards since you aren't charging them at the time.
so there is really no use case where we will call setup intent create with off_session: false then?
You can set usage: "on_session" if you ony plan on using the saved payment method when your customer is on-session
https://stripe.com/docs/api/setup_intents/object#setup_intent_object-usage
But if you do not pass the value in it will default to "off_session"
can we update from onSession to offSession after saving the pm?
No
thank you
Happy to shed what ๐ก I can ๐
follow up question...do you know if there is any implication w.r.t potential for card issuer rejecting if saving it on/off?