0

I have implemented the flutter_stripe package with flutter and it works fine in mobile but when tested on web I always get this error :

You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS.

Also I have the flutter_stripe_web package added to pubspec.yaml, My website already has https and the payment node.js code is hosted on firebase functions, so what am I doing wrong?

3
  • is your frontend hosted on https as well, not just your node.js code? Could you provide some code or even better a way to access your website and see what's happening there? Commented Jan 5, 2024 at 12:37
  • My website is hosted on netlify, here's the link: bookdoor ... I honestly don't know if my front end has https or not, is there a way to know? Commented Jan 5, 2024 at 12:57
  • where's the page that has the Stripe.js code? Commented Jan 5, 2024 at 13:34

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.