I am creating a payment gateway using Stripe.
I want to set my localhost url localhost/stripe/webhook.php as my webhook url. Is it possible to set a localho
localhost/stripe/webhook.php
No this won't work. Stripe servers have to be able to contact your server to send the webhook. Stripe won't know how to contact your "localhost" . You need a web accessible address or IP address for this to work