#Hernando-Subscription
1 messages Β· Page 1 of 1 (latest)
I was trying to understand how a creator can disable a subscribable product, and if by cancelling the product subscribability the already placed subscriptions are automatically cancelled. I fear that we may need to manually cancel at period end each of the subscriptions
I can test it (and you can too π ) It's interesting question btw
thanks! I'm not sure if I have the tools to test this (I'm pretty new to Stripe, you have an amazing documentation though)
You can create an account, and use Test mode
on Test mode you can do anything you want, it won't become real money transactions
I just tested it. So if you created a Product, then created a Price within, then create a Subscription uses that Price
You can not delete the Product at all, because it has an associated Price
Instead, you can archive the Product, and
This product canβt be added to new invoices or subscriptions. Any existing subscriptions remain active until canceled.
Nice, I was able to create a product, add a recurring price and do an initial test payment
but how do I test the recurring payments?
You can see it on your Dashboard, it will say next billing Invoice
or use the Upcoming Invoice API to retrieve next Invoice
More convenience, we have a newly released Billing Clock, let you simulated flying time π
let me check
But it will requires to email us to enroll : https://stripe.com/docs/billing/testing/test_clocks
It's an advance tool for test. Most of the time the Upcoming Invoice API is good enough to start with
I will handle this billing clock by tomorrow π I will comment it to the product owner to validate
I think it will be super useful
Yeah it's a long waiting feature requests we often receive π
when you say billing dashboard, you mean in the billing portal, right?
next billing Invoice
Thank you @deep dirge , I really appreciate your help, I think I can continue now
Dashboard is your Stripe Dashboard π All your subscriptions are here: https://dashboard.stripe.com/test/subscriptions
Customer Portal is a different thing, it's the link you will give to your customer, and they can change their own Subscription