|
|
ASP.NET C#
Started by Jordan at 05-27-2008 12:48 PM. Topic has 2 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-27-2008, 12:48 PM
|
Jordan
Joined on 09-20-2005
Chicago
Posts 15
|
|
|
I'd like to add credit card processing to one of the asp.net 2.0 web sites I'm hosting on Webhost4life. I've done some searching on the web trying to find how this can be done using C# and got lost sorting through all the results that came back.
Does anyone have any recomendations on how to get started or 3rd party applications that make it easy to integrate credit card processing on my site?
|
|
|
|
|
Report
|
|
|
|
05-27-2008, 2:45 PM
|
admin
Joined on 08-10-2005
Posts 226
|
Re: Credit Card Processing
|
|
|
|
|
You should check with your credit card processing company. They all have api you can use to perform credit card processing on your site.
|
|
|
|
|
Report
|
|
|
|
05-29-2008, 4:12 AM
|
AGLV01
Joined on 05-29-2008
Posts 1
|
Re: Credit Card Processing
|
|
|
|
|
You can download tools from paypal.com. They have a Buy button that you can place on your aspx and all C# code ismprovided.
Also google paypal and C# as keywords, the codeproject (very good site) has some code too.
Important is to get return code "paid" from user so you can let user download stuff.
HTH
Gerard
|
|
|
|
|
Report
|
|
|
|
|
Webhost4life Fo... » General Discuss... » ASP.NET C# » Re: Credit Card Processing
|
|
|
|