curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/transHistory' \
--header 'Authorization: Bearer 26cceadd-953b-4db9-a41c-75ef9349ee9b' \
--form 'start="0"' \
--form 'number="10"' \
--form 'startDate="01/11/2025"' \
--form 'endDate="11/12/2025"' \
--form 'deviceId="{{DEVICEID}}"'{
"err": 0,
"message": "string",
"data": [
{
"name": "string",
"code": "string",
"createdAt": "string",
"fromValue": "string",
"toValue": "string",
"amount": 0,
"status": "string",
"origAmount": 0,
"senderId": "string",
"receiverId": "string",
"icon": "string",
"transRefId": "string",
"isV2": true,
"service": "string",
"currency": "string",
"sender": {
"id": "string",
"name": "string",
"phone": "string",
"pocket": "string",
"client": "string",
"walletId": "string",
"citizenId": null,
"offer": "string"
},
"receiver": {
"id": "string",
"name": "string",
"phone": "string",
"pocket": "string",
"client": "string",
"walletId": "string",
"citizenId": null,
"offer": "string"
},
"id": "string",
"desc": "string",
"amountDetail": {
"senderAmount": "string",
"receiverAmount": "string"
},
"transType": "string",
"depositor": {
"id": "string",
"name": "string",
"phone": "string",
"pocket": null,
"client": "string",
"walletId": "string",
"citizenId": null,
"offer": "string"
},
"beneficiary": {
"id": null,
"name": null,
"phone": null,
"pocket": null,
"client": null,
"walletId": null,
"citizenId": null,
"offer": null
},
"message": "string",
"processedBy": {
"id": "string",
"name": "string",
"phone": "string",
"client": "string",
"owner": null
},
"requestedAt": "string",
"processedAt": "string",
"fees": {
"debitFee": 0,
"creditFee": 0,
"feeCalculating": [
"string"
]
},
"discounts": {
"debitDiscount": 0,
"creditDiscount": 0,
"discountCalculating": [
"string"
]
},
"isRefund": true,
"refFields": {
"ACCOUNTNAME": "string",
"SERVICEID": "string",
"SENDERCLIENT": "string",
"SENDERPHONE": "string",
"USERNRIC": "string",
"OFFERID": "string",
"USERDOB": "string",
"USERGENDER": "string",
"SENDERNAME": "string",
"DEVICEID": "string",
"BANKREFID": "string",
"ACCOUNTNO": "string",
"TRANSREFID": "string",
"IP": "string",
"LAT": 0,
"LONG": 0,
"USERID": "string"
},
"shop": {}
}
],
"total": 0
}