#sweets8594
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- sweets8594, 1 hour ago, 14 messages
- sweets8594, 5 days ago, 19 messages
- sweets8594, 5 days ago, 21 messages
evt_30H1tFBy5dpszgvt0EUCHPQN
This event doesn't exist. Are you sure you copy-pasted it correctly?
That ID still doesn't exist. You can't copy-past the ID?
In general a 404 error means your webhook endpoint URL doesn't exist. So you need to fix your URL (or your server configuration) and make sure your server returns a 200 response.
Ok and what is this token not found
Does webhooks work without app.use(express.raw({ type: "application/json" })); this middleware
I recommend usign exactly the same code as here: https://stripe.com/docs/webhooks/quickstart?lang=node
Ok and what is this token not found
That error message is returned by your own server. So you need to check your server logs.
express.raw({type: 'application/json'})
If i don't use this
Will that be a problem
Yes it has to be the raw body if you want to check the signature
Happy to help ๐