#subhrajeet99

1 messages · Page 1 of 1 (latest)

fluid lindenBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

exotic peak
#

What charge type do you use? Direct Charges, Destination Charges, Separate Charges & Transfer?

tacit blade
#

I use direct charges for standard accounts

exotic peak
#

Thanks for sharing! Stripe doesn't support a single API request to retrieve the payments for ALL connected accounts.

You'd need to use List Payment Intents API with Stripe-Account as connected account to retrieve payments for each connected account:

tacit blade
#

Thanks, let me check this

#

And get back to you

exotic peak
#

No problem! Happy to help 😄

tacit blade
#

So, I think this should be the flow-
First list all the connected accounts, then iterate over connected accounts, then list the payment intents of each account with stripeAccount header of the same account

#

Am I going the right way?

#

?