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
Like Matt said, you will need to put that somewhere online - preferably using https://. For your reference, I put up an example mail webhook 2 months ago here: https://github.com/pnommensen/Stripe-Webhook-Emails.