#jahirjje - Laravel Webhooks

1 messages · Page 1 of 1 (latest)

plush nacelle
#

Hello! That's a pretty broad question! 🙂 Can you provide more specific details?

dark iris
#

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?

plush nacelle
#

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.