moyocoto Posted April 5, 2021 Share Posted April 5, 2021 I tried the Prestashop Checkout module, but it’s not working! It only worked once. Customers are not able to pay with paypal or credit card. I have reseted the module, and still not working. It tries to launch the PayPal checkout but then just disappears It also does enable credit cards. Can someone that has also had this problem help. Regards Link to comment Share on other sites More sharing options...
skijump Posted May 10, 2021 Share Posted May 10, 2021 Does PayPal Checkout addon disappear when a person is registered and logged in? Mine disappears only when a guest or visitor arrives on the site. Link to comment Share on other sites More sharing options...
DenaliShop Posted April 8, 2022 Share Posted April 8, 2022 Any update on this one We have exactly the same issue - only started this month Prestashop support have been contacted and no answer or solution for 3-4 days. Appears to be an issue with the module's authentication with paypal api from what we have seen Link to comment Share on other sites More sharing options...
Nickz Posted April 8, 2022 Share Posted April 8, 2022 28 minutes ago, DenaliShop said: We have exactly the same issue - only started this month check for changes in PHP on your server. Link to comment Share on other sites More sharing options...
DenaliShop Posted April 8, 2022 Share Posted April 8, 2022 what changes specifically are we looking for Link to comment Share on other sites More sharing options...
Nickz Posted April 8, 2022 Share Posted April 8, 2022 Php Version changes, Updates. Ask your provider. Link to comment Share on other sites More sharing options...
DenaliShop Posted April 8, 2022 Share Posted April 8, 2022 No changes - we run our own dedicated server Link to comment Share on other sites More sharing options...
DenaliShop Posted April 8, 2022 Share Posted April 8, 2022 so far we have broken the issue down to the following: {name: "NOT_AUTHORIZED", details: [{issue: "PERMISSION_DENIED",…}],…} debug_id: "f493127b4d7da" details: [{issue: "PERMISSION_DENIED",…}] links: [{href: "https://developer.paypal.com/docs/api/orders/v2/#error-PERMISSION_DENIED",…}] 0: {href: "https://developer.paypal.com/docs/api/orders/v2/#error-PERMISSION_DENIED",…} message: "Authorization failed due to insufficient permissions." name: "NOT_AUTHORIZED" Trying to work out why Link to comment Share on other sites More sharing options...
skijump Posted April 8, 2022 Share Posted April 8, 2022 Our installation has been working for the last 6 months without issue. We have upgraded and downgraded our PHP versions without issue. Just noting, best! Link to comment Share on other sites More sharing options...
Jeff Dee Posted March 22, 2023 Share Posted March 22, 2023 I'd take an advice too on this matter, we have the "Authorization failed due to insufficient permissions" when we try to complete the transaction either by paying with paypal or with credit card through ps_checkout. Any body got a clue what can be hapening? Link to comment Share on other sites More sharing options...
Nickz Posted March 22, 2023 Share Posted March 22, 2023 3 hours ago, Jeff Dee said: I'd take an advice too on this matter, we have the "Authorization failed due to insufficient permissions" when we try to complete the transaction either by paying with paypal or with credit card through ps_checkout. Any body got a clue what can be hapening? Check if all permissions set correctly, and sinde when do you see that message? Link to comment Share on other sites More sharing options...
Jeff Dee Posted March 23, 2023 Share Posted March 23, 2023 Nickz, what permissions are you referring to exactly? FYI we use presta 1.6.1.18 and PHP 5.6. The problem was there from day one, we couldn't acheive to proceed to a payment with checkout... Link to comment Share on other sites More sharing options...
Janett Posted March 23, 2023 Share Posted March 23, 2023 Try to reset the module ? Link to comment Share on other sites More sharing options...
Nickz Posted March 23, 2023 Share Posted March 23, 2023 3 hours ago, Jeff Dee said: Nickz, what permissions are you referring to exactly? FYI we use presta 1.6.1.18 and PHP 5.6. https://docs.prestashop-project.org/1.7-documentation/user-guide/configuring-shop/advanced-parameters/team/permissions 1.5 is more similar Link to comment Share on other sites More sharing options...
DenaliShop Posted April 26, 2023 Share Posted April 26, 2023 This has been solved - it looks like when prestacheckout updates or paypal release a new security patch on their server it can result in the api connection breaking. Its a case of clearing the checkout api stored credentials and cache on paypal so it can reset the connection after their updates which has worked no problem for us The other reason it can happen is api demand / load is too high at the exact time checkout happens resulting in a starvation of resources hence the timeout Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now