C# Paypal integration windows application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • huhuhujujuju
    New Member
    • Dec 2009
    • 4

    C# Paypal integration windows application

    Ok, for better explanation i better describe a situation:
    A user starts my program c# windows application
    He fills out whatever information he has to and clicks a "donate" button
    that makes his paypal account transfer the ammount specified to another paypal account specified by the program

    Thats the program i want to create but i dont know how to connect paypal with may app

    Any solutions, codes or programs you know that can accomplish this?

    Thanks in advance :)
  • huhuhujujuju
    New Member
    • Dec 2009
    • 4

    #2
    OK i found the some code here:



    But it would be nice if someone could explain it to me :)

    Comment

    • vishal1082
      New Member
      • Apr 2009
      • 92

      #3
      it looks like it is some paypal API?, normally these API's have well-built documentation for them, the code is though surprisingly easy to understand though its built on a website not WinForms.

      Comment

      Working...