jakeyeaton16 said about 6 years ago on More on Stripe and Webhooks :
Hmm... Yes it looks like that. Here is my webhooks_controller.rb: ``` class WebhooksController < StripeEvent::WebhookController skip_before_action :verify_authenticity_token end ```