{
"accountID": "acc-2vChwpE8qASwqcmrIjydCnVZtsH",
"startTime": 1743465600000,
"endTime": 1746057599000
}
curl --location --request POST 'https://dev-api.mxmidas.com/dev_pomelo/ppe_infinity_pomelo?api=getStatement' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkb2NJZCI6IlpXMWhhV3c2SUhCb2RXOXVaMlJwYm1oQWQyVmxMblp1Q21sa09pQXhOekk0TURBNE5EY3hNakU0Q2c9PSIsImlzcyI6IldlZURpZ2l0YWwiLCJleHAiOjE3NDQ2MDUzNzUsImlhdCI6MTc0NDYwNTA3NX0.440S1fqT6jeZg4NsMgCQ1W5jApwsRjFVcNuxIzIqnbxypFk4qxpky-WnBbvCMd55Q7xOyourFbzgS6lZLRWsxA' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountID": "acc-2vChwpE8qASwqcmrIjydCnVZtsH",
"startTime": 1743465600000,
"endTime": 1746057599000
}'
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": [
{
"openingBalance": 0,
"closingBalance": 0,
"totalSpeiIn": 0,
"totalSpeiOut": 0,
"totalFee": 0,
"statements": [
{
"docID": "string",
"entryType": "string",
"accountID": "string",
"country": "string",
"currency": "string",
"increment": 0,
"decrement": 0,
"processType": "string",
"result": "string",
"totalAmount": "string",
"type": "string",
"balance": 0,
"beforeBalance": 0,
"status": "string",
"data": {
"description": "string",
"properties": {
"lastDigits": "string",
"merchantName": "string",
"pointType": "string",
"address": "string"
}
},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}
]
}