Re: Credit card processing, how does one go about developing something like that for a website?
From: Tony Bukres (tony_at_dotnet-hosting.moc)
Date: 06/27/05
- Previous message: Vinod: "Security (Urgent!!!)"
- In reply to: levon: "Credit card processing, how does one go about developing something like that for a website?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 27 Jun 2005 08:52:54 -0700
On Fri, 24 Jun 2005 20:29:17 -0500, levon wrote:
> How would you handle credit card validation in asp.net? Does ASP.NET
> provide developers with functionality to process credit cards? Do we have
> to use 3rd party software or service. If so how would it tie in with our
> development. Is it done through webservices?
>
Every credit card processor has a different processing method. Usually it's
an http post with the info. A good credit card processor would have samples
in different scripting langauges. You can find one in asp.net. If not,
translate from another language or search the web for someone who
contributed their code. In general it's pretty simple to implement. See the
.NET Webclient class on how to http post.
Tony
-- http://www.dotnet-hosting.com Free web hosting with ASP.NET & SQL Server No ads - Innovative features
- Previous message: Vinod: "Security (Urgent!!!)"
- In reply to: levon: "Credit card processing, how does one go about developing something like that for a website?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|