#oussema - 3ds
1 messages · Page 1 of 1 (latest)
I'll get to this in a moment. Need to catch up
So to clarify, this integration is for subscriptions?
yes i am using subscriptions and a client tried to pay and his card has 3d secure enabled but th popup didn't show
plus i am using react and react-stripe-elements
i didn't am sorry,it was someone else's project and i came to build on it
Ok let me check with colleagues here
react-stripe-elements is a legacy project but still should support 3ds
Let me check on this
yes of course tahnk you very mcuh
Can you try, in test mode, to charge with the 3155 card and see if you get a modal? https://stripe.com/docs/testing#regulatory-cards
i'll try it and get back to you,thank you
so i get this error : index.js:1406 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method.
in CardForm (created by InjectStripe(CardForm))
tries to figure out what is sais but i couldn't
Thank you for the update, looking in to that message. Is that warning impacting your functionality or is it just a warning as far as you can see?
it is impacting the functionality , the popup doesn't show am afraid
@normal quiver this looks like a basic warning in your integration saying something is wrong with your own React code. We can't really help without more details and you are using a pretty legacy library.
Have you considered moving to Checkout instead? This would likely drastically simplify your integration: https://stripe.com/docs/payments/checkout