#.ikeo.
1 messages · Page 1 of 1 (latest)
You'd still need to create a Subscription for the customer to be automatically billed
Ok so the product saying $197/month is just for show, is there anyway to automatically add the subscription with a webhook?
The way it works is that we allow you to create a variety of products/prices, but you still need to actually create a subscrpition in order to tie it to a specific customer and know which payment method to charge
So let's say someone went on my page, clicked "buy" and is directed to stripe checkout, and PAYS. I then need to assign a subscription to them starting 30 days from now?
And that payment method they used to pay initially would be the payment method on file?
Sorry I don't know why this is confusng to me
Ah you didn't mention Checkout
Checkout is what would create the Subscription for you - you wouldn't need to create/assign a subscription after that
ahh
ok
So when a user checksout here:
I wouldn't need to assign a subscription, correct
correct - that'll assign and create the subscription automatically
awesome
And they will be emailed instructions for their portal ?
For cancellation, etc.
I think we only send an email to the customer portal in some situations (like if a trial is ending and they need to update their payment method)
Not necessarily - you could just have to make sure to provide them a link to the customer portal in your own site somewhere or include it in your own email
👍