Webhook response
-
Hi,
I’m trying to catch the response of a successful order transaction. What happens to be received in the
GoodURL
parameter, which is fine.But I’m curious as to why there’s a webhook response API hook (as we usually see with other gateways like PayPal and Stripe):
add_action( "woocommerce_api_{$this}", array( $this, 'check_ipn_response' ) );
But this is never called if I’m not wrong. So could you clarify, if it’s just there for prototype purposes or is there any actual use-case?
Similarly, the
WC_Pelecard_Gateway::form()
method does not appear to be called either.I would appreciate your reply on this matter as I have a serious integration with Pelecard, so I don’t want to miss any transaction data.
Thanks
- The topic ‘Webhook response’ is closed to new replies.