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.
Yes this is the scenario that is occurring. However the coupon code should not create a new subscription because it’s the exact same price as the one that failed. So to Reactivate one would assume their subscription is being Reactivated and not creating a new one.krileon wrote: The only way I can see this happening is their credit card failed to be billed, the subscription went into retry mode at Stripe, and the user renewed manually from your site with a coupon generating a new plan which then updated their Customer payment source and caused the next retry on the previous subscription to be billed;
I understand what you mean however as you’ve u can imagine, this is not an optimal way to do it for the obvious reason.krileon wrote: I suggest just configuring Stripe to stop reattempting to collect payments. Navigate to Billing > Settings and set "Retry rules" to "Custom dunning rules" then set the first dropdown to "Stop trying to collect payment and…" and set "Then finally" to "cancel the subscription".
Please Log in or Create an account to join the conversation.
It's going to be your only solution for the time being and highly recommend using it until we can explore finding a potential fix for this issue. Since CBSubs doesn't have a means of updating cards on file this won't make any difference to the enduser as far as they're concerned. As we now know exactly what triggers this have added a bug ticket with these details to review investigating and fixing in a later release.I understand what you mean however as you’ve u can imagine, this is not an optimal way to do it for the obvious reason.
It is far from being that simple. Stripe doesn't provide a means for me to test this scenario so I could never see if such code would even work.I think I have a solution? Could you add the code that says when the above scenario occurs, IF the price is the same it cancels the previous subscription and creates a new one? This should alleviate stripe from continuing to retry correct?
Please Log in or Create an account to join the conversation.
That is correct, I do not see any failed IPN's from Stripe. I do see some from PayPal (subscr_failed), not sure if you need that but thought I'd share anyway.krileon wrote: Was that not the case for you? Do you have a failed payment notification in CBSubs > Notifications?
Yes they are active in both.krileon wrote: Are you using Webhooks at all within your Stripe gateway and account?
Yes, it has been updated after the fix you're referring to.krileon wrote: Is CBSubs and CBSubs Stripe completely up to date as this was a recent addition.
Please Log in or Create an account to join the conversation.