Payumoney Could not save Webhook. There was an exception posting data to the url. HTTP call status: 419 code example
Example: Payumoney Could not save Webhook. There was an exception posting data to the url. HTTP call status: 419
inside your verify csrf middleware add the url you want webhook to hit
protected $except = [
....
....
'*/payu/payment/status'
];