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

  • Next message: Tony Bukres: "Re: read and write file from network drive (NAS)"
    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
    

  • Next message: Tony Bukres: "Re: read and write file from network drive (NAS)"

    Relevant Pages

    • Re: Getting started with Postgres or MySQL
      ... developers job to check it before inserting it in DB, ... transaction gets store into a database. ... What if PayPal or any credit card processing ... "It is your responsibility to make sure the data is valid. ...
      (Debian-User)
    • Re: The Partnership is About Tools
      ... Quite some are using 3rd party components, only a margin really use Catalia etc. - as long as they have to find it on their own, and it's not part of the Delphi product. ... And you can use whatever you imagine to tell the developers that there is more, ... no way to pay via credit card. ...
      (borland.public.delphi.non-technical)
    • RE: users logs
      ... the developers sometimes have to troubleshoot code on production systems (we try to split dev and prod but are not always successful). ... developers have access to credit card numbers, ... believe that you can request card numbers with info explicitly for development ...
      (RedHat)
    • Credit card processing, how does one go about developing something like that for a website?
      ... How would you handle credit card validation in asp.net? ... provide developers with functionality to process credit cards? ... to use 3rd party software or service. ...
      (microsoft.public.dotnet.framework.aspnet.security)
    • Re: A stupid newbie question
      ... I need to get information to a third party credit card service that expects the information to come from a form using http post. ... Form submission is a client-side function, not a server-side function. ...
      (microsoft.public.dotnet.framework.aspnet)