#jahanzaib
1 messages · Page 1 of 1 (latest)
hi there, you can use the payout creation API https://stripe.com/docs/api/payouts/create#create_payout, and set the Stripe-Account header (https://stripe.com/docs/connect/authentication#stripe-account-header)
do i have to provide connected account Id or bank Id ?
You need to specify the connected account ID in Stripe-Account header, and bank account ID in the destination param
thanks