#zintegy
1 messages ยท Page 1 of 1 (latest)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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)
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?
Yes you need to iterate through each account and call stripe.Payout.list()