Authorization: Bearer ********************
curl --location --request GET '/card-payment/top-up/statement?currency&statementDateFrom=&statementDateTo=&page=&size='
{
"totalElements": 0,
"totalPages": 0,
"content": [
{
"id": "string",
"partnerId": "string",
"statementDate": "string",
"count": 0,
"currency": "string",
"clearingAmount": 0,
"totalFee": 0,
"netAmount": 0,
"totalAmount": 0,
"reserve": 0,
"releasedReserve": 0,
"settlementId": "string",
"status": "INIT",
"createdTime": "string",
"updatedTime": "string"
}
]
}