hw does online shopping carts work?specially regarding the credit cards?

shopping cart systems
D for drunk asked:


i want to know the internal aspects of an online shopping cart.i am thinking of implementing one using ASP.NET.But how should be the credit card system work regarding CHECK OUT with the bank.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Webnews
  • MisterWong
  • Y!GG

2 comments to hw does online shopping carts work?specially regarding the credit cards?

  • Kamlesh

    When it comes to payment options, nothing is more convenient than electronic payment. You don’t have to write a check, swipe a credit card or handle any paper money; all you have to do is enter some information into your Web browser and click your mouse. It’s no wonder that more and more people are turning to electronic payment — or e-payment — as an alternative to sending checks through the mail.

  • Mahesh Ramichetty

    The credit card payment information is being validated using the secure gateways that are provided by the different banks like citi bank…etc.The only thing that u need to do is to provide the link to the secure gateway payment that is provided by different banks in your application.Once the user had entered the credit card information then a check is made against the information that is available in the data base.Generally the information related to the cards is being maintained in the legacy systems which are nothing but the main frame systems.The information from these systems is refreshed in to the other RDBMS on a daily bases by running the batch process.This is done to do all the validity checks when the payment is made.The information that is being exchanged is done in the https for the security reasons and also the encryption is used to secure the information that is being exchanged.

You must be logged in to post a comment.