Sort not working when retrieving settlement list

I’m pulling down a list of settlements
(https://developer.squareup.com/reference/square/settlements-api/v1-list-settlements)

The sort parameter doesn’t appear to work. No matter if I add
?sort_order=ASC or ?sort_order=DESC the results come back in descending date order. Which is the opposite of what I want. Is this a known issues? Is it related to being the v1 API?

**edit ** I just noticed in v1 API the parameter is order, not sort_order. But it still doesn’t work.

Thanks

Apologies for the delay! Looks like you’re correct, it doesn’t seem to be taking affect. I’ve reported this to our settlements team but I do not have an ETA on when it will be resolved unfortunately.

1 Like

Is there any possibility this will be fixed in the future? It would make processing the settlements a lot easier!