Ask something in the search bar to get a quick answer from our AI model

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

Name
Value

Content-Type

application/json

X-Api-Key

API Key <xxx>


Sample URL (Including optional fields)

{BASE_URL}/operation/type-status?merchantId=123456789&startDate=2025-02-01&endDate=2025-05-02&type=PAYMENT&status=SUCCESSFUL&paginationToken=eyJvcGVyYXRpb25UeXBlU3RhdHVzUmVxdWVzdERhdGUiOiJTOlRPS0VOI1ZBTElEIzIwMjUtMDUtMjBUMTg6NTM6MDMuMDI2MjY4NDgyafwRIjoiUzo5ODAwMDIzNzItMjUtNTY2NzViN2YtMzA1ZS00ZTFmLWIzMWYtYjgzMzZlZjM3MjZlIiwiUEsiOiJTOjk4MDAwMjM3Mi0yNSJ99

Query Params

Type
Name
Description
Conditions

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