Is it possible to set localhost as a Stripe webhook URL?

后端 未结 9 2049
故里飘歌
故里飘歌 2021-02-12 03:36

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

9条回答
  •  不要未来只要你来
    2021-02-12 04:11

    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

提交回复
热议问题