Capture payment method used to pay with PayPal Checkout/Orders API

I’m using the Standard Integration of PayPal Checkout (via the Orders API), and want to capture the actual payment method – which I believe PayPal calls a “funding source” – that the customer paid with, so that I can pass this value to my server and persist it to my database.

What API object do I need to call to get this information?