Reputation: 61
In my web application, all I am trying is to load stripe check out page in an iframe. However it is not loading and throwing the below error.
'Stripe Checkout is not able to run in an iFrame. Please redirect to Checkout at the top level.'
Can anybody help here? Any possibility or work around for integrating stripe check out page inside iframe?
Upvotes: 6
Views: 8445
Reputation: 3341
Stripe Checkout is not supported in an iframe. It requires a full page redirect so you should not try to embed it in an iframe and instead redirect your customer to the Checkout page.
Upvotes: 7