{"id":18187377,"date":"2024-12-09T13:54:59","date_gmt":"2024-12-09T13:54:59","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/_after_webhook_action-hook\/"},"modified":"2024-12-09T13:54:59","modified_gmt":"2024-12-09T13:54:59","slug":"_after_webhook_action-hook","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/_after_webhook_action-hook\/","title":{"rendered":"_after_webhook_action hook"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I used the below hook to check if payment is chargeback &#8220;_after_webhook_action&#8221;<br \/><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u00a0add_action('mollie-payments-for-woocommerce_after_webhook_action', 'mollie_webhook_handler', 10, 2);<br \/><br \/>\u00a0function mollie_webhook_handler($payment, $order)<br \/>\u00a0{<br \/>\u00a0 \u00a0 \u00a0$orderId = $order-&gt;id;<br \/>\u00a0 \u00a0 \u00a0 \u00a0 $metaValue = get_post_meta($orderId, '_mollie_processed_chargeback_ids', true);<br \/>\u00a0 \u00a0 \u00a0 \u00a0 if ($metaValue) {<br \/>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\/\/ condition<br \/>\u00a0 \u00a0 \u00a0 \u00a0 }else{<br \/>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \/\/ do stuffs<br \/>\u00a0 \u00a0 \u00a0 \u00a0 }<br \/>\u00a0}<br \/><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The above code works after redirect from mollie to the website , but during any webhook action it should trigger as per my understanding when looking to the core plugin code. <br \/><br \/>But this hook has not triggered after chargeback hook which executed inside mollie account. but webhook has changed the order status to on-hold as per core plugin feature, why this hook is not called ? how to run hook for chargeback webhook actions ?<\/p>\n","protected":false},"template":"","class_list":["post-18187377","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/18187377","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/18187377\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=18187377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}