Authorization: Bearer ********************curl --location '/v2.0/payment/statements//transactions?participantCode=undefined¤cy=undefined&offset=undefined&limit=undefined'{
"code": 200,
"msg": "success",
"data": {
"statementId": "c90a42b3eefc4d7d912ecf8673788394",
"statementDetails": [
{
"participantCode": "",
"currencyTransactions": [
{
"currency": "USD",
"transactions": [
{
"participantCode": "B0100348",
"transactionType": 4,
"transactionId": "TF2026061515190001",
"clientReference": "",
"originalTransactionId": "",
"originalClientReference": "",
"createdAt": 1781507959000,
"creditDebitIndicator": 2,
"grossSettlementAmount": "100",
"transactionFee": {
"feeBearer": 2,
"feeCurrency": "USD",
"feeAmount": "0"
},
"netSettlementAmount": "100",
"conversionDetail": {
"sourceCurrency": null,
"sourceAmount": "0",
"destinationCurrency": null,
"destinationAmount": "0",
"basePrice": "0",
"finalPrice": "0",
"markUp": "0",
"quotationId": null
}
}
]
}
]
}
],
"pagination": {
"limit": 20,
"offset": 0,
"total": 1,
"hasMore": false
}
}
}