#verge729

1 messages · Page 1 of 1 (latest)

empty estuaryBOT
slate wigeon
#

The portal does not currently support creating new subscriptions, you can use Checkout for that

quiet badger
#

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?

slate wigeon
#

What do you mean? Are you currently creating the Portal Sessions yourself manually for repeat customers?

quiet badger
#

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

slate wigeon
#

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)

quiet badger
#

okie-dokie. I'll take a look at that. Thanks!