GetReportsResponse
reports object[]nullable
Array of reports
Report ID
8fkjh5hrReport name
Payment reportelementStatistics objectnullable
Report statistics
Number of transactions in the report
123The booking date and time of the earliest transaction in the report
The booking date and time of the latest transaction in the report
Report date
2022-03-24T10:01:01.000reportPeriod objectnullable
Report period
The earliest report period date and time
2023-10-30T10:01:11.123The latest report period date and time
2023-10-30T10:01:11.123Deposit date
2022-03-24T00:00:00.000Report creation date and time
2022-03-24T10:01:01.000Last report modification date and time
2022-03-24T10:01:01.000Import date
2022-03-24T00:00:00.000Report state
Possible values: [available, downloaded, importing, imported, download_error, import_error, skipped]
Error
warnings object[]nullable
Type or general classification of the error.
AccountCredentialsInvalidError message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
trueIf the error is temporary.
falseerrors object[]nullable
Type or general classification of the error.
AccountCredentialsInvalidError message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
trueIf the error is temporary.
falsepagination objectnullable
Pagination info
Returned page number
1Reference to get the previous page
Reference to get the next page
URL of the previous page
URL of the next page
Number of items per page
25Total number of pages
5Total number of items
125{
"reports": [
{
"id": "8fkjh5hr",
"name": "Payment report",
"elementStatistics": {
"count": 123,
"bookingDateStart": "2024-07-29T15:51:28.071Z",
"bookingDateEnd": "2024-07-29T15:51:28.071Z"
},
"reportDate": "2022-03-24T10:01:01.000",
"reportPeriod": {
"start": "2023-10-30T10:01:11.123",
"end": "2023-10-30T10:01:11.123"
},
"depositDate": "2022-03-24T00:00:00.000",
"createdAt": "2022-03-24T10:01:01.000",
"modifiedAt": "2022-03-24T10:01:01.000",
"importedAt": "2022-03-24T00:00:00.000",
"state": "available",
"warnings": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
],
"errors": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
]
}
],
"pagination": {
"pageNumber": 1,
"previousPageReference": "string",
"nextPageReference": "string",
"previousPage": "string",
"nextPage": "string",
"pageSize": 25,
"pagesCount": 5,
"totalCount": 125
}
}