Auth webhooks communicate changes of verification status with Items. Attempting to retrieve an Item before micro deposit verification has succeeded will result in a response code of 400 and a Plaid error code of PRODUCT_NOT_READY.

Automatically Verified

Sent when an item has been successfully verified via automated micro deposits

Parameters

Example Webhook

{
  "webhook_type": "AUTH",
  "webhook_code": "AUTOMATICALLY_VERIFIED",
  "item_id": "eVBnVMp7zdTJLkRNr33Rs6zr7KNJqBFL9DrE6",
  "account_id": "dVzbVMLjrxTnLjX4G66XUp5GLklm4oiZy88yK"
}

Verification Expired

Sent when an item has not been verified via automated micro deposits after seven days from when the micro deposits were made.

Parameters (1)

Example Webhook

{
  "webhook_type": "AUTH",
  "webhook_code": "VERIFICATION_EXPIRED",
  "item_id": "eVBnVMp7zdTJLkRNr33Rs6zr7KNJqBFL9DrE6",
  "account_id": "BxBXxLj1m4HMXBm9WZZmCWVbPjX16EHwv99vp"
}