#zaddler_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/1216703013469556736
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zaddler_unexpected, 2 days ago, 48 messages
- zaddler_unexpected, 3 days ago, 80 messages
- zaddler_subscription-delete, 6 days ago, 26 messages
Hi, let me help you with this.
Thanks!
What do you mean by "not working" exactly?
The webhook is trying to send the resource to localhost:3000/subscription/webhook. This worked before deleting all the test data, but when I delete it now it no longer works, it says it can't find that resource.
charge.succeeded [evt_3Ot6eVGGleJkx5qo09JiLBi3]
2024-03-11 07:04:20 <-- [404] POST http://localhost:3000/subscription/webhooks [evt_3Ot6eVGGleJkx5qo09JiLBi3]
2024-03-11 07:04:20 --> payment_intent.created [evt_3Ot6eVGGleJkx5qo0fXTGogO]
2024-03-11 07:04:20 <-- [404] POST http://localhost:3000/subscription/webhooks [evt_3Ot6eVGGleJkx5qo0fXTGogO]
2024-03-11 07:04:21 --> payment_intent.succeeded [evt_3Ot6eVGGleJkx5qo0U0piks0]
2024-03-11 07:04:21 <-- [404] POST http://localhost:3000/subscription/webhooks [evt_3Ot6eVGGleJkx5qo0U0piks0]
In my back-end it does exist! It worked before, before deleting all the data in test mode
Are you there?
When event fires
404 might mean many things, incl. the endpoint is not registered on your server.
Where do you see the error exactly?
In my back-end it does exist. It worked before, before deleting all the data in test mode
When I deleted all the data, it started to cause problems, the test mode data
Receives it but does not send the event
Ok wait, it seems that the api_key is different
Do they have an expiration time?
404
LocalListener
It already works I think
Is there a way to prevent the webhook localistener from expiring?
It shouldn't expire normally, unless you request it.
What is this key?
It is the key you generate when you log in to stripe using stripe login with Stripe CLI
This doesn't tell me anything, sorry. On what page do you see this?