CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Location
    Mangalore, Karnataka, India
    Posts
    21

    newbe: need Information

    Hi All
    I am new to Security programming. I am on a project which includes online purchasing. Can anyone give me some information about how implement security for credit card validation?
    Any help is hugely appreciated.
    srini.

    Srinidhi Rao

  2. #2
    Join Date
    Jan 2003
    Posts
    3
    Check Into PayPal.com

  3. #3
    Join Date
    Apr 2002
    Location
    Los Angeles, Ca
    Posts
    238
    There are MANY companies that specialize in doing online credit card acceptance, for a very nominal fee. Typically, it is just thru a link on your site that connects to their secure server(s). I have used several and have never had a problem or complaint.
    Personally, I would not use pay-pal again, but that is only my opinion.
    If you want to do it yourself, on your own server, you need to remember that each bank, or their parent company, has its own protocol. I find it alot more cost efficient, to simply pass the costs of monthly service and the per-transaction fee on to my client. They can decide whether to add that charge onto their customers or not. Search the NET and you will find the company that offers something that fits what you need.

  4. #4
    Join Date
    Apr 2002
    Location
    Melbourne, Victoria, Australia
    Posts
    1,792
    My understanding is that you need a 'merchant' account with a bank to be able to process credit card payments - and when you sign up for the merchant account, you get the software (or hooks to their software) to validate the CC payment.

    If that is NOT what you are doing, and for some reason, you have 'off line' reconciliation of CC's, then you need to contact the CC companies themselves and get them to give you the validation algorithm(s).

    There is also some commercially available software (I used it a couple of years ago) for offliine validation - its available in the USA, but I can't remember what it was called.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured