Paypal Adaptive API return URL mapping with token
问题 I have been trying to solve the following issue from using Paypal Adaptive API. I have integrated Paypal Adaptive chained payment API with my website. When the user clicks on the "pay with paypal" button, it takes to paypal website for payment. My issues starts from here Paypal return to my returnURL, but how do i tie the original request for payment after the return. The returnURL is a HTTP GET with no query parameters from paypal. If i want to use IPN, this wont allow me to test in local