#aks15501

1 messages · Page 1 of 1 (latest)

crude ventureBOT
ionic bolt
#

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?

spark zenith
#

When I do the checkout.stripe.com way, but I have an event log after running stripe trigger checkout.session.completed.

ionic bolt
#

Wait, back up. There's nothing in the Events view for the Checkout Session you created?

spark zenith
ionic bolt
#

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?

spark zenith
#

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

ionic bolt
#

Yeah, you can pass metadata directly on the Checkout Session object

spark zenith
#

Awesome, thanks!