Skip to main content
GET
List orders
Authenticate with an API key that belongs to the target organization.

Authorizations

X-API-Key
string
header
required

Merchant API key (format: ak_BASE64)

Query Parameters

page
integer
default:1

Page number

size
integer
default:20

Page size (max 100)

status
string

Filter by display status (e.g. Paid, Pending, Refunded)

product_id
string

Filter by product ID

customer_id
string

Filter by customer ID

provider
string

Filter by payment-channel identifier

subscription_id
string

Filter by Anyway subscription ID (SUB_...)

from_address
string

Filter by buyer wallet address (crypto orders)

merchant_reference
string

Filter by your correlation id (contains-match)

date_from
integer

Filter orders created after this unix timestamp

date_to
integer

Filter orders created before this unix timestamp

Response

OK

data
object
error
object
message
string
success
boolean