#Reid
1 messages · Page 1 of 1 (latest)
Hi, yes - Stripe has API rate limits and you can learn more about them here: https://stripe.com/docs/rate-limits
Great! Thanks
Stripe allows up to 100 read operations per second and 100 write operations per second in live mode. Is you migration one time? Are you able to provide more context?
Yeah, we need to add a piece of metadata to each customer, and to each of their payment methods. It is a one time migration.
I see, in this case.. I'd recommend parsing these updates gradually so you do not hit the rate limits
Thanks for your time!