#jamesdahlen.nwi
1 messages · Page 1 of 1 (latest)
Yep, for events from connected accounts the account is part of the top-level event object data:
https://stripe.com/docs/api/events/object#event_object-account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ahh OK- so not in the event->data->object, just the event itself. thanks
That's right -- its about the source of the event itself, while the data.object payload (the payout in this case) doesn't have that context internally