#oleksandr_webhooks-tls
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/1425239226248855592
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there,
just to clarify, you are not able to receive any events currently on your webhook endpoint?
do you have an account id for me?
Where can I get account id?
Ok thank you. Let me take a quick look
Thank you
Alright, so my understanding is you want to receive the webhook events at the url you shared, correct?
In order to that you would need to create what is called a "webhook endpoint". You can follow our guide here: https://docs.stripe.com/webhooks
You basically create a webhook handler in your integration that manages the incoming events. But you also need to register your endpoint with your account. Currenlty I cannot see any webhook endpoints registered with your account
@errant sand you seem to have a separate Stripe account called a Sandbox for testing where you added the WebhookEndpoint and right now the endpoint isn't responding properly to Events
The Error is related to your TLS configuration. I recommend you read https://support.stripe.com/questions/webhooks-how-to-investigate-and-fix-tls-error
oleksandr_webhooks-tls