0
votes

I'm getting an error with Plaid that my rate limit has been exceeded, since I have 5 items in use on my developer account. I have only used Plaid on my localhost from my browser, and the quickstart app to look up my actual accounts. I'm confused how it thinks these are new systems - and also how to release one of these items so it frees up developer slots. The documentation says I can hit the release route, but that that doesn't restore an item slot.

Is there anything I'm missing?

{ "display_message": null, "documentation_url": "https://plaid.com/docs/?ref=error#rate-limit-exceeded-errors", "error_code": "ADDITION_LIMIT", "error_message": "addition limit exceeded for this client_id. contact support to increase the limit.", "error_type": "RATE_LIMIT_EXCEEDED", "request_id": "#####", "suggested_action": null }

1

1 Answers

1
votes

Ah yes you are not the first person to be confused by this! You need to request access to Development via the Plaid dashboard, which, once approved, will unlock access to 95 additional Items. You can do this here: https://dashboard.plaid.com/overview/development

The number of computers you are using doesn't matter, the only thing being counted is Items -- each Item takes up one slot, but in Development deleting Items does not free up slots.