#Simple AF
1 messages · Page 1 of 1 (latest)
Hello
Sounds like you want to start a Sub with a one-time Price as well as a recurring Price, correct?
Yes!
Then, yep! That is supported and you just add two items/Prices when creating the Sub: https://stripe.com/docs/api/subscriptions/create#create_subscription-items
Is this under products? I am trying to make sure I am not offering them 2 pricing options. In other words I don't want them to have the options of 297 OR 27 per month
You create two different Prices (a one-time and a recurring Price), then add them both to the Subscription. You can create both Prices under the same Product if you desire or use different Products.
ok trying that now. Thanks!