#Konrad
1 messages · Page 1 of 1 (latest)
My understanding is if you don't specify that destination parameter, it will use the default external account of the connected account
Have you tried to not specify it?
I can try that, but how would Stripe know which account the take the money out of from ? Like the source account. If I call without parameter it would create a payout from my own (account holder) account I would think
Using the stripe-account header, like this https://stripe.com/docs/connect/manual-payouts#regular-payouts
wow...I looked 100 times on that page and didn't see the second object parameter. It worked! Thank you!