This would be why you had failed subscription activations then. If the user navigated away from Stripe checkout and didn't let it send them back to your site Stripe had no way to notify CBSubs that a payment was completed.Webhooks is unknown territory for me... I had setup a webhook in the Stripe account config, but only with the home URL of our site. I saw it had failed attempts only.
Use the URL provided within CBSubs > Payment Gateways > Your Stripe Gateway. Be sure to add or replace the Itemid in the URL with &Itemid=1579. You also only need to be sending the webhook events specifically noted on that same CBSubs page. Do not send all events.I removed the existing, and created a new webhook in Stripe with the URL of the menu point you created. Added that Stripe webhook secret in the gateway config in CBSubs.
Webhooks will be logged in Stripes webhook history. CBSubs will log them in CBSubs > Notifications if CBSubs needed to process the notification.I tested several times with adding a new subscription to my profile, going to the Stripe payment page and cancel the payment in Stripe. I would expect to see any webhook attempts there, but it remains empty.
That's a bug with the filters. Log out and back in backend to clear the filter cache and that'll fix it.I cannot access CB Subs baskets anymore now: when I click the SBSubs menu option baskets, I get an SQL error - see uploaded image
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This means the IPN signature is failing. Did you configure "Stripe webhook Signing Secret" correctly within your Stripe gateway in CBSubs > Gateways? That can be found with your webhook in your Stripe account. This at least means webhooks are now reaching your site they just aren't processing due to the signing secret either being missing or being incorrect.what I also see in the log, is numerous ‘stripe Stripe IPN fraud attempt. ERROR: signature’ which worries me even more.
Please Log in or Create an account to join the conversation.