JoeDev
JoeDev
Running into the same issue. snapshot events locally can be successfully sent to my local host ``` stripe listen --forward-to http://localhost:5173/webhook/stripe ``` However, thin events are not even being sent...
> Running into the same issue. snapshot events locally can be successfully sent to my local host > > ``` > stripe listen --forward-to http://localhost:5173/webhook/stripe > ``` > > However,...
> checkout.session.completed @maxfallstrom `checkout`, `payment_method` all these are part of v1 events. Currently, Stripe only generates "thin events" using /v2 endpoints and resources. Example v2 endpoints - /v2/core/accounts - The...