#juck_stripeapp-server

1 messages ¡ Page 1 of 1 (latest)

upper grottoBOT
#

👋 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/1240441184875184139

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

haughty dawn
#

@cursive jungle Stripe Apps can definitely work for server-side only component and are the right approach for this! It's not just for UIs

#

basically your customer will "install" you Stripe App on their account which gives you permissions to do certain things (you can ask for what you want, like a mobile app).

cursive jungle
#

Hm I see. Yes that's exactly what I need. The only information I can find online regarding Stripe Apps is to create the typescript project using the stripe CLI. Do I still want to do this as well and integrate it to my API somehow?

#

Like, does a Stripe App need some kind of minimal app shell (typescript project) in order to work? Or can it be "headless" and just integrate to my API backend using API calls/oauth

#

Sorry if my question doesn't make sense

haughty dawn
#

alternatively you can use our Stripe Connect product, that's what I am more familiar with because I've used it for years. Both approach work fine, just Apps are the better/newer thing as they have granular permissions

#

juck_stripeapp-server

cursive jungle
#

Thank you so much for pointing me in the right direction. Can I come back to this thread if I have further questions? Or should I start another thread