#rohitbhargav
1 messages · Page 1 of 1 (latest)
Hello Stripe team we are using List all connected accounts API in our platform. There are two concerns related to this api
- The limit parameter of the API is not working and does not send the response within the limit specified
- The API is taking around 2 to 3 min every time to provide response
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
- This is not a List accounts request
- The end to end duration for this request is just 0.17s
OK, this is a list accounts request, and the duration is 1.07 seconds
but to push those responses to our platform it is taking a lot of time
I saw you've specified limit=10 and also a starting_after param.
The limit parameter of the API is not working and does not send the response within the limit specified
Can you send me the full response?
am i allowed to share it on this public platform
You can DM to me if you prefer this way
Also I'd suggest you to check your server log on the response time. Stripe API will timeout if the request takes more than 30s and you'll receive a 500 server error. So it's unlikely that Stripe API takes 2-3 minutes to process and return a 200 response to you.
okay
will check my logs
i will DM the response object
in the DM its not allowing to send the 91 records of data object
Or you can save the response in a text file and DM to me.
Thanks, let me take a look.
okay awaiting your reply
It looks like more than 10 accounts are included in the response.
Can you double check if this is indeed the response from a request that's using limit param?
yes one sec