#rory-gianni_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225788434988142612
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- rory-gianni_api, 23 hours ago, 5 messages
hi! er yeah, good question, I don't have much experience with testing stuff for Apps specifically. I can tell you how to create a connected account but not sure if that helps with the wider question.
there's a few different ways to use and install Apps, which guide specifically are you looking at?
This is the confusing thing - I don't actually need to use any of the Stripe Connect capabilities.
But my understanding is that Stripe Apps have connected /authorised accounts.
I've just been following the https://docs.stripe.com/stripe-apps/create-app tutorials
yeah it confuses me a lot too
https://docs.stripe.com/stripe-apps/create-app - the very first thing here it says "If you have an existing Connect extension, see Migrate to Stripe Apps."
I guess Connect extension isn't the same as Stripe Connect?
yeah a Connect Extension is what we decided to call a platform that uses OAuth to connect to existing accounts over Standard accounts. That use case is now meant to be a Stripe App.
OK
it is, it's what we would have called Connect on Standard accounts in the past
It looks like what I want to do is covered here in the Stripe Connect testing guide: https://docs.stripe.com/connect/testing?locale=en-GB
But I don't have Stripe Connect set up. The Stripe App tutorials don't ask you to setup Stripe Connect.
Hi taking over here
hi there
What specifically from that guide is what you need to do?
Confused because you said you're testing Apps
But linked the Connect guide
What I want to do is test receiving webhook events for my stripe app users
So for example, the Stripe CLI has a --stripe-account flag e.g.
stripe trigger payment_intent.succeeded --stripe-account "acct_1P2BexQkzGyrVGQ7"
I'm imagining a scenario where a user has authorized my app, and I've saved their account id.
I've just started developing.
ie this flow: https://docs.stripe.com/stripe-apps/test-app
ok- how do I create a test account?
That assumes your app is already developed though
I've followed to the point of installing the test app
I can see it on the right, its a hello world.
I'm not sure where it is that I'd create a test account
Just create a new account through the sign up flow
Sign up to quickly create a new Stripe account today and get started accepting payments in minutes.
As in, create a new stripe account?
yes
Oh right
That's what you'd need to test the published app
sure I can do that
yeah that makes sense
OK I was assuming there was some sort of mock account creator via the CLI that I was missing.
A quick question regarding apps though -
This might sound a silly question but- I've created an app with my main stripe account. Its effectively the owner of that app?
If all you want to do is test connect events you can do that too
By creating a connect account, which is what my colleague was hinting at earlier
But if you have a stripe app it's probably best to actually test with the app
And I use my Account API keys for the app to make calls
Yeah
Cool ok- I think what I should be doing is creating a separate stripe account for the app itself
To quickstart development I was using my own stripe account.
Alright- thank you for your help.
No problem