provider plaid POST /fdx/notifications
@utdk/plaid /fdx/notifications
Webhook receiver for fdx notifications
A generic webhook receiver endpoint for FDX Event Notifications

Try it

Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

fdxnotifications
POST/fdx/notifications
A generic webhook receiver endpoint for FDX Event Notifications

Input

required

Id of notification

required

Type of Notification

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

required

ISO 8601 date-time in format 'YYYY-MM-DDThh:mm:ss.nnn[Z|[+|-]hh:mm]' according to [IETF RFC3339](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14)

required

Category of Notification

Severity level of notification

Priority of notification

FDX Participant - an entity or person that is a part of a FDX API transaction

FDX Participant - an entity or person that is a part of a FDX API transaction

required

Custom key-value pairs payload for a notification

REST application constraint (Hypermedia As The Engine Of Application State)

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import plaid from '@utdk/plaid';

await plaid.fdxnotifications()