Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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 :)
Posted
Comments
OriginalGriff 17-Jan-11 11:48am    
Why do you want to do this?

Start here[^], paypal development portal
 
Share this answer
 
Comments
Espen Harlinn 18-Jan-11 12:18pm    
5+ Sensible addition to Manfred's answer
Please let me elaborate a bit on why doing what you intend is an inherently bad idea. The general idea behind payment systems, like PayPal for instance, is that people don't want to trust the owner of a website that sells something or provides a service for pay. If the consumers would trust anybody with their bank account or credit card data there would be no need for these payment systems.
Enter your application: If your customers would trust you they could just as well give you all the information you need to make the nescessary money transfer.
My suggestion for you is to stay with the general procedure for paying via PayPal: Have a hyper link in your "About" dialog or wherever you see fit in your windows application and have it point to a page on your website from where the customer initiates the payment. This is what most people are already used to and generally accepted.

If you still have questions, feel free to leave a comment.

Best Regards,
Manfred
 
Share this answer
 
Comments
Espen Harlinn 17-Jan-11 15:40pm    
5+ Good point, I would even be sceptical about an embedded web browser control
Manfred Rudolf Bihy 17-Jan-11 17:18pm    
Funny Espen, that was one the things that sprang right at me too. I've done some experiments in preparation of an article and found some nice (nasty) things you can do with that.
Sergey Alexandrovich Kryukov 17-Jan-11 19:26pm    
Yes, the point's good (a 5), and I agree with Espen. Did you publish a particle on the topic already? Would be interesting to take a look.
Manfred Rudolf Bihy 17-Jan-11 20:16pm    
It's not even a "particle" of an article yet, but it looks promising.
vishnulalr 18-Jan-11 6:48am    
Sir i have a created a c# program and i want to sell my product through several websites.So i want to add a donate button on my c# program. so i can collect money from several users to my account

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900