CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    121

    credit card authorization webservice

    Hi,

    I was just wondering if there are any credit card validation, authorization service out there? The best thing would be a secure webservice that would allow me to verify the credit card (number, available funds, etc...) Please let me know of your experience, quality, security and reliability of the service.

    Thanks.

  2. #2
    Join Date
    Jun 2002
    Location
    Philadelphia, PA
    Posts
    85
    I think it'd be a great idea if there were one, but I don't expect one for a while. The financial sector always seems to be the last one to use new technologies.

  3. #3
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    hi,

    I think you need to rely on 3'rd party .NET dlls which are network based. currently .net doesn't have a native work done on that ...
    so as it was said earlier there are .NET assemblies DLLs available which athenticates the credit card over the net.

    Paresh

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