Page 1 of 1

Problem with PaypalExpress

Posted: 25 Feb 2022, 10:58
by crazyforester
I have a problem with PaypalExpress payment.
Everything goes perfect till the final when paypal site opens with url https://www.paypal.com/webscr&cmd=_exp (this is set in paypalexpress.PaypalUrl)
then it forwards to Error page , not appearing Login screen of Paypal
Did anyone come across the problem? Thanks

Re: Problem with PaypalExpress

Posted: 27 Feb 2022, 16:56
by crazyforester
I use the parameter &C=EUR following the recommendations here
Re: problem with second price of the products

Could this be the problem?

Re: Problem with PaypalExpress

Posted: 28 Feb 2022, 09:40
by aimeos
The URL for PayPal isn't generated by the TYPO3 UriBuilder so that shouldn't be a problem.
What error message is shown?

Re: Problem with PaypalExpress

Posted: 28 Feb 2022, 10:11
by crazyforester
I have included with images what happens
Image
Image
Image

There is no error in the log of Aimeos. Second image shows empty page and reloads the error page

Re: Problem with PaypalExpress

Posted: 28 Feb 2022, 10:20
by aimeos
The "paypalexpress.PaypalUrl" is

Code: Select all

https://www.paypal.com/webscr&cmd=_express-checkout&useraction=commit&token=%1$s
There are parameters missing in yours.

Re: Problem with PaypalExpress

Posted: 02 Mar 2022, 05:14
by crazyforester
thank you. That were the problem
you have written "There are parameters missing in yours."
Are there other parameter missing?

Re: Problem with PaypalExpress

Posted: 03 Mar 2022, 09:18
by aimeos
Don't think so.