Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simulating on-site payment with an iframe #17

Closed
jedateach opened this issue Oct 11, 2013 · 4 comments
Closed

Simulating on-site payment with an iframe #17

jedateach opened this issue Oct 11, 2013 · 4 comments

Comments

@jedateach
Copy link
Contributor

A trick to simulate an on-site payment form is to display the external payment form inside an iframe.

It would be good to provide either tools, or instructions on how to achieve this.

@jedateach
Copy link
Contributor Author

This should be possible once the changes discussed to fix #35 are implemented.
Requires documentation.

@jameshoward
Copy link

The only issue with spoofing on-site payments is the lack of SSL and green bar in the address bar. By redirecting to PayPal, for instance, the user gets reassured that they are on a secure and trusted site when entering their payment details.

Not saying that it shouldn't be built in to the module, just that it I would argue it would have to be a config option rather than the default behaviour.

@jedateach
Copy link
Contributor Author

@jameshoward Yes, I agree with your concerns about not showing SSL/green in address bar.

Showing the gateway site within an iframe isn't planned to be the default behaviour, and yes should be enabled via config - perhaps on a per-gateway basis.

Adding a SSL cert to the merchant site might help alleviate the address bar concerns.

@bummzack
Copy link
Collaborator

I think this approach is destined to fail because of security standards.
I'm closing this as an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants