List Order Payments
GET
/v1/order-payments
Note: startTimestamp
andendTimestamp
must be at most 48 hours apart.
Request
Query Params
startTimestamp
string
required
Example:
2024-03-27T19:00:00-06:00
endTimestamp
string
required
Example:
2024-03-28T19:00:00-06:00
pageSize
integer
optional
Example:
3
page
string
optional
Example:
0
storeUUID
array[string]
optional
Example:
["a2f09385-7f1b-436c-9baa-bb9cf1174c25"]
Request samples
Responses
Modified at 2025-07-01 17:39:19