#rory-gianni_api

1 messages ¡ Page 1 of 1 (latest)

finite fableBOT
#

👋 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.

hard oysterBOT
#

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.

iron current
#

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?

tired marten
#

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.

hard oysterBOT
tired marten
iron current
#

yeah it confuses me a lot too

tired marten
#

I guess Connect extension isn't the same as Stripe Connect?

iron current
#

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.

tired marten
#

OK

iron current
tired marten
#

But I don't have Stripe Connect set up. The Stripe App tutorials don't ask you to setup Stripe Connect.

edgy sierra
#

Hi taking over here

tired marten
#

hi there

edgy sierra
#

What specifically from that guide is what you need to do?

#

Confused because you said you're testing Apps

#

But linked the Connect guide

tired marten
#

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.

edgy sierra
#

So is your app already complete?

#

You could create a test account and just add it

tired marten
#

I've just started developing.

edgy sierra
tired marten
#

ok- how do I create a test account?

edgy sierra
#

That assumes your app is already developed though

tired marten
#

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

edgy sierra
#

Just create a new account through the sign up flow

tired marten
#

As in, create a new stripe account?

edgy sierra
#

yes

tired marten
#

Oh right

edgy sierra
#

That's what you'd need to test the published app

tired marten
#

sure I can do that

edgy sierra
#

via this guide anyway

#

If you're trying to listen to events on that account

tired marten
#

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?

edgy sierra
#

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

tired marten
#

And I use my Account API keys for the app to make calls

tired marten
#

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.

edgy sierra
#

No problem