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'CONSENT_REVOKED' | 'CONSENT_UPDATED' | 'CUSTOM' | 'SERVICE' | 'BALANCE' | 'PLANNED_OUTAGE' required

Type of Notification

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' 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",
  "url": {
    "href": "https://api.fi.com/fdx/v4/accounts/12345"
  }
}

Response

OK

Changes