#dbugger-local-webhook
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dbugger-customer-portal, 14 hours ago, 77 messages
- dbugger-testdata-deletion, 19 hours ago, 8 messages
- dbugger-pricingtable-login, 6 days ago, 125 messages
You can listen to webhook events locally using stripe listen and then forward it to your server-side code using --forward-to flag.
I thought the local listener only heard to events done with stripe trigger
Was I wrong?
I think you misunderstood, yes.
local listener should receive any events sent to the account you're logged in.
Oh...
That makes a lot more sense, lol
But how does it know which account I am interested in? :/
when you install stripe CLI and run stripe login, it esentially asks you to log in to your Stripe account
When you say account, you mean the one on the top left corner?
yes
if you're unsure about the account you're logged into then you can run stripe login again
NP! 🙂 Good luck