#verge729
1 messages · Page 1 of 1 (latest)
The portal does not currently support creating new subscriptions, you can use Checkout for that
Is there something with Checkout that I can configure from the Stripe Dashboard or is it only via a file like server.js on my side?
What do you mean? Are you currently creating the Portal Sessions yourself manually for repeat customers?
I create the Portal Session through a Graphql call to the Stripe Remote Schema and then redirect the user to the link returned from that call
Or, better said, I create the Portal Session on the Dashboard, then use the Graphql call to get a url for Portal Session with the customer's info
Interesting. Ok, well, I would say in this case for these existing customers with cancelled subscriptions you're going to want to send them to checkout instead (ie, create a checkout session using the API)
okie-dokie. I'll take a look at that. Thanks!