#Chee Hong-stripejs
1 messages · Page 1 of 1 (latest)
👋 My colleague will take over soon. Just lurk in as I think it's better to provide context
the call confirmCardPayment doesn't have any parameter of off_session that you can pass in
so you don't need to worry about it in client
on serverside, when creating PaymentIntent, You can not set off_session=true when confirm=false, so it's uneccessary
so what you are doing is correct, but you can omit there 2 lines as well
stripeOptions.off_session = false
stripeOptions.confirm = false