GET
/
orders
/
payments

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

page number of pagination list

Required range: x > 1
limit
integer

no of rows per page

Required range: x > 1
sort_by
string

JSON string format: {"field1":"asc", "field2":"desc"}

filters
string

JSON - array of objects

search keyword

Response

200 - application/json
content
object
message
string
success
boolean