#amaan_87081
1 messages · Page 1 of 1 (latest)
hi! yes this changed recently.
Previously, We utilized the following code snippet to retrieve the 3D Secure URL:
stripe_js_url = payment_intent.next_action.use_stripe_sdk.stripe_js
that was always the wrong way to do this and was never documented.
to handle 3D Secure you call confirmPayment in stripe.js on the frontend passing the PaymentIntent client_secret, you never parse fields inside use_stripe_sdk as it's explicitly documented to not be relied on.
Can you please share the documentation link for integrating it with frontend. Thanks