#dymex
1 messages · Page 1 of 1 (latest)
Hi there!
Can you clarify what "a subscription that would be disabled by default." means exactly?
It means that I need an object that would have everything about the subscription(date, price,..) before. But it shouldn't get the money from our customer right away.
I should be done once we confirm everything is alright
You could start the subscription with a free trial, and then end the free trial when needed?
That's not really possible.
We're using a third party service for the payment. they could give us the price with the description but it would be way better if they could already create the subscription and we just "activate it"
The two main options I can think of:
- create a subscription now with a free trial
- or create a subscription in the future with a subscription schedule
Okay. isn't it possible to do it with setup intent ?
What do you mean? A SetupIntent is to save a payment method.
You could save the user's PaymentMethod with a SetupIntent, and create the subscription later, yes.
That's similar to using a free trial.
okay thanks