Click here to Skip to main content
15,884,823 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can we integrate Paypal payment process in my own site without redirect to Paypal Site. Actually my need is when i click on payment button then it shows deducted amount in my site. Means on payment button it checks credit card credentials automatically(i dont want to redirect this to Paypal site) & show deduct money. I know for this i have to integrate paypal API but i dont know the exact process. Anyone who have done such kind of work before Kindly share me your valuable information.
Posted
Updated 12-Oct-12 1:32am
v2
Comments
Mas11 12-Oct-12 7:42am    
Hi nelek, if you dont mind . My question doesn't make any sense?

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
Mas11 12-Oct-12 7:52am    
Thanks bro !! for such great & valuable information. But in my case (above question) it would be possible. If yes then please share to me.
OriginalGriff 12-Oct-12 8:01am    
Is there a part of "Never, ever, accept code from a insecure website" that you don't understand?
Hi, this can be done by using "Paypal PayFlow Pro Account". This account provides facility for Transaction in own site without redirect to Paypal
 
Share this answer
 
v3

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