plaid / pattern

An example end-to-end Plaid integration to create items and fetch transaction data
MIT License
444 stars 223 forks source link

How can I trigger a new Transaction? #307

Closed CodyBontecou closed 3 months ago

CodyBontecou commented 3 months ago

I'd like to test the webhook that occurs when a new transaction is made. I'm curious what steps I should take to enable that.

phoenixy1 commented 3 months ago

I'd recommend using the user_transactions_dynamic Sandbox user, then calling /transactions/refresh. More info here: https://plaid.com/docs/transactions/#testing-transactions-in-sandbox

CodyBontecou commented 3 months ago

Yup, that works perfectly. Thank you