#93gaurav93
1 messages ยท Page 1 of 1 (latest)
Hello, have you looked enough to know whether your will be using standard, custom, or express connect accounts?
I am looking to let my customers connect there existing accounts
In that case you can use the stripe_account parameter 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.
Actually, that depends. Do you know whether you are using our direct charges flow (creating the payments directly on the accounts) or our separate charges and transfers flow (taking payment on your platform and transferring some the funds to the connected accounts) ?
No. I am only looking to show the transactions of connected account.
Not going to use Charges or Payments
Not sure what you mean there. Can you send me the doc your are referencing here?
My purpose is to let our customer connect their preexisting Stripe account via "Stripe connect" to our platform. And once it is connected, I want to fetch all their historical transactions so I can show them on out platform. To achieve this, we have decided to use "Stripe connect".
To connect Stripe account I am referring this doc https://stripe.com/docs/connect/oauth-reference
Hello ๐
Pompey needs to step away so I'm taking over.
Give me a moment to catch up and I'll respond as soon as I can : )
Are you trying to build an extension or a platform that ingests the data from the connected account?
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Hello ๐
Hey
Are you trying to build an extension or a platform that ingests the data from the connected account?
Yes. Correct!
Gotcha.
You should be able to list transactions once the accounts are connected.
Have you tested this already and are seeing any weird results?
No I haven't tested. Before proceeding further, I want to know which API can be used to fetch account-specific transactions only. I have checked the transactions API but there seems no filter for account.
Ah you'd likely want to refer to this doc
https://stripe.com/docs/connect/authentication
It explains how you can make API calls for connected accounts
So I can use any normal API and pass Stripe-Account: as header to filter the results?
yup
NP! ๐ Good luck