#andygee-webhook-not-working
1 messages ยท Page 1 of 1 (latest)
HI Hanzo, sorry, what do you mean by event ID?
Ah the event that you're expecting to be delivered to your webhook endpoint
You'd find the events here https://dashboard.stripe.com/test/events
You can send me the ID of one of the events that you were expecting to arrive on your webhook.
It should look something like evt_xxxxxxxxx
Ah, right, its this one... evt_3KlYUrBRghsiakRa1dCLKIM1
so it seems like this was delivered to two local endpoints
Maybe you had stripe listen running on a terminal ?
Let me check for your other webhooks
I did check that and at first i did have the local listener running but cabceled that and still nothing
Ah it seems like you have mis-configured the webhooks
Are you using Stripe connect?
just tried another one now and stil no webhook contact in test mode...
Yes
Yes using stripe connect
Gotcha. Are you using direct charges or destination charges?
I believe direct charges where would i check to make sure?
Just checked and yes, we are direct
NP! I checked the PaymentIntent in the event that you linked earlier
it doesn't look like this PaymentIntent was created as a direct or a destination charge.
Hence it didn't arrive to either of your connect webhooks
Did you pass Stripe Account header correctly when creating the PaymentIntent?
ok, just checking ...
Can a connect webhook also work for payments we are making that are not for connected accounts... i.e. its just pays directly in to our stripe account?
I don't think so.
You'd need an account webhook for that
https://stripe.com/docs/connect/webhooks
Ok thanks, it hink i know what i'm messing up now...
NP! Happy to help ๐
Many thanks! ๐ ๐ฏ