GET
/
orders

Authorizations

Authorization
string
header
required

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

Query Parameters

start
string

Start date (Format: 2020-01-01T00:00:00Z)

end
string

End date (Format: 2020-01-01T00:00:00Z)

paymentState
enum<string>

Payment status filter

Available options:
successful,
cancelled,
timeout,
failed,
pending

Response

200 - application/json
data
object[]