#Liam Curran
1 messages · Page 1 of 1 (latest)
No, you'll need to either throttle your requests/handle 429 errors with graceful retries, or otherwise split up your testing across multiple test mode accounts
ie, if you create a new stripe account just for these tests, it would have an entirely separate rate limit
We currently setup a new stripe connected account for each individual test - would that not have the same effect because they're all linked to the same main account?