Skip to main content
WEBHOOK
plaid_account_expired
{
  "type": "PLAID_ACCOUNT_EXPIRED",
  "content": {
    "business_id": "biz_2xPQDLmNeWsrahR4bj3oGc9i6Nb",
    "account_id": "eac_3yQRENoPfXtsbhS5ck4pHd0j7Oc",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when a Plaid account connection expires.

type
string
required

The type of webhook event

Allowed value: "PLAID_ACCOUNT_EXPIRED"
content
PlaidAccountEventContent · object
required

The event payload

Response

Successful Response