#bne - subscriptions
1 messages ยท Page 1 of 1 (latest)
Hm I'll need some more info here. What do you want the ideal flow to look like here?
sure.
i already created the customer via auth0 and recieved the stripe_id while the user is authenticated in my application. furthermore i created a product and price in stripe.
if a user subscribes to a product, i would like to update the existing stripe-customer.
i use the stripe-checkout method: https://docs.vuestripe.com/vue-stripe/stripe-checkout/subscriptions
Gotcha. But you have no backend at all in this flow?
nope ๐ฆ
Well we do have a client only stripe checkout: https://www.youtube.com/watch?v=N8z-Db6axbQ
But I highly recommend having a backend server
This is a legacy flow
i hear you!
ok. i found what i searched for: https://stripe.com/docs/payments/accept-a-payment#handling-existing-customers
it seems, i have to use a backend server.
thank you very much ๐ ๐ช
No problem!