This event is triggered whenever a payment is deleted

Payload (object)

  • batchId (string) - The batch (payment grouping) id
  • paymentId (string) - The payment id
{
  batchId: 'string',
  paymentId: 'string',
}