Authorization: Bearer ********************curl --location '/v2.0/payment/statements//entries?participantCode=undefined&transactionId=undefined¤cy=undefined&offset=undefined&limit=undefined'{
"code": 200,
"msg": "success",
"data": {
"statementId": "c90a42b3eefc4d7d912ecf8673788394",
"statementDetails": [
{
"participantCode": "",
"currencyEntries": [
{
"currency": "USD",
"entries": [
{
"bookedAt": 1781479159000,
"transactionId": "TF2026061515190001",
"participantCode": "B0100348",
"transactionType": 15,
"currency": "USD",
"amount": "-100",
"balances": null
}
]
}
]
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}