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 payment is deleted
Payload (object)
- batchId (string) - The batch (payment grouping) id
- paymentId (string) - The payment id
{
batchId: 'string',
paymentId: 'string',
}