AccountNotification
Notification Id
Webhook Id
Event Type
Date and time when the event was triggered
eventData objectnullable
Account event details
Partner ID
User ID
account objectnullable
Account details
Account identifier
Possible values: non-empty
5dshw36
Account type identifier
Possible values: non-empty
amazon
Account name
Connector to Amazon #1
Account status
Idle
- OK, no processing currently takes placeUpdating
- OK, transactions are currently being downloadedPreparingUpdate
- OK, transactions download is about to startOtherError
ErrorCredentialsFailed
ErrorCredentialsMissing
Possible values: non-empty
Idle
elementStatistics objectnullable
Element statistics
The number of elements
123
First element date
2021-11-17T12:15:16
Last element date
2021-11-17T12:15:16
accountFields objectnullable
Account fields
The fields list depends on the account type
errors object[]nullable
List of errors currently active on the account.
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
warnings object[]nullable
List of warnings currently active on the account.
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
{
"id": "string",
"webhookId": "string",
"eventType": "string",
"eventRaisedAt": "2024-07-29T15:51:28.071Z",
"eventData": {
"partnerId": "string",
"userId": "string",
"account": {
"id": "5dshw36",
"accountTypeId": "amazon",
"name": "Connector to Amazon #1",
"status": "Idle",
"elementStatistics": {
"count": 123,
"first": "2021-11-17T12:15:16",
"last": "2021-11-17T12:15:16"
},
"accountFields": {
"start-date": "2021-11-29T00:00:00",
"marketplace": "amazon.de"
},
"errors": [
{
"type": "AccountCredentialsInvalid",
"message": "string",
"providerMessage": "string",
"isUserActionRequired": true,
"isTemporary": false
}
],
"warnings": [
{
"Message": "Credentials are expiring on 2024-09-01",
"Type": "CredentialsExpiration",
"IsUserActionRequired": true
}
]
}
}
}