#zintegy

1 messages ยท Page 1 of 1 (latest)

trim ridgeBOT
vague thistle
toxic pond
vague thistle
#

sure, let me fetch that

#

req_2jQ58t6t7QOrhk

toxic pond
#

OK, this payout is created in your connected account.

You should specify a stripe_account in the request.

By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)

Learn how to add the right information to your API calls so you can make calls for your connected accounts.

vague thistle
#

got it. let me try that (it worked, thanks ๐Ÿ‘)

#

let's say I want to retrieve all payouts of connected accounts. is there a way to do that, like I would with stripe.Account.list()? or must I iterate through each stripe_account_id and call stripe.Payout.list() with that stripe_account in the request?

toxic pond
#

Yes you need to iterate through each account and call stripe.Payout.list()

vague thistle
#

oof. okay, got it

#

thanks for your time, appreciate the help ๐Ÿ‘