#aks15501
1 messages · Page 1 of 1 (latest)
Neither the CLI listener nor the webhook endpoint are picking up the Webhook? What does the bottom of the Event view show in the Dashboard?
Nothing shows up at https://dashboard.stripe.com/test/events
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When I do the checkout.stripe.com way, but I have an event log after running stripe trigger checkout.session.completed.
At https://dashboard.stripe.com/test/webhooks, my device appears under "Local listeners"
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Wait, back up. There's nothing in the Events view for the Checkout Session you created?
Okay, so you need to figure out what's happening there before debugging webhooks. You should be able to find the Checkout Sessions you created in the dashboard. Are you maybe creating them in Live mode? Or perhaps on a different Stripe account?
Oh dear...I think I've figured it out
The API key was incorrectly formatted
Thanks, that last line of yours made me check again
A related question - does checkout support passing metadata alongside the session create? I need to someone pass along the clerk user ID to the webhook
Yeah, you can pass metadata directly on the Checkout Session object
Awesome, thanks!