English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do websites make applications like this using asp.net to charge credit cards?

2007-02-23 06:35:20 · 2 answers · asked by groundbrandon 3 in Computers & Internet Programming & Design

2 answers

In order to process credit cards online your software has to interface with a credit-card processing gateway. Roughly, what happens is:
Process a customer order and calculate the amount due
Customer fills in his payment and shipping information
Send the appropriate information to the processing gateway
Process the returned information (card accepted or declined) and complete processing of the order.

You will need a merchant account to let you accept credit cards, a gateway account, and a site security certificate. Shopping cart services can bundle all this together for you, along with the software to make it all run.

If you do want to roll your own, here's a user's manual for one gateway:
http://onlinemerchantcenter.com/docs/downloads/I_getting_started_guide.pdf

2007-02-23 07:50:17 · answer #1 · answered by injanier 7 · 0 0

depends on your application...is it winforms or webforms?

also, a credit card processing is done by a 3rd party(another company)

for webforms, there are 3rd party components avaiable, like a shopping carts, or you can also setup an account with paypal. I think paypal provide tools for what you want.

http://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/3p-solutions-ipntools-outside
check their website...

2007-02-23 15:49:25 · answer #2 · answered by Zlavzilla 3 · 0 0

fedest.com, questions and answers