PKFare Ticketing Webhook (checkInInfoPush)

Receives ticket numbers from PKFare after tickets are issued. **No authentication** — PKFare calls this URL directly after ticket issuance completes. PKFare sends `checkinInfos` containing ticket numbers, PNR, and airline info for each passenger. The handler: 1. Finds the booking by `orderNum` (PKFare order number) 2. Extracts ticket numbers from each passenger's `checkinInfos` 3. Updates booking status to `ticketed` with ticket numbers and PNR **Expected response format:** `{"errorCode": 0, "errorMsg": "ok"}` This is the primary mechanism for receiving ticket numbers. A background polling service acts as a fallback.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.