C# Credit Card processing

I've been looking around the net and haven't found a very sophisticated solution for incorporating a credit card processing solution that can be easily integrated into a forms .net application.

Ideally, I would like a single point of sale credit card terminal which can be talked to on a lan from a windows forms application using c#. It would be neccessary that the machine be able to process card numbers through .net forms and reply with a success or non success notication when the credit card is processed (plus transaction information)

Obviously, there are tons of online credit card processors but they all offer the service of taking credit cards over an html form, which is unneccesarry.

Does anyone know any services or credit card machines that can communicate using the c# windows forms

As always - thanks!




Answer this question

C# Credit Card processing

  • MohamadHamedi

    Hi,

    www.advam.com have a .net library for integrating into c# applications

    Cheers,

    Phillip


  • Grigory Vinevich

    http://www.nsoftware.com

    Also has components for credit card authorization. Has credit card gateway or direct.



  • Sivasubramaniyam V

    PCCharge is probably the most widely used. It comes as a COM service, you can easily integrate it into any C# app. http://www.gosoftware.com/

    They also have a java based server product to act as a clearing house for requests if you have many merchants that is relatively easy to integrate with C#.

    Cheers,

    Greg


  • luchtcm

    yeah this seems to be what i'm looking for thanks.

  • euroelettra

    Hi,

    I also need to integrate "Credit card processing" in my C# form. I have downloaded "PCCharge". But I don't know how to integrate it in my C# or vb.net form. You have said "It comes as a com service". I don't know how to use a com service. Would you please provide me necessary instructions or related links.

    bye

    Alvi


  • C# Credit Card processing