laravel 收银员 stripe webhook 无法使用 stripe cli 在本地主机中工作

问题描述 投票:0回答:1

所以基本上当我尝试使用命令运行

php artisan cashier:webhook
连接 Laravel 和 stripe 时。首先我运行 Stripe Login,然后运行
php artisan cashier:webhook
运行此命令后,会弹出一个错误消息 - URL 必须可公开访问,请考虑使用 stripe cli 在本地测试 webhook 。但我已经在 stripe cli 中了。有人知道我该如何解决这个问题以及如何在本地测试 stripe webhook。

 Invalid URL: URL must be publicly accessible. Consider using a tool like the Stripe CLI to test webhooks locally: https://github.com/stripe/stripe-cli

laravel stripe-payments subscription laravel-cashier
1个回答
0
投票

条纹登录

Your pairing code is: enjoy-enough-outwit-win

此配对代码可验证您对 Stripe 的身份验证。 按 Enter 打开浏览器或访问 https://dashboard.stripe.com/stripecli/confirm_auth?t=THQdJfL3x12udFkNorJL8OF1iFlN8Az1(^C 退出)

stripe 监听 --forward-to localhost:8000/stripe/webhook --skip-verify

© www.soinside.com 2019 - 2024. All rights reserved.