#vibhav-curl

1 messages · Page 1 of 1 (latest)

spark relic
#

Hi @dull elbow! Could you clarify your question? What exactly are you trying to achieve?

dull elbow
#

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

spark relic
#

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)?

dull elbow
#

pi_3K9RhOAcwVJeRG8X03ZoNYjn

#

acct_1HRqINAcwVJeRG8X

spark relic
#

Thanks, I'm looking into this.

dull elbow
#

thanks @spark relic

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?

dull elbow
#

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

spark relic
#

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.

dull elbow
#

oops. so actually when our prod server returned 200. it was never tried later.

#

But @spark relic in that case i think the notification should be fired for test webhook and prod webhook also right

#

Wht should be the behavior in this case