stripe subscription event hooks
1. None of the Stripe Subscription Event Hooks are being triggered.
2. No Error Message
3. See attached image
the onEvent hook does work... if I implement them myself and in the future better-auth hooks start working there is going to be pain when double spends happen etc.

3 Replies
as you can see when I trigger a new subscription all the events are coming in but, none of the hooks from the config are logging any info

So i think it's because I am creating the checkout session through stripe api and not better-auth
The problem is I want a custom ui-mode and to not use the redirect to stripe checkout
I just need the clientSecret that is normally generated from creating a session
don't know how many people are using custom UI (since it's so new) or embedded
but I'll make a PR for including ui_mode as a field in the /subscription/upgrade
#Stripe ui_mode support made a feature-requests forum entry