#bugkiller.
1 messages · Page 1 of 1 (latest)
Cancelling a subscription doesn't prevent payment collection on old invoices that were created by that subscription. That could be what happened
If you send the subscription and invoice I can take a look
I mean, subscription has trial period
user made subscription and then canceled subscription in trial period
Well can you send the subscription id so i can look
but he was charged after trial
sub_1NOdHwBTGnRwDyDicPM84tJm
user canceled via our web app
(our backend wil call
subscription = stripe.Subscription.retreive(id)
subscrption.delete()
user repoted an issue , so we checked and subscription didn't cancel.
anyway check the subscription...
That's because the user had 2 subscriptions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
One of them was canceled by the web portal it looks like
The other was not and was charged
The one that was not canceled by the web portal was cancelled manually by you in the dashboard