Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embed PayPal in an IFRAME

Is it possible to embed paypal in an IFRAME. I have tried to do this but it just came back a blank page as if there was nothing on it. I dont want to use adaptive payments. Is this possible?

Thanks

like image 310
Wesley Skeen Avatar asked Feb 27 '12 11:02

Wesley Skeen


1 Answers

They are probably prohibiting it by setting the X-FRAME-OPTIONS header. It's a security measure and there is no way to work around it.

If you have a payment running through PayPal, you can provide a "back to site" link - that's all you can do.

like image 99
Pekka Avatar answered Oct 19 '22 21:10

Pekka