#SebRollen
1 messages · Page 1 of 1 (latest)
Hello, happy to help. The event object will have an account property if the event is for a connected account (that field will be blank for platform account events) 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.
Otherwise, you can set your own URLs for the webhook, so you could have the two different endpoints go to different routes or the same route with different query params
Thanks for the reply! The account field sounds like the best approach for us, I will try using that. Thanks!