#Kevin Dsouza-webhooks

1 messages · Page 1 of 1 (latest)

shut viper
#

👋 What's the id of either the endpoint or the event you're trying to get?

tranquil wyvern
#

It receives test payment _intent events sent from the dashboard, but not real events

#

If I enable ALL events I see a payment.created event but cant find info on it in the docs

rose elm
#

That appears to be a destination charge, which means the payment intent actually resides on your platform account. So in this case the webhook endpoint you have wouldn't pick that up as it's configured to receive events from your connected accounts.

To receive this event you'd need another webhook listening to events on your platform. This doc goes a bit deeper into the differences between an account and connect webhook.
https://stripe.com/docs/connect/webhooks

tranquil wyvern
#

Gotcha...let me quickly try that out!

#

That worked!! Thanks a lot for helping out..Stripe support rocks!