#Braunson - resend event
1 messages · Page 1 of 1 (latest)
stripe events resend evt_3Km0miCOn1yQl7Wa1FPAJthR --webhook-endpoint=http://app.local/webhook/stripe/tutor
I know hosted endpoints give the option to resend from the Stripe UI on the website but since this is a local listener (forwarded webhook) that is not an option.
The --webhook-endpoint arg is expecting an ID rather than a URL
If you go to this page of your dashboard you can get your IDs https://dashboard.stripe.com/webhooks
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think if you don't specify an endpoint it defaults to the local endpoint on your machine
As it's a local listener (in test mode) there is no ID available.
You can definitely send to a local endpoint
Just device name, version and status (on the Stripe UI/web)
I was mostly clarifying that because the URL was in the command that was sent
Gotcha
Hmm looks like if I leave out the webhook-endpoint argument it works, I am actively forwarding so it must have defaulted to that endpoint.
Thanks @obtuse stirrup !