Paypal redirect URL issue
To test, login at a href="mailto:me@me.com" rel="nofollow"me@me.com/a, and the password is: password.
Click on menu from the bottom and then Create Group
Name the group and click next
Add any number in the two boxes, Questions / Members
from the dropdown any name
email: a href="mailto:me@me.com" rel="nofollow"me@me.com/a
and contact number can be any number.
Click next, and then Make Payment.
Make payment puts into motion getting the token, and then setting up the payment object. It then sends the object to Paypal, returns with the approval URL, and then sends it. The redirect goes to server code it collects the returning info, and its ready to execute the payment (the final) stage. All this works, accept I get a 400 or 401 error on the execute return. I have shared the server code also called urv_paypalPayments
Thanks