Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm developing a bidding system and using paypal method.

Now, I want to my sytem auto send payment to a paypal account in a background.

We will store paypal account of system such as email, signature...

I'm a newbie paypal. I use .net to develop this system.

Please give me a advices!

Thanks,

Hien Phan
Posted

 
Share this answer
 
v2
Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from Paypal - the scope for fraud otherwise is far to large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!
 
Share this answer
 
Comments
dinhienhy 1-Jun-12 11:00am    
Thanks for your advices.
But my system has a business rule.
Let me explain:
- My system have 2 group user: customer and courier.
- Customer post a job and send system money through paypal (I could solved that)
- After courier finish job, I want to my system auto send payment for them through paypal. Amount of money send courier depends the money which have been sent system.

Could payal support auto send payment?

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