An example of a typical webhook response structure would be greatly appreciated. This would help us understand the format of the data we can expect to receive.
{
"uuid": " d56ec3b643754540b91862446bbc03 17",
"date": "Jun 24, 2024, 10:30:15 AM",
"dueDate": "Jun 24, 2024, 10:30:15 AM",
"expiryDate": "Jun 25, 2024, 10:30:15 AM",
"status": "PAID",
"orderId": "2457778896225",
"currency": "INR",
"amount": 100000,
"due": 100000,
"paid": 100000,
"refunded": 0,
"customer": {
"name": "test",
"phone": "+911234567890",
"email": "[email protected]"
},
"orderInfo": "Testing payment",
"attempts": 1,
"testMode": true,
"paymentLink": "https://api.in./charge/ d56ec3b643754540b91862446bbc03 17",
"maxAttempts": 5,
"surcharge": false,
"transactions": [
{
"uuid": " 54a39fbd357e45ba9932bb40a4546f 60",
"type": "PAYMENT",
"family": "UPI",
"status": "ACCEPTED",
"date": "Jun 24, 2024, 10:30:37 AM",
"externalId": " RNBTeuXrj0qUfq507czbb7KzT7CiXz fAhbP",
"currency": "INR",
"amount": 100000,
"rrn": "232323231",
"payerVpa": "918395@paytm",
"payeeVpa": "LC240608231@rbl"
}
]
}