Ironically when I click the users subscription via the ID number, it only shows one. So I'm hoping it is still connected to the original.
Thank you for adding this to the next release. I completely understand what you mean regarding the pending, here is a thought because stripe actually handles the pending state also (i think) and sends out x amount of notifications before cancelling. In their backend you can set how many times the users payment will be retried, I believe it will cancel the subscription after the pre selected retry attempts.
So it seems logical that they would provide you with an additional notification when that has completed. So it would be in a "retry/pending" state until the last attempt and then it should be able to send a cancellation notification, hopefully via API. That seems like the best way, but the cancellation option would indeed atleast solve the issue of multiple subscriptions:)
Thank you !