-
Notifications
You must be signed in to change notification settings - Fork 46
Description
### Description
When handling the Mollie webhook for first-time payments, the webhook initially fails with an internal server error on the first one or two attempts, but typically succeeds on the third attempt.
Each failed attempt throws a different error:
-
No customer exists with token cst_xxxxx
-
Invalid customer mandate
(Related issue: #269) -
Undefined property: stdClass::$actions
(Related issue: #202)
We're using newSubscriptionViaMollieCheckout() to initiate checkout and are currently on Laravel Cashier Mollie v2.17, with no customization.
Log File
laravel.log
Video of issue
https://www.awesomescreenshot.com/video/39049454?key=24c3f3b0d821ba72849f8f79cda018da
Screenshot Of webhook
In this you can see that first 2 webhook calls are failed and 3rd succeeds.