Does anyone else have this issue when trying to configure the PayPal payment method? I have a PayPal Merchant Account, and provided the following to Odoo's PayPal Integration option:
- API Key
- Secret Key
So from this perspective I should be all set - so I thought.
However, after inputting this information into Odoo. I receive the following error after trying to "Generate your webhook".
VALIDATION ERROR:
PayPal: The communication with the API failed. Details:
When I try making a test payment on my website, I'm receiving the following error:
PAYMENT PROCESSING FAILED
Odoo Server Error
Any help with this would be greatly appreciated!
Exact same issue here, any feedback @Odoo?
Same problem for us
Error comes from the following line in the source code
"PayPal: " + _("The communication with the API failed. Details: %s", msg)
Please provide the complete message, that will help identify the issue and resolve it.