Paymium / api-documentation

Documentation for Paymium API v1
https://www.paymium.com
MIT License
9 stars 5 forks source link

"List orders" endpoint does not respect query parameters #55

Open aplusm opened 2 months ago

aplusm commented 2 months ago

According to the documentation, the endpoint /user/orders has the following query parameters:

- offset
- limit 
- types
- active

When calling this endpoint in python:

Furthemore, how are orders ordered ?

bguina commented 1 week ago

bump - this endpoint is unusable. https://paymium.com/api/v1/user/orders?limit=10 -> 20 orders https://paymium.com/api/v1/user/orders?offset=0 -> 11 orders https://paymium.com/api/v1/user/orders?offset=11 -> 1 order https://paymium.com/api/v1/user/orders?offset=-9 -> HTTP 500