#damo-paymentelement-savedpms

1 messages · Page 1 of 1 (latest)

gloomy valeBOT
dapper bridge
#

@obtuse shard No that is not possible today though we are working on this

#

No timeline for shipping this but it's definitely something we've heard a lot about and want to support in the future

#

damo-paymentelement-savedpms

obtuse shard
#

ah okay, fair enough. thank you.

in terms of the "SetupFutureUsage" would you be able to clarify what "ON_SESSION" actually changes? from the documentation I can see that "OFF_SESSION" would allow us to attempt to confirm payments without customer interaction, but i'm not too clear on what "ON_SESSION" is doing as I wasn't able to trigger the test 3ds pop even when using a saved card that required authentication

dapper bridge
#

on session means that you can save the PaymentMethod but it can only be re-used in the future when the customer is "on session" which means they are on your website/app confirming a payment and ready to go for example through 3DS or any other type of next action

obtuse shard
#

ah okay, so in the case that I have a payment _intent like "pi_3MyGlCBAfHXJh6Di0GhakX0y" which is in a state of "3D Secure attempt incomplete" what is the expected step to trigger the 3DS authentication popup? as calling stripe.confirmPayment() doesn't seem to trigger it like it would for a non-saved payment_method.

dapper bridge
#

calling confirmPayment() client-side in this case should just work

obtuse shard
#

hmm, okay. Well I'll do some more targeted testing on my end to try and see what's wrong then. It's more likely to be an issue with how I'm building my form I guess.

Thank you for the help.