#mindsetinmeta
1 messages · Page 1 of 1 (latest)
hello! there's no best way, it really depends on what you need / require.
You can list all payouts using https://stripe.com/docs/api/payouts/list. To retrieve it from a connected account, you must include the Stripe-Account header : https://stripe.com/docs/connect/authentication
alternatively, there's also reports which you can pull : https://stripe.com/docs/reports/report-types#connect
no, it's not, that's the bank account / card object
to specify which connected account, use the Stripe-Account header
So it would be
curl https://api.stripe.com/v1/payouts
-u sk_test_wsFx86XDJWwmE4dMskBgJYrt:
-H 'Stripe-Account: {{CONNECTED_ACCOUNT_ID}}' \
something like this, right?
yep
yep, that's right