Skip to main content

Notification

eventType stringrequired

Possible values: [AccountCreated, AccountDeleted, AccountUpdated, AccountTypeUpdated, TransactionsImported]

eventData object

Account event details

partnerIdstringnullable

Partner ID

userIdstringnullable

User ID

account object

Account details

idstringrequired

Account identifier

Possible values: non-empty

Example: 5dshw36
accountTypeIdstringrequired

Account type identifier

Possible values: non-empty

Example: amazon
namestringnullable

Account name

Example: Connector to Amazon #1
statusstringrequired

Account status

  • Idle - OK, no processing currently takes place
  • Updating - OK, transactions are currently being downloaded
  • PreparingUpdate - OK, transactions download is about to start
  • Error
  • ErrorCredentialsFailed
  • ErrorCredentialsMissing

Possible values: non-empty

Example: Idle
elementStatistics object

Element statistics

countinteger<int32>

The number of elements

Example: 123
firststring<date-time>nullable

First element date

Example: 2021-11-17T12:15:16
laststring<date-time>nullable

Last element date

Example: 2021-11-17T12:15:16
accountFields object

Account fields

The fields list depends on the account type

property name*stringnullable
errors object[]

List of errors currently active on the account.

  • Array [
  • typestring

    Type or general classification of the error.

    Example: AccountCredentialsInvalid
    messagestring

    Error message.

    providerMessagestringnullable

    Original error message from the PSP.

    isUserActionRequiredboolean

    Whether a user action is required to resolve the error.

    Example: true
    isTemporaryboolean

    If the error is temporary.

    Example: false
  • ]
  • warnings object[]

    List of warnings currently active on the account.

  • Array [
  • typestring

    Type or general classification of the error.

    Example: AccountCredentialsInvalid
    messagestring

    Error message.

    providerMessagestringnullable

    Original error message from the PSP.

    isUserActionRequiredboolean

    Whether a user action is required to resolve the error.

    Example: true
    isTemporaryboolean

    If the error is temporary.

    Example: false
  • ]
  • idstring

    Notification Id

    webhookIdstring

    Webhook Id

    eventRaisedAtstring<date-time>

    Date and time when the event was triggered

    eventData
    Notification
    {
    "eventType": "string",
    "id": "string",
    "webhookId": "string",
    "eventRaisedAt": "2024-07-29T15:51:28.071Z",
    "eventData": {}
    }