#DavidR-connect-events
1 messages ยท Page 1 of 1 (latest)
Hi ๐ this sounds like expected behavior. When you create a Connect webhook it will listen to all events on your connected account that match the event types you specify.
You mentioned that these events are coming from transactions initiated by another platform, could you clarify how you're determining this?
And do you have the ID from an event (evt_XXX) where you saw this that I could take a closer look at?
Thank you for the prompt reply! Of course, the event is the following:
https://dashboard.stripe.com/acct_1EjgovCeyTMz2qfY/events/evt_3KNjGeCeyTMz2qfY0BLaUivX
The way we determined that this is a payment that has not been initiated on our platform is by looking at the transaction:
https://dashboard.stripe.com/acct_1EjgovCeyTMz2qfY/payments/pi_3KNjGeCeyTMz2qfY0gIXx3kI
You will notice that this is a payment for a Stripe-generated invoice because it lists the invoice link in the "Connections" section
Gotcha, thank you for those details. This all does look like expected behavior.