Booking APIS
Last Ticketing Time

Last Ticking Time API

POST

Endpoint:[BaseUrl]/find-last-ticket-time

Overview

  • Only available for bookings with "BOOKED" status.
  • Only available for bookable tickets.
  • Find the last ticketing time after booking "Success"
  • Call the "Last Ticket" API 60 seconds after booking.
Request
{
 "BookingTransactionRef": "NZ92504192868743549"
}
Response
{
    "flag": true,
    "code": 200,
    "message": "Success",
    "data": {
        "BookingTransactionRef": "NZ92504192868743549",
        "LastTicketTime": "2025-08-13T16:20:53+08:00"
    }
 
}

Important Notes:

  • Always follow the last ticketing api for valid booking expire time.
  • After last ticketing time fare and booking not available for issue ticket.
  • Please booking cancel before booking time expire.