CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    15

    credit card validation

    hi Folks,
    I want to create a commercial website. How can we validate the credit card informatiom ? The validation should include credit card number, expiry date and the owner of that card. Are there any commercial utilities available to do this ?

    Please let me know soon .

    Thanks in advance
    Niranjan


  2. #2
    Guest

    Re: credit card validation

    you will have to get in touch with the bank. They normally provide
    the list of false credit cards. You probably have to interface with the
    bank's system to validate it for you. Many banks now publish interface
    to their systems in a secured manner.

    Best is to get in touch with a good bank. The banks who do not offer
    internet banking, Please do not even bother asking them.


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