Stripe - can't use strip payments from webview

It looks like stripe payments don’t work from the webview and I need to deploy each time I make a change so I can test stripe from the production domain. Any ideas to assist?

The domains are different for the dev vs production domains, so you’ll have to approve both for the callbacks on the stripe side

thanks I’ll give that a try

Did this work for you? If so, can you share what you did? Having the same issue. Everything was working in Stripe in Test Mode and went to Live Mode and of now the app is routing the user to the wrong page after payment success. Replit got totally confused when trying to detect when running in dev environment vs. production so I had it remove that conditional logic.