{
"status": "200",
"message": "success",
"data": {
"result": [
{
"id": 1,
"webhookId": "WBH-20240101-ABC123",
"type": "PAYMENT",
"url": "https://example.com/webhook/payment",
"createdDate": "2024-01-01T10:00:00+07:00",
"updatedDate": "2024-01-01T10:00:00+07:00",
"criteriaMethods": [
{
"code": "EWALLET_TNG",
"name": "e-Wallet TNG",
"groupCode": "VA",
"groupName": "Virtual Account",
"bindStatus": "ACTIVE",
"deleted": false
}
]
}
],
"paging": {
"page": 1,
"size": 10,
"orderBy": "updatedDate",
"sortBy": "asc",
"totalPages": 5,
"totalElements": 42
}
}
}