#basil2746
1 messages · Page 1 of 1 (latest)
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.
- basil2746, 13 minutes ago, 5 messages
- basil2746, 14 hours ago, 4 messages
- basil-payouts-list, 15 hours ago, 25 messages
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.
I'm sorry I don't understand your question. you don't understand what are Rate Limits?
I do not understand what is rate limit for those endpoints
is it 100 or 20
are you in test mode or live mode?
in test
but I also should know what is the limit for live
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.
is it per integration or per account?
per account
it says 100 request per second
doe's it mean concurent requests?
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
by account we meant this field
correct?
wait, are you asking about rate limits related to Stripe Connect?
correct
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.
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
what exactly do you want to export?
are you aware of dashboard reports? https://docs.stripe.com/reports
we want to export a list of payouts for a period with their balance transactions
I recommend checking the doc I shared to see if it includes what you are looking for.
otherwse, here's how to get payouts and relevant charges: https://docs.stripe.com/expand/use-cases#charges-in-payout