#katharine-xplor
1 messages · Page 1 of 1 (latest)
👋
Yes any API request you make will be considered in your rate limit
Ah I think you are asking a slightly different question
I think you are asking when a customer accesses a payment link or billing portal client-side does this affect your rate limit?
We need to make an API call to generate the billing portal session. Those sessions expire reasonably quickly. So I thought there was a chance they didn't count towards your rate limit, because we can't practically cache then like we can other stripe objects.
Yes creating a Portal Session does impact your rate limit. You are worried about exceeding 100RPS when creating Portal Sessions?
Yes. We having rolled out the portal session work in production yet, but it's conceivable enough users might need to access at the same time to create a rate limit error.