#jahirjje - Laravel Webhooks
1 messages · Page 1 of 1 (latest)
Hello! That's a pretty broad question! 🙂 Can you provide more specific details?
For testing webhooks locally we recommend using Stripe CLI to forward events to your local endpoint: https://stripe.com/docs/stripe-cli/webhooks
I am developing a subscription-based system, in which I can already create subscriptions for users, however, I understand that I must use webhooks to update the information of the subscriptions according to the payments that are made or not
how can i integrate stripe cli with laravel?
Stripe CLI is a command line tool you can use to listen for events and forward them to your locally-running Laravel server.
There are more details at the link above.
If you have a test server that's actually online and public you can create a webhook endpoint in Stripe that points to the URL of that server instead.