#Monkey D. Luffy - connect webhooks
1 messages · Page 1 of 1 (latest)
Hello, have you seen this doc on connect webhooks? https://stripe.com/docs/connect/webhooks
stripe.Event.retrieve(event_id)
I am talking about retrieving events using this API. for some reason connect account events not retrieving any help would be appreceated.
Request req_azTgJIwWk6PSih: No such notification: 'evt_1L8lz4Q5sZhvVzFA7ADQyiB4'
But Event Exists
Thank you for the clarification. In that case you will want to pass that account's account ID when retrieving the event https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The events live on the account that they are for
Sure Thanks