#Ruuubear
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- Ruuubear, 2 days ago, 5 messages
- bear-checkout-error, 2 days ago, 15 messages
Hello
Hmm so if you use a trial then the Subscription won't "renew" at the end of the natural cycle.
It would only fire Webhooks when the trial ends
You likely just want to use a $0 Price here
I've created a product with a $0 price. But can I make it so it doesnt take the users card details?
Yeah just create the subscription with that price
You can try this yourself in test mode
It still asks for card details
From a business perspective I want to be able to let users get the free tier without thinking/or feeling they are giving their card details or signing up to anything
Oh well you have to do it outside of Checkout
Like you have to create the subscription with the /v1/subscriptions endpoint
Ah I see
thanks
susbcription.create requires a customer to already exist, is it possible to create both together?
Nah you'd need to do 2 api calls