You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Mollie in Commerce 5, I get an error when trying to pay through Mollie. I'm using the provided example templates, so no errors on my side. I'm using a Mollie test api which is working perfectly fine on a Commerce 3 install. The payment options I activated in the Mollie dashboard all get shown, so far so good. So the api key works and I can retreive info from my Mollie account. It's when submitting the payment form, the error occurs. The error I get is:
Client error: `POST https://api.mollie.com/v2/payments` resulted in a `422 unknown` response: {"status":422,"title":"Unprocessable Entity","detail":"The webhook URL is invalid because it is unreachable from Mollie' (truncated...)
Steps to reproduce
Add Mollie as a gateway, fill in a correct api key
bartrylant
changed the title
POST https://api.mollie.com/v2/payments resulted in a 422 unknown` response
POST https://api.mollie.com/v2/payments resulted in a 422 unknown response
Sep 6, 2024
Description
When using Mollie in Commerce 5, I get an error when trying to pay through Mollie. I'm using the provided example templates, so no errors on my side. I'm using a Mollie test api which is working perfectly fine on a Commerce 3 install. The payment options I activated in the Mollie dashboard all get shown, so far so good. So the api key works and I can retreive info from my Mollie account. It's when submitting the payment form, the error occurs. The error I get is:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: