GET

/v1/orders

X-BUSINESS-API-KEY*
X-Requested-With
curl --request GET \
  --url https://api.sandbox.hit-pay.com/v1/orders \
  --header 'X-BUSINESS-API-KEY: <x-business-api-key>'

Authorizations

X-BUSINESS-API-KEYheaderrequired
string

Headers

X-Requested-With
Default: "XMLHttpRequest"
string

Query Parameters

perPage
Default: "10"
integer
version
Default: "1.0"
string

Order version: 1.0 or 2.0. Default: 1.0

keywords
string

Search for fields: amount ,created_at ,order id, remark, customer_name

statuses[]
string

The available status: completed, sent, draft, expired, canceled

dateFrom
string

Example: 2023-04-18

dateTo
string

Example: 2023-04-18

with
string

If we want to show the product or charge detail=> add the value: products or charges. For both: products,charges

Response

200