#ashishchicmic
1 messages · Page 1 of 1 (latest)
hi! there are multiple ways to handle 3D Secure. Can you elaborate on the exact problem you're facing or the requirements you have?
we have multiple subscriptions in our portal, when a user tries to purchase another subscription with already created payment method i.e 3ds card. It returns client secret. But at the time of another subscription we dont have card element on frontend. how to proceed with that?
not really completely understanding, do you have an example I can look at?
but for instance you can call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-attached to confirm an Invoice's PaymentIntent's client_secret on the frontend without needing a CardElement, if the Invoice already has a PaymentMethod.
Ok thanks