{
"messageId": "18501935579462",
"timestamp": 1783494425418,
"data": {
"currency": "EUR",
"walletType": 0,
"transactionNumberList": [
"1180250402927411901",
"1180238143484330685",
"1180209868372443838"
],
"transactionTimeStart": "2026-06-20T00:00:00+08:00",
"transactionTimeEnd": "2026-07-20T23:59:59+08:00",
"pageNumber": 1,
"pageSize": 20
}
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/finance/transaction/v1/query' \
--header 'Content-Type: application/json' \
--data '{
"messageId": "18501935579462",
"timestamp": 1783494425418,
"data": {
"currency": "EUR",
"walletType": 0,
"transactionNumberList": [
"1180250402927411901",
"1180238143484330685",
"1180209868372443838"
],
"transactionTimeStart": "2026-06-20T00:00:00+08:00",
"transactionTimeEnd": "2026-07-20T23:59:59+08:00",
"pageNumber": 1,
"pageSize": 20
}
}'{
"code": 0,
"data": [
{
"amount": 1.58,
"balance": 1.28715842976E9,
"billedOrderNumber": "MFRECHARGE202607021919213732",
"currency": "EUR",
"discount": 0.0,
"feeType": "10",
"orderType": "1",
"remark": "222",
"subtotal": 1.58,
"transactionNumber": "1180250402927411901",
"transactionTime": "2026-07-02T19:20:05.819+08:00",
"transactionTimestamp": 1782991205819,
"type": "1",
"vatAmount": 0.0
},
{
"actualWeight": "2377.0000",
"actualWeightUnit": "g",
"amount": -0.33,
"balance": 1.28715823575E9,
"billableWeight": "2377.0000",
"billableWeightUnit": "g",
"billedOrderNumber": "OCO0000023857167DE",
"channel": "others",
"currency": "EUR",
"discount": 0.0,
"ebayId": "",
"ebayOrderId": "",
"feeType": "126",
"fulfillmentCenter": "DE",
"orderType": "2",
"remark": "",
"sellerOrderRefNo": "",
"service": "DEDomesticStandard",
"serviceCountry": "DE",
"subtotal": -0.33,
"trackingNo": "601085649550",
"transactionNumber": "1180238143484330685",
"transactionTime": "2026-07-02T18:31:22.943+08:00",
"transactionTimestamp": 1782988282943,
"type": "3",
"vatAmount": 0.0
},
{
"amount": -8.07,
"balance": 1.28715827951E9,
"billedOrderNumber": "OCS1DE000464032",
"channel": "others",
"currency": "EUR",
"discount": 0.0,
"feeType": "150",
"fulfillmentCenter": "DE",
"orderType": "33",
"serviceCountry": "DE",
"subtotal": -8.07,
"transactionNumber": "1180209868372443838",
"transactionTime": "2026-07-02T16:39:01.627+08:00",
"transactionTimestamp": 1782981541627,
"type": "3",
"vatAmount": 0.0
}
],
"hasNextPage": false,
"message": "success",
"pageNumber": 1,
"pageSize": 20,
"success": true,
"total": 3,
"totalPage": 1,
"walletType": "0"
}