#truuutipz
1 messages · Page 1 of 1 (latest)
Hi there!
Hm, could you share a subscription ID? Canceling a subscription means no new invoices should be generated for that subscription. If the customer had any separate pending invoice items, those would still be invoiced at the end of the billing cycle.
Yes one moment
@lament mural sub_1MEJcMJ85cqQfSXbhb3FT0it
Also, I think this test account had a separate pending invoice item but we convert to invoice now
This subscription is still active/not canceled. I see a subscription item was deleted but that's separate from the subscription's status. Could you share a bit more about what your ultimate goal is with this subscription?
So if a customer were to go from free trial bundle to a freemium bundle, we update the same subscription
Is that why a customer's charged when a free trial subscription is canceled?
I see an update was made to this subscription, with a trial_end value of now
I see a prorated adjustment occurred as well for this subscription. Does that mean a customer get refunded?
Yes that's correct. We wanted to update the same subscription object that's why.
Just to be clear, is your intent to move the customer from the trial of the $750.00 price to the $0.00 price?
The customer didn't get refunded but has a $750 credit to use for their next invoice. This isn't really helpful since their next invoice will be $0.00, and future invoices will continue to be $0.00 while they remain on the new price
I think my team has decided to just cancel free trial subscription completely and create a new subscription with whatever the customer wants to purchase. That way we won't deal with the prorated adjustments and the customer won't be charged
got it. I recommend looking at this: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
you'll want to edit the price on the existing subscription item, as opposed to adding a new subscription item with a different price. alternatively, you can look into using subscription schedules: https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#upgrading-subscriptions