#vibhav-curl
1 messages · Page 1 of 1 (latest)
Hi @dull elbow! Could you clarify your question? What exactly are you trying to achieve?
Actually i have a webhook configured for connect. Now whats happening is we are getting notifications for all the transactions which are happening with connect accounts except one connect account. I am trying to find the answer for it
by the way this is happening in test
Thanks for the info! Could you send me the merchant ID which doesn't trigger events (acct_xxx) or a specific event you didn't receive on your webhook (evt_xxx)?
Thanks, I'm looking into this.
thanks @spark relic
So I had a look at the connected account (acct_1HRqINAcwVJeRG8X), and I do see that the Payment Intent (pi_3K9RhOAcwVJeRG8X03ZoNYjn) successfully triggered your connect platform webhook (your server responded with a 200 status code). So it seems everything is working as expected.
Why do you think it's not working?
I am not able to see it in webhooks notifincations for this one: we_1JXdlxJYxzz9q9i9kkxIhn9C
and was also not able to see in the logs
Actually you are right, it was not send to that specific webhook. Instead it was send to your live webhook (we_1JZ4yMJYxzz9q9i97OKt4rqk). This behaviour is explained in our documentation
https://stripe.com/docs/connect/webhooks
For Connect webhooks, it’s important to note that while only test webhooks will be sent to your development webhook URLs, both live and test webhooks will be sent to your production webhook URLs.