Skip to main content
POST
/
v0
/
webhooks
/
open-banking
/
plaid
/
events
Plaid Webhook
curl --request POST \
  --url https://api.example.com/v0/webhooks/open-banking/plaid/events \
  --header 'Content-Type: application/json' \
  --data '
{
  "webhook_type": "<string>",
  "webhook_code": "<string>",
  "item_id": "<string>",
  "error": {}
}
'
{
  "received": true,
  "webhook_type": "<string>",
  "webhook_code": "<string>"
}

Body

application/json
webhook_type
string
required

Type of webhook (TRANSACTIONS, ITEM, etc.)

webhook_code
string
required

Specific webhook code

item_id
string
required

Plaid item ID

error
Error · object

Error details if applicable

Response

Webhook received successfully

received
boolean
default:true
webhook_type
string | null
webhook_code
string | null