#baoleduc
1 messages · Page 1 of 1 (latest)
I am having trouble finding our docs on the app_backend part of our manifest. Do you have a link to where you found this in our docs?
I don't see a doc, but follow examples in Github, here is the schema definition of the manifest https://github.com/stripe/stripe-apps/blob/main/schema/stripe-app.schema.json#L150
@clear wing the api_version in my snippet doesn't match with the schema, I did try with something like 2019.12.03 which matches with the schema as well
Gotcha thank you for the info. Checking in to this and will get back to you
Hey apologies for the delay. I am unclear if this functionality is available yet or if it is part of an Apps specific beta. Can you reach out to our support team and ask if this can be enabled for your account? It may not be able to be enabled yet but support will know for sure https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
thank you. I will do it. Btw, I found this piece of docs: https://stripe.com/docs/stripe-apps/build-backend?public-private=public#receive-events. But the event fired by the webhook doesn't include an "account_id"
That is surprising. So basically you see the same event but without an account ID?
exactly, what I expect from this event is an account ID along with other customer data payload. So as a Stripe app, the system knows the customer is associated with which account