Query operations for a merchant by type within a date range
GET {BASE_URL} /wipay-payment-admin/operation/type
Headers
Name
Value
Content-Type
application/json
X-Api-Key
API Key <xxx>
Example URL (Including optional fields)
Query Params
Type
Name
Description
Condition
string
merchantId
Unique merchant identifier
Required
string
subMerchantId
Unique submerchant identifier
Optional
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
type
Unique operation identifier, possible values for this attribute:
Required
base64 string
paginationTokens
Pagination token to query next page
Optional
Response
{
"items": [
{
"id": "123456-25-0-WyPmKgaSoSK9z4w0wPqcYOwf",
"merchantId": "123456",
"acquirerBin": "0000000",
"terminalId": "00000",
"processor": "GPS_PROCESSOR",
"language": "1",
"operationType": "PAYMENT",
"currency": "€",
"amount": "1.00",
"status": "ABANDONED",
"requestDate": "2025-04-10T19:20:10.910192348",
"expirationDate": "2025-04-10T19:40:10.910197674",
"finalDate": "2025-04-10T21:20:17",
"reference": "",
"attemptedRefunds": [],
"checkoutId": "123456-25-0-Iybtw965oPBGeGSdE_CUrwMQ",
"privacyToken": "000000000",
"merchantName": "COMERCIO TEST"
},
{
"id": "123456-25-0-3MfLg0nvW4SGu4x3bIXIJi-q",
"merchantId": "123456",
"acquirerBin": "0000",
"terminalId": "0000",
"processor": "GPS_PROCESSOR",
"language": "1",
"operationType": "PAYMENT",
"currency": "€",
"amount": "1.00",
"status": "SUCCESSFUL",
"requestDate": "2025-04-11T15:48:49.611572147",
"expirationDate": "2025-04-11T16:08:49.611574223",
"finalDate": "2025-04-11T17:49:23",
"reference": "00000000000",
"attemptedRefunds": [],
"methodData": {
"entityType": "PaymentCardMethodData",
"method": "CARD",
"methodDescription": "",
"authorizationNumber": "00000",
"cardNumber": "569050******0000",
"finalPAN": "0000",Last updated