Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using paypal in a website.

I have one problem.
There is a page from which I can redirect to the paypal site.

In that page records come from the query string, and after payment I will redirect to that page and query string record not found.

So there is any provision to maintain the query string records?
Session is one solution, but can I send our own value to the paypal site and after returning to that page I can get these values.

How can I send the return page url to the paypal system?

Please provide me solution of this problem.
Thanks
Posted
Updated 22-May-11 0:21am
v2
Comments
Dalek Dave 22-May-11 6:21am    
Edited for Grammar, Syntax and Readability.

1 solution

This is an interesting issue. I would expect that Paypal would not support the your query string upon redirection, but I was wondering if you could take advantage of the Paypal API express checkout functionality. This functionality is already built for you, and you can obtain payment authorization in this way. Take a look at this page and step 3 under Getting Started.
PayPal API
 
Share this answer
 
Comments
NareshChingu 8-Jul-10 7:58am    
Thanks sir
Dalek Dave 22-May-11 6:22am    
Fair enough answer.

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