#andre_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1415023590633377902
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
fyi i'm handling a few other threads atm but i'll get back to you asap!
ok
ok, back to this now. the short version is that it's per account
so not per "connected account"? It's limited for the main account, even when making requests using the "connected account" id?
sorry, i wasn't very clear. it's per connected account!
so if you have account A and account B, each account has a separate limit of 100 RPS
i agree that the public docs are not very clear on this though, so let me follow up with our team that owns the docs
ok
even when requesting with connected account id and my main account access key?
in java sdk, doing it like this
RequestOptions.builder()
.setStripeAccount(connectedAccountId)
.setApiKey(myMyAccountKey)
.build()
sorry for questioning in such details, I'm afraid of something failing
yep! that is correct. each account has its own rate limit, so if you are running requests across Account A, Account B, and your platform account directly, each has its own limit.
ok, thank you very much!