#Simple AF
1 messages · Page 1 of 1 (latest)
Hi there!
My teammate's not online at the moment so give me a minute to catch up on your other thread
my previous thread was closed, so what I am trying to do is set up stripe to sell 1 Subject 2 CRM for 297.00 then they will pay 27.00 per month for support
Okay, got it!
Looks like my teammate recommended this:
That is supported and you just add two items/Prices when creating the Sub: https://stripe.com/docs/api/subscriptions/create#create_subscription-items
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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Based on what you shared, I take it you're trying to do this with the Pricing Table vs. creating a subscription server side?
I was trying to Create a Subscription which is what he recommended. I then added 2 Products, but that created 2 different options. I then added 1 product with 2 prices, but it comes up as one or the other, not both. I thought I had it earlier, but......guess I changed it and it went away, now I can't find it to edit it lol
ok, so I went to Create a Subscription, but then chose the option to embed pricing table on my website. I guess that is where I went wrong?
Kind of? The pricing table doesn't currently support more complex pricing models. With the pricing table, your customers will only be able to select one price for their subscription
You won't be able to subscribe them for the $27.00/month + one-time $297.00 price using the pricing table. This pricing model will require a custom Billing integration: https://stripe.com/docs/billing/subscriptions/designing-integration