The webhook is generated after the successful submission of a chargeback.
The sample response is mentioned below.
Success
{
"head": {
"version": "v1",
"signature":"{signature}"
},
"body": {
"transactionId": "20210223111212800110168465500805616",
"orderId": "ORDERID_98765",
"disputeAmount": "20",
"disputeDueDate": "2021-03-27 23:59:59",
"bankReferenceNo": "777001749889327",
"disputeType": "Order Failure, Paytm Cash balance partially used",
"message": "Chargeback dispute has been filed",
"extSerialNo": "90210223000484267946",
"mid": "ethics90962220263187",
"merchantName": "Vaibhav",
"custId": "CUST001",
"transactionDateTime": "2021-02-23 15:12:51",
"transactionAmount": "1200.00",
"disputeId": "20210224111221000100168007200508215",
"disputeStatus": "NEW"
}
}