#tinaaa
1 messages · Page 1 of 1 (latest)
2023-09-06 14:20:11 --> payment_intent.created [evt_3NnKiLGrQLcud7UC074uMxj0]
2023-09-06 14:20:11 <-- [401] POST http://localhost:3000/api/webhooks/webhook [evt_3NnKiLGrQLcud7UC074uMxj0]
That's the Stripe CLI. I'm talking about the logs from your backend server that receive these events and returned the 401 error.
it's not returning anything from my backend server, it's not even reaching the endpoint
i thought that it might be something about the webhook secret but im taking the signing secret from my console
and it's still 401
401 error means:
the client request has not been completed because it lacks valid authentication credentials for the requested resource
So looks like your server refuses to accept to receive the events.
So there's some kind of missconfiguration on your end.
yup , i thought so too , but i can't seem to find what i need to configure so my server accepts the events