$ order->get_payment_method(); // Get the payment method ID $payment_title ...
Or maybe the order ID, customer ID, billing info, payment method, total refunds and so on…
Order number; Payment details; Order date and time; Order status; Customer
Get an instance of the WC_Order Object from the Order ID (if required) $ order
Billing details; First name; Last name; Company name; Country; Address
WooCommerce also stores the preferred billing/shipping information, which
Get billing details from WooCommerce order. If you want to grab useful information like the ...
WooCommerce allows users to send customized order emails and
Update WooCommerce Order Address Dynamically When Customer
Yes, after an order created you can get details of it. The woocommerce_payment_complete hook is fired when the payment is completed.