#chiayi9879_stripe-apps-test-installation

1 messages ¡ Page 1 of 1 (latest)

remote deltaBOT
#

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

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

little mist
candid zodiacBOT
vivid bramble
#

Hi, let me help you with this.

verbal juniper
#

Is 'account.application.authorized' for me to track when a new user installs my stripe app?
Yes: https://docs.stripe.com/stripe-apps/build-backend#stripe-apps-events

How do I test 'account.application.authorized' locally/in test mode if it is not supported by Stripe CLI?
Specifically to Stripe Apps you can run an 'external test' to install your app on a different account which should trigger the events as you need: https://docs.stripe.com/stripe-apps/test-app

Set up and distribute test versions of your app before publication.

Validate and process user actions and data in your app using backend code.

little mist
#

ok got it! thanks