Void Notification
Webhook event sent when a void request is submitted or its status changes.
Last updated
Was this helpful?
Was this helpful?
{
"cid": "XXXXXXX",
"type": "order.void",
"status": -1,
"data": {
"orderNo": "TESTA20250512100600259",
"voidCode": "202505-0012",
"voidStatus": 2,
"message": "Void successful and confirmed by the airline."
}
}{
"cid": "XXXXXXX",
"type": "order.void",
"status": -1,
"data": {
"orderNo": "TESTA20250512100600259",
"voidCode": "202505-0012",
"voidStatus": 2,
"message": "Void successful and confirmed by the airline."
}
}{
"cid": "XXXXXXX",
"type": "order.void",
"status": -1,
"data": {
"orderNo": "TESTA20250512100600259",
"voidCode": "202505-0012",
"voidStatus": 4,
"message": "Automatic void processing failed after 10 retries."
}
}