TransactionsImport
Data import view model for notifications
The number of transactions received
The total nomber of transactions downloaded from the provider
100The number of added transactions
The number transactions that were downloaded for the first time and added
10The number of updated transactions
The number of transactions that were already downloaded before, but this download has new data for these transactions
5Booking 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.000Error message
An error occurred when importing transactionsData import status
Done- Import completed successfullyImporting- Currently importingFailed- Import failed
Possible values: non-empty
Donewarnings 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.
false{
"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
}
],
"dataImportId": "string"
}