v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-313352,3122.9 MB
plaid

Webhook receiver for fdx notifications

A generic webhook receiver endpoint for FDX Event Notifications

post/fdx/notifications

Request body

notificationIdstring required

Id of notification

type'ACCOUNT_TAKEOVER' | 'ADDRESS_CHANGED' | 'BALANCE' | 'CONSENT_EXPIRED' | 'CONSENT_GRANTED' | 'CONSENT_REVOKED' | 'CONSENT_UPDATED' | 'CUSTOM' | 'MFA_TARGET_CHANGED' | 'PHONE_CHANGED' | 'PLANNED_OUTAGE' | 'RISK' | 'SERVICE' | 'SUSPECTED_INCIDENT' | 'TAN_ACTIVATED' | 'TAN_CREATED' | 'TAN_REVOKED' | 'TAN_SUSPENDED' required

Type of Notification

subtypestring

An optional initiator-defined event subtype code or description if the event type needs to be further categorized or described.

sentOnstring date-time required

ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to IETF RFC3339

category'SECURITY' | 'MAINTENANCE' | 'FRAUD' | 'CONSENT' | 'NEW_DATA' | 'TOKENIZED_ACCOUNT_NUMBER' required

Category of Notification

severity'EMERGENCY' | 'ALERT' | 'WARNING' | 'NOTICE' | 'INFO'

Severity level of notification

priority'HIGH' | 'MEDIUM' | 'LOW'

Priority of notification

Example request

{
  "sentOn": "2021-07-15T14:46:41.375Z",
  "notificationPayload": {
    "event": {
      "updatedTime": "2021-07-15T14:46:41.375Z"
    }
  },
  "url": {
    "href": "https://api.fi.com/fdx/v4/accounts/12345"
  }
}

Response

OK