Hi Everyone,
I am developing a test e-commerce web application that allows customers to check out and make payments.
After the customer clicks on "Check Out," they are redirected to a payment gateway to complete the payment.
However, I would like the payment gateway to be embedded directly on the page. How can I achieve that?
I have tried using an iframe, but it displays an "X-Frame-Options: SAMEORIGIN" error. I have not enabled CSP on my website.
Could you share which payment gateway solution you plan to integrate?
Hello Drexxor,
For the IFrame error you can try the fix suggested on below post.
https://www.outsystems.com/forums/discussion/43527/x-frame-options-setting/
Hope it helps!
Junaid
Hi,
Based on the payment gateway documentation(API) so that custom rest API for processing it.
Hi Drexxor,
Which payment gateway are you using?