PayPal integrate
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
PayPal integrate
Hello everbody , i am trying to integrate the paypal payment
i have added all the field in dashboard , with the sandbox details but i try to do the checkout
i got redirect to the paypal account dashboard and no payment is made here is the photos .
PHP version : 8.0.30
Aimeos version : 2023.10
i have added all the field in dashboard , with the sandbox details but i try to do the checkout
i got redirect to the paypal account dashboard and no payment is made here is the photos .
PHP version : 8.0.30
Aimeos version : 2023.10
- Attachments
-
- Screenshot_12.png (42.13 KiB) Viewed 29619 times
-
- Screenshot_11.png (52.01 KiB) Viewed 29619 times
Re: PayPal integrate
From your screenshots it's not possible to see what the problem could be. Can you please add a screenshot from the configuration of the service item for the PayPal payment option?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: PayPal integrate
here is the configuration
- Attachments
-
- Screenshot_14.png (35.57 KiB) Viewed 29604 times
Re: PayPal integrate
Looks OK. Did you use the PayPal NVP credentials (not the one for the REST API)?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: PayPal integrate
yes i used :NVP/SOAP Sandbox API credentials , the idea is the after i add paywith paypal the windows goes direct to paypal dashboard and nothing happen
Re: PayPal integrate
The paypalexpress.PaypalUrl setting is wrong and must be:
Code: Select all
https://www.sandbox.paypal.com/webscr&cmd=_express-checkout&useraction=commit&token=%1$s
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: PayPal integrate
thanks bro that helped me a lot.