#Hernando-Subscription

1 messages Β· Page 1 of 1 (latest)

deep dirge
#

Hello there! Let's continue on this thread

sonic saddle
#

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

deep dirge
#

I can test it (and you can too πŸ™‚ ) It's interesting question btw

sonic saddle
#

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)

deep dirge
#

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.

sonic saddle
#

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?

deep dirge
#

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 πŸ™‚

sonic saddle
#

let me check

deep dirge
#

It's an advance tool for test. Most of the time the Upcoming Invoice API is good enough to start with

sonic saddle
#

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

deep dirge
#

Yeah it's a long waiting feature requests we often receive πŸ™‚

sonic saddle
#

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

deep dirge
#

Customer Portal is a different thing, it's the link you will give to your customer, and they can change their own Subscription