#huntington-stripe-app
1 messages ยท Page 1 of 1 (latest)
Hello ๐ I don't think that's currently supported
Have you looked into building a Stripe App that offers the insights on stripe itself?
https://stripe.com/docs/stripe-apps
huntington-stripe-app
Hey! Thanks for getting back to me so quickly ๐ That wouldn't really suit our use case, which really requires the user to see their Stripe data alongside other non-Stripe data sources... is there any other way than through a restricted API key to get this data?
The other option that I could think of would've been to create an extension but we're deprecating those soon in favor of Stripe Apps
There are a number of apps - Baremetric, Profitwell - who redirect you to log into Stripe, and after that they have access to your Stripe data. Any idea how that's accomplished? Is that through an extension? Is it replicable with an app?
I believe you're referring to oAuth flow which uses Stripe Connect where your platform connects to individual Stripe Accounts
https://stripe.com/docs/connect/oauth-standard-accounts
hmm - it looks from the docs like this is primarily for 'routing payments between businesses' e.g. allowing users on your platform to exchange money in a marketplace. Could it also cover the use-case I mentioned, i.e. Stripe users who aren't connected in this way, but who want to share their existing Stripe account data so we can analyse it for them?
Yup, I believe it should.
The flow establishes a connection between the accounts and then you can use the API to retrieve data from the account or/and use webhooks to receive real time updates
OK, thanks Hanzo. Much appreciated! I'll have to take a look
NP! ๐ Good luck