#Vinod Birla - Batch Refund
1 messages · Page 1 of 1 (latest)
Per our rate limit guides
https://stripe.com/docs/rate-limits
This will run into problems if the rate exceeds 100 API calls per second. If your batch approach stays below that threshold you should be fine. Otherwise you may want to look into recommended ways to handle limiting: https://stripe.com/docs/rate-limits#handling-limiting-gracefully
Got it thanks for the quick response.