#Kadin

1 messages · Page 1 of 1 (latest)

kindred jettyBOT
unborn crypt
#

The only thing you need to be aware of is our rate limits: https://stripe.com/docs/rate-limits

If you suspect you might exceed that, then you should write in to support (or your contact at Stripe if you have one) explaining the situation in details and what you expect so that they can help you figure out a plan.

https://support.stripe.com/contact

Learn about API rate limits and how to work with them.

stark bone
#

a) How does one go about getting a contact with stripe and b) no I dont suspsect for this event that we should go over those limits but how would we monitor our platform account to see what kind of numbers we were seeing? Is that possible, it would be good metrics to know

unborn crypt
#

You can contact support here: https://support.stripe.com/contact

#

It can show requests over the last hours/day/week, but note it does not break down read vs write, so you'd need to track and analyze that

stark bone
#

a read would be something like getting a customer, or getting a payment method, and a write would be like creating a customer, creating a payment intent etc?

unborn crypt
#

any GET (or api retrieve/list) is a read, any POST/DELETE (create, update etc) is a write

stark bone
#

sounds good thanks i see where i can monitor the requests in the developer area so we will monitor that during our event. Appreciate it!

unborn crypt
#

As noted on the rate limit page, you should also explicitly monitor for 429 rate limit error responses