Product Support
Triggering verification on certain payment methods
Wordpress You can get to the order’s payment method via $order->get_payment_method() - the trick here is that the ids and titles are determined by the installed payment gateways. Here’s a way to get a list of them. $installed_payment_methods = WC()->payment_