$YukiAccounting = new \FunkyTime\Yuki($api_key, 'accounting');
$status = $YukiAccounting->GetInvoiceBalance($inv_reference);
// Result: an array with keys 'openAmount' and 'originalAmount'
The Versions
27/072018
dev-master
9999999-dev
A php connector for Yuki's Sales and Accounting API (subsets), intended to create Sales Invoices and get back payment status.