webhook for order.updated with processing status is not fired
-
we configured a webhook for order.created, and order.updated and then when out server will process order when it’s status is processing (which means customer finished their payment).
Most of the orders are processed fine, but occasionally the webhook is not called correctly (about 4-5 out of 50 orders show this behavior).
Looking at the logs, I see
For the webhook that worked fine, it is called 3 times, as follows- order.created with pending status
- order.updated with pending status
- order.updated with processing status
However, if something goes wrong
- order.created with pending status
- order.updated with pending status
There are only 2 webhook calls recorded and the - order.updated with processing status is not in the history.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘webhook for order.updated with processing status is not fired’ is closed to new replies.