Hello, I hope you are doing well. I have a problem with a Stripe webhook.
The issue is that when I send a webhook, it does not detect it. I have it configured to detect data as shown below.
Hello, I hope you are doing well. I have a problem with a Stripe webhook.
The issue is that when I send a webhook, it does not detect it. I have it configured to detect data as shown below.
You haven’t actually shown the webhook in the video… you should share screenshots of how your backend workflow is setup and the Stripe webhook (a common mistake is not putting /initialize in the webhook URL or pointing it to the wrong version)
another potential issue is that in the setup of your webhook you do not declare that it should be listening for events on connected accounts, if it is indeed for detecting activity on a connected account (ie: seller)