improved

Improved notification to expose payroll UUID

We've added the payroll UUID as a resource in the bank_error.employee_ach_credit_failure notification so partners can easily reconcile the relevant payroll whenever they receive this notification.

Example

{
	[...]
  "category": "bank_error.employee_ach_credit_failure",
	[...]
  "resources": [
    {
      "entity_type": "Payroll",
      "entity_uuid": "21b6f9ce-0ac4-4745-8d8a-127f8c0f00f2"
    }
  ]
}