# Cashier 8.0 Webhook Improvements

DevFeed: [Cashier 8.0 Webhook Improvements](<https://devfeed.tech/articles/cashier-8-0-webhook-improvements-3605.md>)

Original publisher: [Read original article](<https://laravel.com/blog/cashier-80-webhook-improvements>)

Author: Taylor Otwell

Published: 2018-10-29T16:50:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Laravel](<https://devfeed.tech/topics/laravel.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [Database](<https://devfeed.tech/topics/database.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [community-contribution](<https://devfeed.tech/tags/community-contribution.md>), [database](<https://devfeed.tech/tags/database.md>), [features](<https://devfeed.tech/tags/features.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [payment](<https://devfeed.tech/tags/payment.md>), [release](<https://devfeed.tech/tags/release.md>), [stripe](<https://devfeed.tech/tags/stripe.md>), [subscriptions](<https://devfeed.tech/tags/subscriptions.md>)

## AI overview

Laravel Cashier 8.0 adds automatic handling for more Stripe webhooks without breaking changes from the 7.0 series. Updates to customers, subscriptions, payment sources, and deletions are synchronized with the application database, including automatic subscription cancellation when a customer is deleted.

## Source excerpt

Last week we tagged version 8.0.0 of Laravel Cashier. This release should not contain any breaking changes from the 7.0 series of Cashier; however, thanks to a community contribution, the release does add automatic support for more Stripe webhooks.