#theasteve
1 messages · Page 1 of 1 (latest)
Thanks, looking
Okay so what is happening is that past Invoices are being attempted for payment (after the Sub was canceled) but I don't see any new Invoices being created after the cancellation occurs.
Is that what you mean when you say "still being charged"?
That you don't expect past Invoices to be paid at this point?
Only outstanding invoices should be available for payment intent. But it a subscription is canceled it shouldn't allow payments to go thru.
With the subscription ID, is it possible to trace the request to when it was canceled? or verify that the subscription is canceled?
Yep, it was canceled on 1/9: https://dashboard.stripe.com/logs/req_hgVezTBZ0Q2s8H
There was no Invoice created after that point
So only outstanding Invoices were paid after that as you stated.
So going to need more info on why you believe the Subscription is still being charged after this cancellation occurred?
Thanks @obtuse ibex for the help. I will gather more information to diagnose based on the information you provided. Yep, it was canceled on 1/9: https://dashboard.stripe.com/logs/req_hgVezTBZ0Q2s8H When I try to access the link you shared I get No request log found with the specified ID. The log may have passed its retention period.
Could ou share that with me please
You may be logged into the wrong account in that case?
The log is not past retention
You should also be able to see the log directly from the Subscription page: https://dashboard.stripe.com/subscriptions/sub_1MNLnQJrL4BQxxcU74NmQHdh
If you can't load that page then you are logged into the wrong account.
My guess on your confusion is that the last Invoice for the Subscription was created 1/7 but wasn't paid until 1/29
So maybe that is making you think the Sub is still being charged?
However that is considered an outstanding Invoice upon cancellation.
@obtuse ibex would want your advice, what would be the best way for looking if a new invoice has been made for a specific subscription?
HI 👋
I"m stepping in as my colleague had to go
I would recommend retrieving the Subscription via the API and passing in the expand=['latest_invoice'] parameter to allow you to investigate the most recent invoice for that Subscription
thanks I want to do something like "Is last invoice after subscription was canceled, if so log error"