QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Official PHP SDK for QuickBooks REST API v3.0: https://developer.intuit.com/

Results 116 QuickBooks-V3-PHP-SDK issues
Sort by recently updated
recently updated
newest added

When installing the quickbooks/v3-php-sdk in codeigniter 3.x , it shows the following error: In RemoteFilesystem.php line 476: The "?pagelen=100&fields=values.name%2Cvalues.target.hash%2Cnext&sort=-target.date" file could not be downloaded: failed to open stream: No such...

The API documentation says an item (product) can be set as non-taxable for US companies and my sandbox is US but the attribute seems to be ignored when creating an...

PHP version: 8.1.9 SDK version: 6.0.5 The error occurs on a particular QuickBooks account to which I do not have access. The error occurs either when it tries to fetch...

I am getting a fatal error in the SDK code. The Tax rates all exist on QBO and work in sales items (they are all for expenses, revenue and assets)....

$dataService->DownloadPDF($invoice) results in a corrupt PDF file. The files are 15KB and appear to be fine, but appear blank in Chrome/Safari and MacOS preview says the file is damaged and...

Having some difficulty getting the Journal Entry to attach an EntityRef to the line item. I've tried manually creating the EntityRef array and passing it to the `Line::create` method. I've...