#jeremy-express-accounts
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.
- jeremyistalking, 4 hours ago, 14 messages
Are you using destination charges?
Well with stripe connect there's several possible fund flows
One is destination charges: https://stripe.com/docs/connect/destination-charges
How are you creating charges? By setting stripe account header or transfer_data?
Or doing a separate transfer from the charge?
I'm getting pay in invoice by a company, then I just transfer the money minus the fees (manually) to my user's express account
I see
So those transfers will create charges on the connect account. So, you can list all charges on the connect account to see them: https://stripe.com/docs/api/charges/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'll need to pass the stripe account header though: https://stripe.com/docs/connect/authentication
Ok, but the charges are realted to which account, mine? Or the user's express account?
I want to retrieve the exact same transations as in the express account dashboard of the user
I don't understand how I can do that
Hi ๐
I"m stepping in as @rancid wharf needs to go soon.
You need to make Stripe API requests as the Express Account, as my colleague mentioned. You do this using the Stripe Account header.
We explain this here: https://stripe.com/docs/connect/authentication