#abranti
1 messages · Page 1 of 1 (latest)
It doesn't sound like a Stripe error. Can you share a screenshot of what you're looking at?
I am trying to embed this table in Flutter. I have tried multiple approaches now, this one is almost working (works when I am on http but not when I am on https)
No idea about this sorry. We don't have first party support for flutter and it doesn't seem like the error is coming from Stripe so not sure how much we can help.
Do you know how to get Stripe pricing tables to work from inside an iframe?
You'd likely need to set allow-top-navigation on the iframe
https://stripe.com/docs/payments/checkout/pricing-table#:~:text=Checkout redirect—The pricing table can’t redirect customers to checkout if your website provider sandboxes the embed code in an iframe without the allow-top-navigation attribute enabled. Contact your website provider to enable this setting.
Cool that will help