#os1506_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/1449119787467931800
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Which Webhook endpoint do you expect to receive the event?
Can you copy and paste the webhook endpoint ID (we_123) in text for me?
we_1Sdb0RC9z11ayCigs5dIneZD
This Checkout Session was created on the platform, but your endpoint is configured to listen to the events on the connected account.
You should set the Webhook endpoint to listen to the events on your own platform account.
It should be "Your account" option
ohh okay. I'll try that then
Hey, thank you it worked as it's now sending the webhook but I'm getting a new issue. Is it to do with how I've set up the backend?
Could you share the event ID?
evt_1Sdc9CC9z11ayCig7LxrPoGq
hi there, taking over this thread as my colleague needed to step away. I'm seeing a Failed to connect to remote host error from that webhook event. can you double check your webhook endpoint based on the guidelines in this article? https://support.stripe.com/questions/webhooks-how-to-investigate-and-fix-connection-to-remote-host-denied
I will do
I believe so. I don't coming from a coding background so slightly difficult for me to understand all of this so sorry that you have to bear with me. I'm using xano for my backend, and the endpoint is public but regarding number 2 in the support document, I don't know what that means
that's referring to DNS, which is how a website's URL is resolved to a particular IP address. it's asking that you make sure it's set up correctly so that the URL is accessible and pointed at your backend
thank you, I believe that is all correct