Webhook Test Tool

Send a test webhook to verify your transaction sync is working

Send Test Webhook
This simulates a Plaid webhook event. Check your Transaction Feed to see if new transactions appear.

The Plaid item ID for the connected bank account

Your user ID in the system

How many new transactions to simulate

How It Works

1. What happens when you send a test webhook:

  • Your app receives the webhook event
  • It fetches the last 30 days of transactions from Plaid
  • New transactions are stored in the database with isReviewed: false
  • They appear in the Transaction Feed

2. To test with real Plaid webhooks:

  • Go to Plaid Dashboard → Settings → Webhooks
  • Add your webhook URL: https://financedash-j2qtmo8t.manus.space/api/trpc/webhooks.plaid
  • Connect a real bank account or use Plaid test credentials (user_good / pass_good)
  • Plaid will automatically send webhooks when transactions are available

3. Check the results:

  • Go to Transaction Feed to see new unreviewed transactions
  • Check browser console (F12) for any errors
  • Review application logs for webhook processing details
Pro Tip
Use Plaid's test credentials to simulate transactions without connecting a real bank account:
Username: user_good
Password: pass_good