I’m using IppDotNetSdkForQuickBooksApiV3 version 14.7.0.1.
When creating payments in batches, I noticed that the SDK only allows 25 items per batch.
However, according to the QuickBooks Online API documentation (https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/batch), the API supports up to 30 items per batch.
I tested this directly via the API Explorer:
- sending 30 items works successfully.
- when I try more than 30 items, an exception occurs (as expected).
It looks like the SDK has a lower limit than the API itself.
Could this be updated so the SDK supports the full 30 items per batch?

I’m using IppDotNetSdkForQuickBooksApiV3 version 14.7.0.1.
When creating payments in batches, I noticed that the SDK only allows 25 items per batch.
However, according to the QuickBooks Online API documentation (https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/batch), the API supports up to 30 items per batch.
I tested this directly via the API Explorer:
It looks like the SDK has a lower limit than the API itself.
Could this be updated so the SDK supports the full 30 items per batch?