#Georgia
1 messages · Page 1 of 1 (latest)
Hi, can you add more details here? What does 'reuse a subscription' mean here? You can use the same price id to create another subscription. You can learn more about how Subscriptions work here: https://stripe.com/docs/billing/subscriptions/overview
I have started a monthly subscription for a customer and I want to use that same subscription for another customer purchasing the same plan
i don't have it set up on my website yet so I've been doing them manually from stripe
I see, you'd need to create another subscription using the price id: https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price
So I need to make a new subscription everytime?
when someone purchases the same program that can use the same subscription?
The way subscriptions work is explained here: https://stripe.com/docs/billing/subscriptions/overview. You create a Product and Prices, you can then re-use that price id to create the same 'subscription' for different customer by passing in the price id during the Subscription creation: using the price id: https://stripe.com/docs/api/subscriptions/create#create_subscription-items-price
Can anyone put in their info with this link and it'll work?
this is the link from the first one I made, but I can't find it anywhere on stripe. I found it in an email
hello
Taking a look here
Yes, that is correct. This is a Payment Link, https://stripe.com/docs/payment-links and it'll work
so confirming that same link can work for anyone?
and I don't need to remake a new subscription. I can just give the link to whoever is purchasing?
yes, as long as it's active, https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-active