Paypal generates no feedback to the Aimeos Shop

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
iresults
Posts: 18
Joined: 28 Aug 2020, 13:36

Paypal generates no feedback to the Aimeos Shop

Post by iresults » 14 Sep 2020, 07:30

I would like to set up the integrated payment method PayPalExpress and have created a Paypal Sandbox account for this purpose.

My settings are:

paypalexpress.ApiEndpoint = https://api-3t.sandbox.paypal.com/nvp
paypalexpress.PaypalUrl = https://www.sandbox.paypal.com/webscr&c ... token=%1$s
paypalexpress.url-validate = https://www.paypal.com/webscr&cmd=_notify-validate

paypalexpress.AccountEmail, paypalexpress.ApiPassword, paypalexpress.ApiSignature and paypalexpress.ApiUsername are set as indicated in the Sanbox settings.

The call of Paypal works as expected. I can log in (also with Sandbox access data) and execute the payment.

But then I get stuck in PayPal. The Paypal User Acccount remains open and there is no feedback to the store and the order remains as unfinished.

What do I have to consider so that Paypal gives feedback to the store? Do I have to define a corresponding URL somewhere?

Thanks for any help!

System:
TYPO3 9.5.21 / PHP 7.2
Aimeos TYPO3 Extension 20.7.1

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Paypal generates no feedback to the Aimeos Shop

Post by aimeos » 15 Sep 2020, 20:39

Can you please check, if the checkout standard plugin contains a reference to the page where the checkout confirm plugin is locatedin the flexform?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

iresults
Posts: 18
Joined: 28 Aug 2020, 13:36

Re: Paypal generates no feedback to the Aimeos Shop

Post by iresults » 16 Sep 2020, 06:12

Thanks for the answer.

Yes, the page with the confirmation plugin is set correctly. Other payment methods (invoice, prepayment) work correctly.

Can I check somewhere in the source code if the information is passed correctly to Paypal?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Paypal generates no feedback to the Aimeos Shop

Post by aimeos » 16 Sep 2020, 20:36

Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

iresults
Posts: 18
Joined: 28 Aug 2020, 13:36

Re: Paypal generates no feedback to the Aimeos Shop

Post by iresults » 17 Sep 2020, 06:51

I found out that in my TYPO3 site configuration the entry point was set relatively to "/". I need to set this entry to the absolute domain "https://www.example.com/". Now it works without problems. Thanks for the help.

Post Reply