#subhrajeet99
1 messages · Page 1 of 1 (latest)
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.
- subhrajeet99, 2 days ago, 7 messages
- subhrajeet99, 5 days ago, 14 messages
- subhrajeet99, 5 days ago, 11 messages
- subhrajeet99, 5 days ago, 12 messages
- subhrajeet99, 5 days ago, 7 messages
What charge type do you use? Direct Charges, Destination Charges, Separate Charges & Transfer?
I use direct charges for standard accounts
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:
- List Payment Intents API: https://stripe.com/docs/api/payment_intents/list
Stripe-Accountheader as connected account ID: https://stripe.com/docs/api/connected-accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No problem! Happy to help 😄