#qmathe

1 messages · Page 1 of 1 (latest)

proper loomBOT
vestal stone
#

hello! our API doesn't provide an option to sort it in a specific order. You will have to perform your own sorting

keen otter
#

ok, I see.

Can I use starting_after even when I don't plan to navigate to another page of results? For example, to get elements right after a given one. I think it should work, but the doc only mentions pagination use case, so I'd like to be sure.

vestal stone
#

i'm a bit confused, what do you mean by getting elements right after a given one?

keen otter
#

For example, if I have a payment intent id, I plan to pass this id to starting_after and set limit to 10, in order to get the next 10 payment intents.

vestal stone
#

yes, that works. You can try it out