#basil2746

1 messages · Page 1 of 1 (latest)

marsh orbitBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

snow trail
#

hi there!

#

can you summarize your question here?

wraith patio
#

can't understand what is Rate limitation for my use case

#

https://docs.stripe.com/rate-limits

here is a link for rate limitation
but I am not sure what is API I am using when I call BalanceTransactionService v1/balance_transactions PayoutService /v1/payouts.

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

snow trail
#

I'm sorry I don't understand your question. you don't understand what are Rate Limits?

wraith patio
#

I do not understand what is rate limit for those endpoints
is it 100 or 20

snow trail
#

are you in test mode or live mode?

wraith patio
#

in test
but I also should know what is the limit for live

snow trail
#

as mentioned in the link you shared:

Stripe allows up to 100 read operations per second and 100 write operations per second in live mode, and 25 operations per second for each in test mode.

wraith patio
#

is it per integration or per account?

snow trail
#

per account

wraith patio
#

it says 100 request per second
doe's it mean concurent requests?

snow trail
#

it means that during one second, you can at most make 100 requests

#

if you do more than that, Stripe will send you back an error

wraith patio
#

by account we meant this field
correct?

snow trail
#

wait, are you asking about rate limits related to Stripe Connect?

wraith patio
#

correct

snow trail
#

you can check here that Connect request have separate rate limits: https://docs.stripe.com/rate-limits#api-read-request-allocations
so overall I would say to not worry to much about this. just avoid sending hunders of API call at the same time, and check the response from Stripe in case you reach a limit, and if so log it somewhere so you can retry the request later.

wraith patio
#

We need to provide a way to export the data from our end
and we want this operation to be quick
so we want to perform as many parallel requests as it's allowed

snow trail
#

what exactly do you want to export?

wraith patio
#

we want to export a list of payouts for a period with their balance transactions

snow trail
#

I recommend checking the doc I shared to see if it includes what you are looking for.