📘

Note

Please check the common webhook information at Webhoot Events for a general understanding of the webhook workflow and payload.

This event is triggered whenever a batch is deleted.

Payload (object)

  • batchId (string) Batch id
  • payorId (string) Payor id

{
  batchId: 'string',
  payorId: 'string'
}