#rohitbhargav

1 messages · Page 1 of 1 (latest)

languid birchBOT
naive plinth
#

Hello Stripe team we are using List all connected accounts API in our platform. There are two concerns related to this api

  1. The limit parameter of the API is not working and does not send the response within the limit specified
  2. The API is taking around 2 to 3 min every time to provide response
dawn stratus
naive plinth
#

okay give me a minute

#

req_WTcD9o8CUZ559V

#

this is the if

#

id*

dawn stratus
#
  1. This is not a List accounts request
  2. The end to end duration for this request is just 0.17s
naive plinth
#

one minute let me recheck

#

req_8iy97N1V1rELoR

#

this is the id

dawn stratus
#

OK, this is a list accounts request, and the duration is 1.07 seconds

naive plinth
#

but to push those responses to our platform it is taking a lot of time

dawn stratus
#

I saw you've specified limit=10 and also a starting_after param.

naive plinth
#

The limit parameter of the API is not working and does not send the response within the limit specified

dawn stratus
#

Can you send me the full response?

naive plinth
#

am i allowed to share it on this public platform

dawn stratus
#

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.

naive plinth
#

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

dawn stratus
#

Or you can save the response in a text file and DM to me.

naive plinth
#

okay let me do that

#

i have sent you the JSON file personally

dawn stratus
#

Thanks, let me take a look.

naive plinth
#

okay awaiting your reply

dawn stratus
#

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?

naive plinth
#

yes one sec

naive plinth
#

hey looks like limit is working when i try to hit the API using cURL

#

and also i will check my

#

server logs and get back to you guys

#

thanks for the support