#atanas - metadata
1 messages · Page 1 of 1 (latest)
Hi there. One moment
Only with manual payouts. https://stripe.com/docs/api/payouts/create#create_payout-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Is there a way to go from a payout event -> Connect account? I see that I can put metadata in there as well.
I'm looking at automated payouts
Oh if you're listening to connect events, then the event will have the account id on it: 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.
Oh duh, thanks!