Get InvoiceDetails from OrderId

I have customer paid on Infusionsoft and returned to my website with having OrderId in the URL.

I can get Invoice Details using OrderId?

I am using PHP SDK

Yes, you can. Use the order id to query the invoice table. Then you’ll use the invoice id to query the invoice items table. If you need the original order information then you would query the job table (old name for orders)