Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Headers

X-Merchant
string<string>

The Store Name you want to select

Query Parameters

Status
string

Possible values: pending, partial, completed, expired, sold_out, confirmation, chargeback, refunded, disputed, cancelled

Gateway
string

Possible values: stripe, paypal, square, hoodpay, mercado_pago, paypal_fnf, coinremitter, oxapay

SortBy
string

Possible values: paid_at, created_at

IsDescending
boolean

Possible values: true, false

Page
integer
PageSize
integer

Possible range values: 1-100

Response

Orders data

uuid
string
Example:

"6e9ce865-b27d-4ded-9883-0389ea114ca9"

customer
integer
Example:

1

gateway
string
Example:

"stripe"

status
string
Example:

"pending"

paid_at
string
Example:

null

created_at
string
Example:

"2024-01-01T00:00:00"