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:
Hi all
I developed e-commerce website , and use Paypal.com website for the payment process ,
How do I know that the customer has successfully completed the payment transaction ?
I created a return page for success, but the customer can be requeste it directly !
What is the best strategy to do this ?

best regards
Posted

1 solution

Refer

1. "Payment Process" section in Use of the PayPal payment system in ASP.NET[^]
Quote:

Description of Main Parameters
.....
return:- This is the URL where user will be redirected after the payment is successfully performed. If this parameter is not passed, the buyer remains on the PayPal site.

2. PostPayment Processing [AutoReturn][^]
Quote:
AutoReturn is the simplest PostPayment processing solution that you have - after the user pays, he is automatically* redirected to a specified page on your website on which you can display some confirmation text. If you carefully went through "HTML Variables for Website Payments Standard", you know that you can use a return variable to specify
 
Share this answer
 
Comments
ocean99 12-Jun-13 1:14am    
Thank you ^_^
Most Welcome. My Pleasure. :)

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