#chiayi9879_stripe-apps-test-installation
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/1220337434588479510
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
another question I have: when will this attribute be null? it says it will be a nullable string https://docs.stripe.com/api/events/object#event_object-account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi, let me help you with this.
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
another question I have: when will this attribute be null? it says it will be a nullable string https://docs.stripe.com/api/events/object#event_object-account
It'd be null if the event was sent to a non-Connect endpoint
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok got it! thanks