{
"retcode": "200",
"retmsg": null,
"retdata": {
"records": [
{
"id": 1001,
"trxNo": "TRX1714012345678",
"gatewayOrderNo": "cs_xxx",
"channelId": "STRIPE",
"status": 1,
"payMode": "ONETIME",
"mchOrderNo": "ORD-20240423-001",
"mchSubscriptionNo": null,
"amount": 99.99,
"currency": "USD",
"description": "Order payment",
"customerEmail": "user@example.com",
"createTime": "2026-04-23T10:00:00",
"payTime": "2026-04-23T10:01:30",
"processingFee": 2.99,
"netAmount": 97.00,
"gatewayAvailableOn": "2026-04-25T00:00:00",
"paymentMethodLast4": "4242",
"paymentMethodBrand": "visa",
"paymentMethodType": "Visa credit card",
"paymentMethodExpiry": "05/2032",
"paymentMethodFingerprint": "abc123xyz",
"cvcCheck": "Passed",
"zipCheck": "Passed",
"billingZip": "10001",
"billingCountry": "US",
"statementDescriptor": "WPAY*ORDER",
"source": "Manually entered from Dashboard",
"redirectUrl": null,
"errMsg": null
}
],
"total": 1,
"pageSize": 20,
"pageNo": 1
}
}