#jmak
1 messages · Page 1 of 1 (latest)
oh i am looking for a no code solution
I guess I can make two products
so i have something i am charging $800 for as a one time payment or else its $399/mo over 3 months
is there a way to stop payments after 3 months?
how do i ensure I get the payment?
payment links
its the no code setup
since i'm just trying to sell something easy on a website
You can achieve what you want with code
But that's not baked into payment links functionality
okay i've made two products, but i want the product to stop charging them 399/mo after 3 months
essentially sell a 3 mo sub
Yeah you can't do that without code
At minimum you'd need to make an update subscription api call to the sub created from the payment link
hmm thats a bit more complicated than i'd like because it's literally just a website
to sell 1 product
It would be just 1 api call to achieve what you want
But it's just not possible to do without writing that line of code
Yeah you'd need a backend
Yeah then what you want isn't possible with just that
Hi, stepping in. You might want to look at our Payment Links: https://stripe.com/docs/payment-links. You can just share the link on your website.
yeah ive been using a payment link for the one time purchase
but not sure how to do it for a sub
I just tested this on my end. You can create a Payment Link for Subsciprtion as well, and since you do not want to write any code, you'd use the Dashboard to then cancel the Subscription after three months.
Also, this server is designated for developers who have technical questions regarding a Stripe integration. If you have non technical questions, our support team can help better than I can: https://support.stripe.com/contact.
ive been in contact with both of u guys
so i manually cancel the subscription for them right?
what stops them from cancelling it early
and then i won't get the proper amount
its not that i can't write any code, its that with a simple website it doesn't make any sense too
I see. Yeah, you'd manually go to your Dashboard and Click on the Subscription > update and you can set a cancel date that is 3 months out.
What do you mean by 'what stops them from cancelling it early'?
Where on your website are yo showing an option to cancel?
im not showing an option to cancel
so are you saying then they will not be able to cancel
surely there has to be a way to do it non-manuallly, as it the subscription ends after 3 months of payment
There is not with Payment Link and the work around is to use the Dashboard with no-code option.
If you're not showing an option to cancel the subscription, how could they do that?
by dashboard you mean manually cancel people's payment
That is right, because you only want to charge the customer for 3 months.
When you click on 'cancel' you can choose a future date that you want to cancel on
do i start by making a subscription?
https://dashboard.stripe.com/subscriptions?create=subscription
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
1/ You create a Payment Link for Subscriptions: https://stripe.com/docs/payment-links
2/ You go through the flow using our test card, https://stripe.com/docs/testing#cards-responses
3/ You then find that Subscription on your Dashboard and look for the 'Actions' button
ive created it, but i dont see the option to stop the sub ?
What tab?
You'd go to your Stripe Dashboard page, https://dashboard.stripe.com/test/dashboard
yeap
okay and then how do i cancel the subscription after 3 months
Follow these steps please:
1/ You create a Payment Link for Subscriptions: https://stripe.com/docs/payment-links
2/ You go through the flow using our test card, https://stripe.com/docs/testing#cards-responses
3/ You then find that Subscription on your Dashboard and look for the 'Actions' button
i find this hard to believe
i have 1000 customers
you are telling me that there is no option on stripe to sell time-gated subscriptions
- buy a 3mo sub, 2. buy a 1 year subscription etc
theres no way that this is scalable to manually cancel all these people after they have purchased something
That is correct not without writing a code.