Home › Forums › Stripe Payments Plugin › Subscriptions were supposed to stop after 3 payments and didn't stop › Reply To: Subscriptions were supposed to stop after 3 payments and didn't stop
Website has been online and accessible; no problem there.
Webhooks appear to be properly configured. I see green check marks for both the live and test webhooks.
The Live subscription plan has a price of $20, a billing interval of 1 month, and a duration of 3.
So I think everything is set up correctly as best as I can tell.
Unfortunately, the debug log was not on when the extra payments happened. I turned it on yesterday, but since we won’t be relaunching this program again until sometime in the fall, debug is of no help right now to know what happened in the recent past.
Now, I do see something when I go into the actual individual Subscriptions. Under “Payments Made” it says “0 of 3” and under Events, it shows the date the Subscription was created, but Amount next to that says “-” and then there are no further events after that. However, Stripe was taking the $20 at creation and every month after that.
So it seems like there is a communication issues between Stripe and the website? Is that a webhook issue? How would I fix?