Hi,

I need some advice on how to implement a payment method that uses a proxy to display secure pages.

Let me explain the problem...

When loading and displaying the page where you enter credit card information then the page should be loaded through a proxy provided by the payment gateway provider to ensure that all information entered is secure. This means that when the customer is about to enter credit card information he is redirected to the payment gateway which then loads and displays a nopcommerce payment page meaning that the customer won't notice that he actually left the shop giving him a better shopping experience. The user will be redirected to https://proxy.paymentprovider.com/proxy.aspx?merchantnumber=1234567&amount=123&url=www.myshop.com/CheckoutPaymentInfo.aspx. When the user have entered the credit card information and clicks next the information would be sent to the payment gateway and processed and afterwards the user would be redirected to either an accept or failure page in nopcommerce.

Could someone please give some advice on how to implement this type of payment method?

Thanks!

Best regards,

Morten