Reputation: 141
I'm creating a Recurring Payment Profile on Paypal, first step is I logged in on the developer.paypal.com website and entered on sandbox website then logged a sandbox account credentails.
Then upon redirecting for Paypal Authorization (see link below) https://www.sandbox.paypal.com/webscr&cmd=_express-checkout&token=EC-5N576060NN902951N
I get this error: Paypal Error: Dispatch Error, please check logfile for more information
Any ideas?
Upvotes: 3
Views: 2058
Reputation: 23
Unless you are not using the latest version of the api your redirect url should be
https://www.sandbox.paypal.com/incontext?token=EC-5N576060NN902951N
Upvotes: 1
Reputation: 141
Apparently, I shouldn't log on my developer paypal account and just use the sandbox account, which is different from before.
Upvotes: 1