#CUBOS Gavin
1 messages · Page 1 of 1 (latest)
Sure!
evt_1OAUvrCQHDsxGScnPlSflXZB
Judging from the payout object, there's no way to figure out the account ID. https://stripe.com/docs/api/payouts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I though, there may be another way to go about this.
If you use Connect webhooks, it will contain the account ID: https://stripe.com/docs/connect/webhooks
That's wonderful! I somehow missed that. Thank you very much.
Happy to help.