#literatelapellabel_webhooks
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/1287723084308287489
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Could you please share the Webhook endpoint you are expecting to receive the events on ?
I see that you made multiple update on that webhook endpoint
at some time, it was listening to the event customer.subscription.deleted
Could you not update the webhook events types
and do the tests again ?
You mean set it back to customer.subscription.deleted ?
Is it this one evt_1Q29lmC1cjgvLQaLLJYL0uZ4 ?
evt_1Q29lmC1cjgvLQaLLJYL0uZ4 correct
Is my understanding correct, that I should see events on my connect webhook from stripe accounts with the app installed?
It seems that you didn't requested the invoice permission in your Stripe APp
You'll need these permissions actually:
https://docs.stripe.com/stripe-apps/reference/permissions#event:~:text=invoice.payment_succeeded
credit_note_read, invoice_read, quote_read
Perfect, that makes sense
I've installed the app with the updated permissions and its still not coming through, is there an expected delay?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
No worries, I think the permissions update hadn't applied. I can see the required event now ๐