DONYYB
DONYYB
BABetter Auth
Created by frost.wrld on 4/8/2025 in #help
Stripe subscription management
plugins: [
stripe({
stripeClient,
stripeWebhookSecret: keys().STRIPE_WEBHOOK_SECRET || "",
createCustomerOnSignUp: true,
subscription: {
enabled: true,
plans: plans
}
}),
plugins: [
stripe({
stripeClient,
stripeWebhookSecret: keys().STRIPE_WEBHOOK_SECRET || "",
createCustomerOnSignUp: true,
subscription: {
enabled: true,
plans: plans
}
}),
got past the 404 but now I am getting a 500, I had to enable subscriptions and set plans on the server side, I only had on the client side
4 replies
BABetter Auth
Created by frost.wrld on 4/8/2025 in #help
Stripe subscription management
I am facing the same issue as you
4 replies
BABetter Auth
Created by regex on 4/11/2025 in #help
Type error defining stripe plugin when project type is module.
how are you initing the stripe client?
8 replies