Query operations by merchant, status, type and date range.
Get all the operations by type and status by commerce between a date range
GET {BASE_URL} /wipay-payment-admin/operation/type-status
Headers
Content-Type
application/json
X-Api-Key
API Key <xxx>
Sample URL (Including optional fields)
Query Params
string
merchantId
Unique merchant identifier
Required
string
type
Unique operation identifier, possible values for this attribute:
Required
string
status
Unique status identifier from the operation, possible values for this attribute:
Required
date
startDate
Initial date range. It must be in ISO-8601 format with time zone (OffsetDateTime type).
For example:
2025-04-10T16:47:32.123-05:00
2025-04-10T21:47:32.123Z
Required
date
endDate
Final date range. It must be in ISO-8601 format with time zone (OffsetDateTime type).
For example:
2025-04-10T16:47:32.123-05:00
2025-04-10T21:47:32.123Z
Optional
string
paginationTokens
Pagination token to continue querying on next page
Optional
Response
Last updated