QuickBooks Online Connector Error DAP-GE-3000 - ThrottleExceeded (429)

providerErrorCode=429
errorCode=003001
ThrottleExceeded
Block All for Non-compliant 3P
DAP-GE-3000

QuickBooks subscription is active.
Connection was working previously.
QuickBooks App Connections shows “UiPath for QuickBooks - Offline”.

Has anyone else experienced this issue?

@Mubbashir_rajput

Welcome to the community

As per error looks like you have sent too many requests from UiPath to the connector and quivkbook is blocking the api now…so check eith your quick book teams to unblock..also if your requests are high then api rate limits might need a change to avoid further issues

429 refers to too many requests from UiPath to quickbooks

Cheers

quick book say this problem from UiPath side this from quick team (you will need to contact the UiPath technical support team directly for assistance with handling API rate limits or adjusting the request pacing in your robot workflow )

anil-G bassed on your solution i conecte the quickbook team the said this problem is not from our side its from UiPath side

i donot know how to fix that its just this think wasting time . pls if you know any think pls help us

Hi @Mubbashir_rajput,

Could you please check whether your QuickBooks connection is still active? QuickBooks enforces a limit of 500 requests per minute per company, with a strict 10 concurrent request limit. Batch operations are limited to 40 requests per minute.

You can add a small delay between API calls or reduce the batch size for batch operations to avoid throttling issues.

Thanks

i try all these think , but


see in this image this is not going but payment is done quicik book team confirm that

@Mubbashir_rajput

The error you see is a response from quickbooks…providermessage is the exact response you get from the api owner

few things it says blocking non compliant 3p. can you check if access is allowed to UiPath via intuit?

Also is you connection from India? if yes then that might be the issue as well

please check the note

or looks like you are using oauth instead might need to shift to bring your own app…as that might be hitting throttle limits which is around 10 request per ID…so if you use Oauth method the limits would be combined for all connections

cheers