businessType filtering and pagination.PENDING records are not visible: Pending points do not appear in the transaction list.
Authorization: Bearer ********************curl --location '/v2.0/points/transactions?participantCode=B0100106&startTime=1744729380000&endTime=1744815780000&businessType=undefined&limit=undefined&offset=undefined'{
"code": 200,
"msg": "success",
"data": {
"list": [
{
"pointsTransactionId": "2026041517030001000001",
"businessType": "OTC_CONVERSION",
"points": "10.00",
"status": "CONFIRMED",
"relatedId": "OT2026041517030001",
"createdAt": 1744729380000,
"expiresAt": 1776265380000
},
{
"pointsTransactionId": "2026041518020001000001",
"businessType": "WITHDRAWAL_DEDUCTION",
"points": "-15.00",
"status": "CONFIRMED",
"relatedId": "WD2026041514300001",
"createdAt": 1744732800000
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 50,
"hasMore": true
}
}
}