#PoDuck
1 messages · Page 1 of 1 (latest)
You appear to be mixing up accounts
The request is made on one account, but the event belongs to another
If you want to retrieve the events for a connected account, you need to provide that account via the stripe-account header when you make that retrieval call
I'm not sure if djstripe support this, but i would imagine it does
I guess I didn't think about that. Djstripe does have an Account model that stores accounts. I guess I need to figure out how Djstripe suggests to create an instance of that model. Their documentation seems to essentially be "read the code", as they don't go into any detail on much of anything.
Yea I tried looking at their docs and wasn't able to find any specific guidance about this