#zaddler_webhooks

1 messages ¡ Page 1 of 1 (latest)

drowsy gateBOT
#

👋 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.

winter ermineBOT
#

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.

stoic kelp
#

Hi, let me help you with this.

civic remnant
#

Thanks!

stoic kelp
#

What do you mean by "not working" exactly?

civic remnant
#

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?

stoic kelp
#

Yes, sorry for delay.

#

Where do you see the error exactly?

stoic kelp
#

404 might mean many things, incl. the endpoint is not registered on your server.

#

Where do you see the error exactly?

civic remnant
#

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?

stoic kelp
#

What api_key exactly?

#

Again, where do you see the error exactly?

civic remnant
#

404

#

LocalListener

#

It already works I think

#

Is there a way to prevent the webhook localistener from expiring?

stoic kelp
#

It shouldn't expire normally, unless you request it.

civic remnant
#

Says "Expires in 90 days"

stoic kelp
#

What is this key?

civic remnant
#

It is the key you generate when you log in to stripe using stripe login with Stripe CLI

drowsy gateBOT
stoic kelp
#

This doesn't tell me anything, sorry. On what page do you see this?