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

后端 未结 9 1915
故里飘歌
故里飘歌 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:20

    Stripe now has an official tool, the Stripe CLI that makes this easy (but still requires installing another tool).

    See this answer below or the official Stripe CLI docs.

    Alternatively, the another way to achieve this is with http://www.ultrahook.com which allows you to receive webhooks on localhost. This alternative will work with all webhooks, not just Stripe's

提交回复
热议问题