#Peppa
1 messages · Page 1 of 1 (latest)
No, this isn't possible with stripejs
Hmm, too bad. I would like to use stripe's resources but not add too many packages. Could you recommend me the way to go here so that I can offer subscriptions via checkout, and a customer portal experience?
Is there a reason you're asking specifically about stripejs? We do offer a no-code customer portal flow (https://stripe.com/docs/customer-management/activate-no-code-customer-portal#add-ons) which doesn't use stripe.js either, but sounds like it may be what you want
eeehm, I have to say I find the docs a bit confusing
Figured I wanted to use stripe checkout, and since I wanted to implement it into a Vue3 webapp it was the easiest to implement the typescript-supported package
With the customer portal (and with checkout as well) you don't need stripe.js because you can just do the redirect yourself server-side (https://stripe.com/docs/customer-management/integrate-customer-portal#redirect)
I am trying to implement this now. Is it true that on test mode, when I enter the email I have a subcription on it's not sending me an email?
Correct, automatic emails are not sent in test mode. There are a few exceptions, and you can manually send test invoice emails from the Dashboard, but these will only ever send to the email address of your account.
alright. thanks