I have task to provide my users with financial reports.
My application is sharing profit with users for using special advertisement.
PayPal report page should actually be a PayPal site frame inserted into our site – which is the actual Paypal reporting system OF OUR PAYPAL ACCOUNT that shows the transfers for that specific user.
Is it possible to do ? As I know PayPal is blocking frames or I’m wrong ?
If it is impossible I should provide some role to user when user sign up on my site ?
All PayPal URLs will break out of iframes. The X-FRAME header is set to SAMEORIGIN on all their sites. Do a search here and you’ll see that:
You cannot (and should not try to) get around this.