#Sarvesh
1 messages · Page 1 of 1 (latest)
Hello 👋
I have few minutes before succeeded the Payment Intent payment
pm_1NFd0EENrIJy8DjQ6yDMlsEG
but does not receiving webhook
https://a9be-103-171-41-57.ngrok-free.app/paymentintent
charge.updated
payment_intent.created
payment_intent.payment_failed
payment_intent.succeeded
pi_3NFczhENrIJy8DjQ1jY9VPLW
this is ID pi_3NFczhENrIJy8DjQ1jY9VPLW
what could be the reason to not receive webook event
?
Thank you for the ID, checking in to why this may have been delayed
are the webhook events subscribed are fine or need to remvoe charge.updated event from it?
Oh, it looks like your https://a9be-103-171-41-57.ngrok-free.app/paymentintent webhook is a Connect endpoint but this payment intent is on the same account
Basically connect endpoints only get events for accounts that have connected to your account
So you can delete this endpoint and re-add it as an account endpoint and then you will get the event
ok, so in same Stripe account or I need to create new stripe account for it?
https://a9be-103-171-41-57.ngrok-free.app/accountwebhoook
with event account.updated if I set then will it receive payment intent events?
Same account. You need to delete that webhook endpoint and create another one
ok, i will checkout