#bmizerany1234
1 messages · Page 1 of 1 (latest)
Can you give more context? You're creating a Stripe App, right? What is this info being used for? What's the end goal?
Sure.
Currently I'm running and testing my stripe app using stripe apps start. When doing that, I'm also testing it against my local backend http server which the app makes calls to.
I'd like to now share my app with others. I have my api/backend running on a server at example.com
I want my Stripe app to point to example.com for all backend requests
If I owned the runtime for the stripe app, I would simple set an env variable
however, this is Stripe's house I'm running in, and I do not have access to that
so I'm wondering if there is a way to detect which runtime my stripe ext is currently operating under (dev/test/local or running at Stripe)
I think this might be the solution you're looking for: https://stripe.com/docs/stripe-apps/reference/app-manifest#extended-manifest
THANK YOU!
Working! Thank you again. Not sure why I didn't see that article before.
Amazing! glad to hear it