Skip to main content
GET
List orders
请使用属于目标组织的 API 密钥进行认证。

授权

X-API-Key
string
header
必填

Merchant API key (format: ak_BASE64)

查询参数

page
integer
默认值:1

Page number

size
integer
默认值: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

响应

OK

data
object
error
object
message
string
success
boolean