#phito-webhook-authentication
1 messages · Page 1 of 1 (latest)
phito-webhook-authentication
Correct, Stripe makes an HTTPS POST request to the URL set for you webhook endpoint. It can't do authentication (other than adding a secret in the URL). So you'd need to remove authentication on that endpoint/URL specifically
cc @undone lichen to make sure you see this ^
Thanks for replying! Dang. My use case is I’m trying to make an “account balance” for each user. So that we hook would be my source of truth for how much money each user has added to and spent from their “account”. If Stripe can’t authenticate, does that mean anyone in the world with my endpoint URL can send fake events and add money to their account without truly paying through stripe?