I am creating App for Quickbook in PHP
I am using https://github.com/intuit/QuickBooks-V3-PHP-SDK/
I want to make payments to multiple invoice in single API call. I see their example but those make single payment. I need multiple payments towards various invoice for different customers.
How that is possible?
Finally I found solution for me.
API have Batch Option to add multiple Objects in single Batch.
Thanks to everyone