ASP.NET + Testing SSL / ecommerce

Izi

Izi

Soldato
Joined
9 Dec 2007
Posts
2,718
Hi Folks,

How does every test payment gateways when developing?

If you have to keep uploading to a secure server and testing it becomes a PITA and I am sure there is an easier way!

Cheers
 
Install a locally generated SSL certificate? Or is that the wrong end of the stick? IIS7+ allows you to create and install one in a simple wizard. I use it to test IIS-host WCF services as our live servers use HTTP and HTTPS.
 
Welcome. It's much easier to do in IIS7+ than IIS6, although it's perfectly possible too. Just remember that the certificate will only "work" for localhost - any other connections will display the certificate error (allthough SSL still works).
 
Remember that if you are actually capturing numbers locally in your app before sending them off to a payment gateway/processor you'll need to be PCI compliant (and if selling the same solution to multiple people Payment Application certified too which costs £££££).
 
Remember that if you are actually capturing numbers locally in your app before sending them off to a payment gateway/processor you'll need to be PCI compliant (and if selling the same solution to multiple people Payment Application certified too which costs £££££).

not capturing credit card numbers no, just want the checkout process (entering address, PnP etc) to show as secure.

The user will then be taken off to the payment gateway provider.
 
Back
Top Bottom