#matthew.woodruff
1 messages · Page 1 of 1 (latest)
I'm trying to use this example as a starting point https://github.com/stripe/stripe-apps/blob/main/examples/install-webhooks/backend/java/README.md
Stripe Apps lets you embed custom user experiences directly in the Stripe Dashboard and orchestrate the Stripe API. - stripe/stripe-apps
but I see no activity in the output for stripe listen during install/uninstall
Ah yeah I don't think you are going to see that Event fire when installing on the account that created the App
Try creating an external test build: https://docs.stripe.com/stripe-apps/test-app
Then install it on another account you control
cool, that makes sense. I did try this ealier though and failed to upload a public distribution in order to test it. Every time it shows a failure in the ui.
and in the api logs I see `invalid_request_error
13:Client application is not associated to target app: tailorapp*AY3lUvuMHwAAAO3J#EhcKFWFjY3RfMUxMckVzRGJXZTBvU214WA
`
req_gJ58R2xjO6lIh5
Thanks, looking
cool, thanks.
Yeah this shouldn't be happening -- we are investigating and escalating internally. I'll keep you updated
thanks 👍
@full knoll okay thanks for the patience.
So turns out the issue here is that the account you are using is a Connected Account that is created under Platform Controls from a Platform (https://docs.stripe.com/connect/platform-controls-for-standard-accounts). These accounts aren't eligible for distributing Stripe Apps publicly currently. So what you want to do here is create a separate standalone account to handle this Stripe App you are creating.
We are also working on surfacing a proper error message here -- sorry you saw this confusing 500 error.