Retrieve Payment Method for Order in Wix Velo Backend

I’m trying to retrieve the selected payment method for an order in the Wix Velo backend. However, using await orders.getOrder(id) (imported via import { orders } from "wix-pricing-plans-backend";) does not return any payment method information.

Is there another method or a possible workaround to access this information?

have a read here to see if this will help