Then Stripe isn't sending a cancellation notification for whatever reason when a subscription payment dispute is lost. You'll need to cancel them manually at Stripe when handling the dispute. Will review implementing automated support for dispute IPNs to pause and cancel subscriptions in a future release.
#7239
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Cancellations from Stripe should of course cancel the subscription and they do in my tests
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's perfectly true. The payment as far as IPNs are concerned was successful and they're active. As I said there is no dispute handling, which is what your issue is coming from. The basket being completed at the end of a dispute is a symptom of that problem. Once dispute IPN handling is implemented it will properly completely terminate the subscription.But we end with users who have an active subscription and a payment marked as completed while this is not true.
No, it's working as it should. This is the same behavior as all our other gateways were a payment gateway unsubscribe cancels the auto renewing only.Can you make that this Stripe IPN cancel the payment and the subscription at CBsubs as it should ?
Please Log in or Create an account to join the conversation.