#TLShadow
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Not very familiar with Woocommerce, but what is your question ?
ok let me refrase a bit
we do have an linine payment .. .and use setup intents to create a intent and then fullfill the payment though this causese 2 3ds dialogs
though .. when looking at the stripe plugin this does not happen
we figured out stripe uses sources to create a payment source of the card and then send that with the completed order
though i have been told that source does not support SCA ... and would be the less preferred way to do things
so i went and implemented a setup intent flow .. to colelct card data .. send the intent with the order and complete payment which works .. though causes 2 3ds dialoges which will most likley drop any acceptence on customer side
so i'm wondering if i did something wrong or is there any middle groudn .. maybe reuiring just a authentication
gist of it is .. we have a form .. collecting billing information and payment information on page (and we don#t have jetzt a legal order) ... and once you submit this we need to verify al information and then craete a order and then we can initalize the payment intent as usual.
target is to colelct card inofmratio non that page without saving or sending it to our server.
so i went and implemented a setup intent flow
Not sure that you can do this using woocommerce plugin:
https://woocommerce.com/products/stripe/
Probably you should create you own integration for that, or look if there is another plugin in the community that can do this
kay nvm then, i guess it goes way to deep, thanks anyways ๐
Yeah sorry, but don't hesitate to come back if you have any follow up Question regarding Stripe products ๐
yeah i do ๐ and you guys doing a great job !