Please Log in or Create an account to join the conversation.
I'm not sure what you mean by this? Going to what page? The Stripe webhook URL?but after having created the new menu item for it, when going to the page, I have this "No valid “do” action selected."
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Those all have responses so it's reaching CBSubs fine.So with this result, I guess Stripe cannot reach CBSubs if I understand correctly ?
This is probably the recurring payment. Seams like the payment didn't get instantly charged and required some further verification. There should be a "charge.succeeded" webhook after that to pay the invoice. Is the one that was skipped related to the same payment? The data in the webhook should let you link them all together. I recommend finding the payment for that users subscription and looking through the logs at Stripe itself as it gives a full trail of logs to see exactly what webhooks were associated with that payment. Something isn't being communicated to CBSubs and am unsure why.invoice.payment_succeeded : code 200 (ok) - webhook skipped: waiting for charge
That's working as expected then. The menu item isn't meant to actually be fully functional, but provides a way through Joomla's routing to the webhook URLs generated in gateways.The alias is "webhook" so I went to mysite.com/webhook and I have what I've shared with you, a text message displayed on the page saying,
No further changes were necessary your webhook menu item was working fine.PS : I tried deleting the new webhook menu item I created (with display basket notifications), so the endpoint url changed again for the profile page menu item as it was the case originally. In researching a bit, I found out I had multiple menu items for profile page and the one the endpoint url was connecting with was the one for members only. I then changed this menu item and simply changed it to an alias menu item pointing to the cb-profile in CB menu which is public. So now the endpoint url changed again and connects with the cb-profile menu item. I updated it in the webhook on Stripe. I'll see if that works like this, hoping it will.
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.