Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Paypal for booking tickets.

I wish to use the refund facility in case of cancellation of booking.

Does the admin have to log into their paypal accounts to initiate the refund? or does the paypal refund api allow the admin to refund the amount without logging in to their paypal accounts? I want this to be an automatic process once the cancellation is approved.


Thanks
Posted
Comments
Orcun Iyigun 5-Apr-13 3:13am    
Have you read the documentation for paypal refund transaction process? This[^] might help you.

1 solution

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 themselves - the scope for fraud otherwise is far too 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
Manfred Rudolf Bihy 5-Apr-13 4:33am    
Sorry Griff for the down vote as OP didn't ask for code, but rather if a certain scenario was possible or not with paypals API.
This time your text component doesn't fit. :(

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