#kali_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/1243115129009340466
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
My console.logs is telling I am not verifying a webhook signature. But I don't quite understand it - the events are being logged into my Supabase DB and in my stripe listener (with 400 error) ..I am happy to provide code if needed
Here's my stripe-webhook/index.ts
It works in that it listens when I check out - but I am unable to post the data into my db after and am confused as to why.
What is the error message you are facing ?
Currently a 503 error
To be fair, I think this is more of a supabase question.
the webhook is working and returning data. I am just unable to add the data despite using Supabase's suggested edge functions tailored to Stripe
Sorry I don't know supabase :/ probably you should check in the community channel of supabase
Stripe has no control over your server or your backend, you probably need to debug that part and make the API respond with 200
Ok no worries. Unfortunately the supabase docs / community is not very active. But I do appreciate the help!
I'll keep working at it and will try to get it figured out. ๐