#kd - has_more

1 messages · Page 1 of 1 (latest)

whole quest
#

Hi. One moment

gusty knoll
#

Sure thing.

whole quest
#

Not sure I follow exactly. has_more should be a top-level field in the API response. Can you share the content of the response you are getting and what is unexpected?

gusty knoll
#

I got this response after performing a simple Stripe::Event.list({limit: 7})

whole quest
#

Ok I don't see has_more in any of the events at all

#

That seems expected

#

It should only be visible at the top level

gusty knoll
#

What do you mean by 'top level'?

whole quest
#

The root of the response object

#

For example, "data" is at the root of the reponse object

#

That is where "has_more" should be as well

#

You should only see has_more once