I'm trying to use Paypal's recurring payments, my code works well on the sandbox but when I move to production I seem to have trouble.
In production, Paypal's response include the token as expected and I redirect the user to the checkout page, at that point, instead of getting the Paypal's checkout page, Paypal redirects the user again to the Paypal's business home page. No error messages, no notifications, nothing. It just redirects the user.
My guess is I may need to enable something in my Paypal's account (which is a business account, by the way) but I don't seem to be able to figure out what's going on. Any idea?
SOLVED: There was a typo in the checkout URL, and it seems like Paypal was redirecting to the home page instead of showing a 404 page.
SOLVED: There was a typo in the checkout URL, and it seems like Paypal was redirecting to the home page instead of showing a 404 page.