Hotel Category

{
  "merchantId":"TESTMID",
  "amount":3900,
  "validFor": 0,
  "subMerchantId": "TEST",
  "transactionId": "5c0fba626a8e2e627f83af45",
  "merchantOrderId":"SID",
  "transactionType": "STANDARD",
  "transactionContext":{
    "orderContext":{
      "trackingInfo":{
        "type":"HTTPS",
        "url":"https://google.com"
      },
      "supportInfo": {
        "type":"HTTP",
        "url":"http://google.com"
      }
    },
    "fareDetails":{
      "totalAmount":3900,
      "payableAmount":3900
    },
    "cartDetails":{
      "cartItems":[
        {
          "category":"HOTEL",
          "itemId":"1234567890",
          "price":3900,
          "hotelName":"Ritz Carlton",
          "checkInAt": {
            "timestamp": 1561540218,
            "zoneOffSet": "+05:30"
          },
          "checkOutAt": {
            "timestamp": 1561540218,
            "zoneOffSet": "+05:30"
          },
          "checkIn":"22-03-2018 12:00:00",
          "checkOut":"22-03-2018 12:00:00",
          "roomNights":3,
          "roomsCount":1,
          "personsCount":1,
          "hotelDetails": {
            "addressString":"Highway to Heaven, Devils Road",
            "city":"Maximum City",
            "country":"India",
            "latitude":0,
            "longitude":0
          }
        }
      ]
    }
  }
}

Note : A merchant should send entire fare break up in the above cart details.