Skip to main content
Question

3d secure with web billing breaks flow

  • February 18, 2026
  • 0 replies
  • 32 views

ole_berlin
Forum|alt.badge.img+3

Hey, I implemented a webfunnel with NextJS. One step is a RC paywall, using the revenuecat js sdk. There is an issue with 3D secure.

When a user completes the step, the 3DS bank verification return URL opens the domain root instead of the page where the paywall was initiated. For the user this breaks the flow. Instead of seeing the paywall success screen and after that the screen to download the app, they are being sent to our home page. The original tab stays open, but nobody understands that because they just see the home page. That means the paywall is not usable for anyone using 3d secure.

How do I configure the correct return URL for Web Billing? This should be an option in the sdk when presenting the paywall.

We use Web Billing with Stripe.

Edit: To clarify: This works well with the Stripe Test Card with 3DS. The issue is the banking app of a real card we test this with opens the site root in a new tab.

This post has been closed for comments