Is there a way to disable validation for certain routes?

System Information
  • Strapi Version: 3.6.2
  • Operating System: MacOS BigSur
  • Database: SQLite
  • Node Version: 14.16.1
  • NPM Version: 7.12.0
  • Yarn Version: 1.22.10

I’m currently using strapi to build an ecommerce and I am using stripe for payments. To verify payments once they’ve finished, I wanted to create a webhook, but I can’t recieve data on my webhook because the validation for the content type fails as the data I recieve doesn’t match the content type. Is there a way to disable / bypass validation for a certain route?

2 Likes