businesscoachsahil
Member
Kindly see
Whenever a woocommerce order is being executed, it enters Pending state
When payment is done, it still remains in Pending State
After 1-3 mins, It goes to Completed State or Failed state or Processing state. If payment is not done, it remains in pending state
As a result, pabbly triggers and order is captured in pending state.
Hence, notifications cannot be send to all orders without knowing their order was failed, completed or still pending.
I tried Delayed filter, but that simply delays, the response "pending" once fetched cannot be changed
I need a solution that woocommerce is triggered after 10-15 mins the order is created so that it fetches actual status.
If i use Order Updated, that is also not correct as it still fetches pending status of the order only.
So i wonder how people can use trigger with woocommerce
Whenever a woocommerce order is being executed, it enters Pending state
When payment is done, it still remains in Pending State
After 1-3 mins, It goes to Completed State or Failed state or Processing state. If payment is not done, it remains in pending state
As a result, pabbly triggers and order is captured in pending state.
Hence, notifications cannot be send to all orders without knowing their order was failed, completed or still pending.
I tried Delayed filter, but that simply delays, the response "pending" once fetched cannot be changed
I need a solution that woocommerce is triggered after 10-15 mins the order is created so that it fetches actual status.
If i use Order Updated, that is also not correct as it still fetches pending status of the order only.
So i wonder how people can use trigger with woocommerce