CreateTestImportEventRequest
Account ID
Possible values: non-empty
8lgu4vhke5
transactions object
Transactions import model for test TransactionsImported
events.
Data import ID
The number of transactions received
The total nomber of transactions downloaded from the provider
100
The number of added transactions
The number transactions that were downloaded for the first time and added
10
The number of updated transactions
The number of transactions that were already downloaded before, but this download has new data for these transactions
5
Booking date and time of the earliest imported transaction
Booking date and time of the latest imported transaction
Import date and time
2024-03-24T13:05:15.000
Data import status
Done
- Import completed successfullyImporting
- Currently importingFailed
- Import failed
Done
warnings object[]nullable
Array of errors
Type or general classification of the error.
AccountCredentialsInvalid
Error message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
true
If the error is temporary.
false
errors object[]nullable
Array of warnings
Type or general classification of the error.
AccountCredentialsInvalid
Error message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
true
If the error is temporary.
false
report objectnullable
Report model for test TransactionsImported
events.
Report ID
8fkjh5hr
Report name
Payment report
elementStatistics objectnullable
Report statistics
Number of transactions in the report
123
The 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.000
reportPeriod objectnullable
Report period
The earliest report period date and time
2023-10-30T10:01:11.123
The latest report period date and time
2023-10-30T10:01:11.123
Deposit date
2022-03-24T00:00:00.000
Report creation date and time
2022-03-24T10:01:01.000
Last report modification date and time
2022-03-24T10:01:01.000
Import date
2022-03-24T00:00:00.000
Report state
Possible values: [available
, downloaded
, importing
, imported
, download_error
, import_error
, skipped
]
warnings object[]nullable
Array of errors
Type or general classification of the error.
AccountCredentialsInvalid
Error message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
true
If the error is temporary.
false
errors object[]nullable
Array of warnings
Type or general classification of the error.
AccountCredentialsInvalid
Error message.
Original error message from the PSP.
Whether a user action is required to resolve the error.
true
If the error is temporary.
false
Array of webhook IDs
Notifications will be sent to the URLs of these webhooks
The webhooks should be subscribed to the TransactionsImported
event
If not specified or empty, the notifications will be sent to all active webhooks subscribed to the TransactionsImported
event
["8guvhke4"]
{
"accountId": "8lgu4vhke5",
"transactions": {
"dataImportId": "string",
"countReceived": 100,
"countAdded": 10,
"countUpdated": 5,
"bookingDateStart": "2024-07-29T15:51:28.071Z",
"bookingDateEnd": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-03-24T13:05:15.000",
"status": "Done",
"warnings": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
],
"errors": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
]
},
"report": {
"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
}
]
},
"webhookIds": [
"8guvhke4"
]
}