This is an auto-generated translation

Rapid Car API:啟動要求

整合 Rapid Car API 的需求。

為確保您的 business-to-business (B2B) 或 business-to-consumer (B2C) 系統的完整性,Rapid Car API 要求某些頁面必須包含特定資訊。此處僅列出具有特定要求的頁面。

清單

我們已製作了一份《》檢查清單,旨在協助您的開發工作,或讓您針對相關需求提供回饋。若您為網站審查提供螢幕截圖,請務必將截圖及相關日誌一併加入檢查清單中,以協助我們完成審查。

|

搜尋頁面

設定精確的搜尋參數

SPC1:設定精確的搜尋參數

請新增欄位以記錄 pick-up 和 drop-off 的位置,以及租用日期和時間,然後提交可用性請求。您的參數可支援依區域 (半徑與座標)、機場 (需提供機場區域 ID) 或兩者結合的方式進行搜尋。

搜尋欄位包括取車地點、還車地點以及租車日期與時間


搜尋範例

依半徑與座標

/v2/cars/availability?pickup_time=2026-02-12T10:00:00&dropoff_time=2026-02-14T18:00:00&pickup_area=10,33.9422,-118.4036&dropoff_area=10,33.9422,-118.4036&driver_age=30&country_code=US&currency=USD&language=en-US&limit=200&sort=total_price&sales_channel=website&sales_environment=car_only&filter=refundable&filter=vendor_collect

依機場區域編號

/v2/cars/availability?pickup_time=2026-02-12T10:00:00&dropoff_time=2026-02-14T18:00:00&pickup_airport=5783884&dropoff_airport=5783884&driver_age=30&country_code=US&currency=USD&language=en-US&limit=200&sort=recommended&sales_channel=website&sales_environment=car_only&filter=refundable&filter=expedia_collect

同時使用這兩個參數

/v2/cars/availability?pickup_time=2026-02-12T10:00:00&dropoff_time=2026-02-14T18:00:00&pickup_area=10,33.9422,-118.4036&dropoff_airport=5456204&driver_age=30&country_code=US&currency=USD&language=en-US&limit=200&sort=total_price&sales_channel=website&sales_environment=car_only&filter=refundable&filter=vendor_collect

SPC2:記錄駕駛員的年齡

30 歲以下或 70 歲以上的駕駛人可能需支付額外的強制性費用。為了讓我們的 API 能正確計算預訂費用,請在搜尋時提供駕駛員的年齡。當駕駛員的年齡超出這些範圍時,請將40 參數的預設值設為driver_age

一個標有「30 歲以下或 70 歲以上的駕駛人可能需支付額外費用」的核取方塊

旅宿頁面

詳盡的搜尋結果

列表頁面是一組選項的集合,亦稱為搜尋結果頁面。它應顯示以下元素。

搜尋結果顯示車輛的型號、供應商及價格,並附有類似車款的圖片


LPC1:提供準確的租賃資訊

列表頁面 (亦稱為搜尋結果頁面) 應顯示 API 傳回的所有資料租借資訊,例如:

  • 每輛車的車級、品牌及型號
  • 最大容量
  • 變速箱類型
  • 燃料來源:天然氣、混合動力、電動等 (限加州市場)
  • 允許行駛里程
  • Pick-up point 及 drop-off point
  • 租賃公司名稱或標誌

租車服務的許多屬性皆包含在acriss_code 參數中,可透過網站上的 ACRISS 表格 中的值進行解碼。例如,JFBC 的代碼代表一輛中階豪華車 (類別 J)、SUV (車型 F),配備四輪驅動 (wheel-drive)、自動變速箱 (B) 以及電動動力系統 (燃料/空調)。C).

"description": "Skoda Enyaq Electric car or similar",
        "number_of_passengers": 5,
        "number_of_doors": {
            "min": 5,
            "max": 5
        },
        "luggage_count": {
            "small": 3,
            "large": 3
        },
        "acriss_code": "JFBC",

LPC2:總金額及付款期限

請列出所選租賃期間的總金額,並說明租金應預先支付 (立即付款,或由 Expedia 代收),抑或於櫃檯支付 (稍後付款,或由供應商代收)。

注意:透過 預訂的行程,若 pick-up 及 drop-off 所列地點不同 (亦稱為 one-way 租車服務),通常會產生額外的接送費用。

頁面區塊顯示每日費率、總價及折扣後價格

立即付款 / Expedia 代收款項範例

[
 {
   ...
   "rate": {
     "merchant_of_record": "expedia",
     "sale_scenario": {
       "package": false,
       "member": false,
       "mobile_promotion": false
     },
     "pricing": {
       "daily_rate_strikethrough": {...},
       "daily_rate": {...},
       "totals": {
         "inclusive_strikethrough": {...},
         "inclusive": {...},
         "exclusive": {...},
         "fees": {...}
       }
     }
   },
   ...
 }
]

「延後付款/供應商代收」範例

[
 {
   ...
   "rate": {
     "merchant_of_record": "vendor",
     "sale_scenario": {
       "package": false,
       "member": false,
       "mobile_promotion": false
     },
     "pricing": {
       "daily_rate": {...},
       "totals": {
         "inclusive": {...},
         "exclusive": {...},
         "fees": {...}
       }
     }
   },
   ...
 }
]

LPC3:Non-refundable 標誌

若價格為 non-refundable,,請在產品說明中明確標示。

註: 若回應中未包含cancel_penalties 值,則表示可免費取消。

[ 
  ...
  {
    "cancel_penalties": [
      {
        "start": "2026-02-11T10:00:00",
        "end": "2026-02-12T10:00:00",
        "currency": "USD",
        "amount": "50.00"
      },
      {
        "start": "2026-02-12T10:00:00",
        "currency": "USD",
        "amount": "50.00"
      }
    ],
  }
  ...
]

LPC4:標準保險資訊

請提供有關「基本碰撞損害保障」的資訊,以及任何其他保險選項。

{
  ...
  "policies": [
    ...
    {
      "name": "Basic Collision Damage Protection",
      "descriptions": [],
      "policy_statements": [
        {
          "statement": "Basic Collision Damage Protection",
          "statement_condition": "included"
        }
      ],
      "policy_type": "PRODUCT_USE_POLICY"
    },
    ...
  ],
  ...
}

產品說明頁面

關於車輛及供應商的資訊

PDPC1:提供準確的租賃資訊

包含產品描述的產品詳情頁應顯示 API 傳回的所有器材租賃資訊,例如:

  • 每輛車的車級、品牌及型號
  • 最大容量
  • 門的數量
  • 行李容量
  • 變速箱類型
  • 燃料來源:天然氣、混合動力、電動等 (限加州市場)
  • 允許行駛里程
  • 加油政策 (滿油交車,歸還時加滿)
  • Pick-up point 及 drop-off point
  • 租車公司名稱或標誌

車輛描述須包含以下所有要求

租車服務的許多屬性皆包含在acriss_code 參數中,可透過網站上的 ACRISS 表格 中的值進行解碼。例如,JFBC 的代碼代表一輛中階豪華車 (類別 J)、SUV (車型 F),配備四輪驅動 (wheel-drive)、自動變速箱 (B) 以及電動動力系統 (燃料/空調)。C)。

"description": "Skoda Enyaq Electric car or similar",
        "number_of_passengers": 5,
        "number_of_doors": {
            "min": 5,
            "max": 5
        },
        "luggage_count": {
            "small": 3,
            "large": 3
        },
        "acriss_code": "JFBC",

PDPC2:顯示完整的租賃條款

租車政策 (包括所有規則與限制) 應在旅客完成租車手續前完整告知。這包括任何應於當時繳付的可退還保證金 pick-up.

模態視窗列出兩個可展開的政策區塊,以及一個查看所有規則與限制的連結

租賃政策範例

"policies": [
        {
            "name": "Fuel: full to full",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Fuel: full to full",
                    "statement_condition": "Vehicle to be returned with the same amount of fuel as start of the trip to avoid refuelling charges."
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
        {
            "name": "Unlimited mileage",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Unlimited mileage",
                    "statement_condition": "Drive unlimited distance with this car at no extra cost."
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
        {
            "name": "Cancellation available",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Cancellation available",
                    "statement_condition": "Before Fri, Sep 19, 10:30am"
                }
            ],
            "policy_type": "CANCELLATION_POLICY"
        },
        {
            "name": "",
            "descriptions": [],
            "policy_statements": [],
            "policy_type": "PRODUCT_USE_POLICY"
        },
        {
            "name": "Online check-in",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "",
                    "statement_condition": "Check in online on the Sixt website by uploading required documents, like driver’s license, up to the time of pick-up."
                }
            ],
            "policy_type": "CHECKIN_POLICY"
        },
        {
            "name": "Pay now and save",
            "descriptions": [],
            "policy_statements": [],
            "policy_type": "PAYMENT_POLICY"
        }
    ],

規則與限制範例

{ 
  "rules_and_restrictions": [ 
    { 
      "title": "Rental policies overview", 
      "statements": "<p>The following rules and restrictions are provided by the car rental company.</p>" 
    },

country-specific 的其他要求

在歐盟及英國地區,您必須顯示免責聲明,說明撤回權不適用。

租賃政策彈出視窗,其中圈出的資訊說明了英國消費者法律的差異

PDPC3:顯示取消政策

若需取消租賃服務,旅客須了解供應商的取消政策相關條款。

免費取消

部分供應商提供不限時機的免費取消預訂服務。

顯示「今天鎖定此價格,隨時可免費取消」的提示框。

{...
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [],
            "policy_type": "CANCELLATION_POLICY"
        },
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Lock in this price today, cancel free of charge anytime. Reserve now and pay at pick-up.",
                    "statement_condition": ""
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
}

免費取消截止至

視情況而定,部分供應商可能會允許在特定時間點之前免費取消預訂,例如在預訂日期前 24 小時 pick-up.

包含日期與時間資訊的「取消至」陳述式

{        
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Free cancellation",
                    "statement_condition": "Before Wed, Oct 1, 10:30am"
                }
            ],
            "policy_type": "CANCELLATION_POLICY"
        },
        {
            "name": "Free cancellation",
            "descriptions": [
                "Free cancellation up to 24 hours before pick-up",
                "Cancellations made after that or no-shows are subject to a fee of $50 or total reservation amount, whichever is lesser which will be charged on the card details shared by you.",
                "Get 100% refund of Collision Damage Plan cost if canceled before the scheduled pick-up time. This insurance will be canceled automatically with your rental car cancellation.",
                "Cancellations made after that or no-shows are subject to a fee of $50 or total reservation amount, whichever is lesser which will be charged on the card details shared by you.",
                "Get 100% refund of Collision Damage Plan cost if canceled before the scheduled pick-up time. This insurance will be canceled automatically with your rental car cancellation."
            ],
            "policy_statements": [
                {
                    "statement": "Lock in this price today, cancel free of charge up to 24 hours before pick-up. Cancellations within 24 hours of pick-up or no shows will not be eligible for a refund.",
                    "statement_condition": ""
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
    }
}

PDPC4:選配項目的詳情與費用

旅客可加購選配項目,例如兒童安全座椅或電子收費通行卡。這些額外費用將於 pick-up, 網站上支付,預訂時不會收取。請告知客戶,選配項目需視供應情況而定,恕不保證提供。

"optional_extras": [
        {
            "id": "TollPaymentTagPass",
            "name": "TOL - Toll pass/Express lane",
            "rate_price": {
                "rate_period": "daily",
                "rate": {
                    "billable_currency": {
                        "value": "15.71",
                        "currency": "USD"
                    },
                    "request_currency": {
                        "value": "15.71",
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "id": "InfantChildSeat",
            "name": "CSI - Infant seat",
            "rate_price": {
                "rate_period": "daily",
                "rate": {
                    "billable_currency": {
                        "value": "17.16",
                        "currency": "USD"
                    },
                    "request_currency": {
                        "value": "17.16",
                        "currency": "USD"
                    }
                }
            }
        }
    ]

訂房頁面

結帳詳情

BPC1:預訂詳情摘要

摘要應始終包含:

  • 租車日期
  • Pick-up 地點、時間及地址
  • Drop-off 地點、時間及地址
  • 車型
  • 租車公司名稱
  • 燃料來源:天然氣、混合動力、電動等 (限加州市場)
  • 加油政策 (滿油交車,歸還時加滿)

顯示上述所有元素的預訂頁面


BPC2:顯示租金

價格的顯示方式取決於所預訂的費率類型以及使用的預訂管道。您的啟動團隊將告知哪些要求適用於您。

純訂房價格

在預訂頁面中,您必須顯示所選租賃期間的總金額,以及相關稅費 (包括 one-way 手續費) 的明細。請一併說明租金是否須預先支付 (立即付款,或由 Expedia 代收),抑或於櫃檯支付 (稍後付款,或由供應商代收)。額外的 add-ons 費用必須在櫃檯支付。

Car-only 租賃資訊,包含房價、折扣價、總租金及稅金/費用明細

Package rates

當預訂套裝行程時,請顯示小計、稅金與手續費,以及整套行程的總價。若無法提供稅金與費用的明細,請僅顯示該套裝的總價。請務必註明付款期限 (立即付款或稍後付款)。額外的 add-ons 費用必須在櫃檯支付。

包含飯店資訊、車輛資訊及所有項目總價的套裝行程預訂摘要

公開包裹運費

您必須顯示所選租賃期間的總價,以及所有適用稅費 (包括 one-way 手續費) 的明細。請一併說明租金是否須預先支付 (立即付款,或由 Expedia 代收),抑或於櫃檯支付 (稍後付款,或由供應商代收)。額外的 add-ons 費用必須在櫃檯支付。

Member-only 優惠價格

您必須顯示所選租賃期間的總價,以及相關稅費 (包括 one-way 手續費) 的明細,並說明租金應預先支付 (立即付款或由 Expedia 代收),抑或於櫃檯支付 (稍後付款或由供應商代收)。額外的 add-ons 費用必須在櫃檯支付。

在顯示刪除線價格時,請說明其計算方式,例如:

本站顯示的標準價格由供應商提供,並根據您的搜尋結果計算,此價格尚未包含任何折扣及 Rewards 的費用。

行動裝置房價

您必須顯示所選租賃期間的總價,以及相關稅費 (包括 one-way 手續費) 的明細,並說明租金應預先支付 (立即付款或由 Expedia 代收),抑或於櫃檯支付 (稍後付款或由供應商代收)。額外的 add-ons 費用必須在櫃檯支付。

在顯示刪除線價格時,請說明其計算方式,例如:

本站顯示的標準價格由供應商提供,並根據您的搜尋結果計算,此價格尚未包含任何折扣及 Rewards 的費用。

稅金與費用明細

價格顯示必須將「費用」陣列中所有項目的總和,以「稅金與費用」為標題列出一行。在價格明細中提及任何稅金及費用總額時,必須顯示以下確切文字。

Taxes are tax recovery charges we pay to travel providers (e.g., car rentals) and/or are remitted by us. Fees may include additional charges imposed by the travel providers. For more details, please refer to our Terms of Use.

此文字可透過 pop-up, 以純文字形式、在模態視窗中,或透過其他實作方式顯示,但必須與價格顯示一同呈現。

注意: 若 API 未傳回fees 物件,您應將「稅金與手續費」明細項目標示為「已包含」。

立即付款 / Expedia 代收款項範例

[ 
 { 
   ... 
   "rate": { 
     "merchant_of_record": "expedia", 
     "sale_scenario": { 
       "package": false, 
       "member": false, 
       "mobile_promotion": false 
     }, 
     "pricing": { 
       "daily_rate_strikethrough": {...}, 
       "daily_rate": {...}, 
       "totals": { 
         "inclusive_strikethrough": {...}, 
         "inclusive": {...}, 
         "exclusive": {...}, 
         "fees": {...} 
       } 
     } 
   }, 
   ... 
 } 
]

「延後付款/供應商代收」範例

[ 
 { 
   ... 
   "rate": { 
     "merchant_of_record": "vendor", 
     "sale_scenario": { 
       "package": false, 
       "member": false, 
       "mobile_promotion": false 
     }, 
     "pricing": { 
       "daily_rate": {...}, 
       "totals": { 
         "inclusive": {...}, 
         "exclusive": {...}, 
         "fees": {...} 
       } 
     } 
   }, 
   ... 
 } 
]

BPC3:顯示取消政策

若需取消租賃服務,旅客須了解供應商的取消政策相關條款。

免費取消

部分供應商提供不限時機的免費取消預訂服務。

顯示「今天鎖定此價格,隨時可免費取消」的提示框。

{
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [],
            "policy_type": "CANCELLATION_POLICY"
        },
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Lock in this price today, cancel free of charge anytime. Reserve now and pay at pick-up.",
                    "statement_condition": ""
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
}

免費取消截止至

視情況而定,部分供應商可能會允許在特定時間點之前免費取消預訂,例如在預訂日期前 24 小時 pick-up.

包含日期與時間資訊的「取消至」陳述式

{
  ...        
        {
            "name": "Free cancellation",
            "descriptions": [],
            "policy_statements": [
                {
                    "statement": "Free cancellation",
                    "statement_condition": "Before Wed, Oct 1, 10:30am"
                }
            ],
            "policy_type": "CANCELLATION_POLICY"
        },
        {
            "name": "Free cancellation",
            "descriptions": [
                "Free cancellation up to 24 hours before pick-up",
                "Cancellations made after that or no-shows are subject to a fee of $50 or total reservation amount, whichever is lesser which will be charged on the card details shared by you.",
                "Get 100% refund of Collision Damage Plan cost if canceled before the scheduled pick-up time. This insurance will be canceled automatically with your rental car cancellation.",
                "Cancellations made after that or no-shows are subject to a fee of $50 or total reservation amount, whichever is lesser which will be charged on the card details shared by you.",
                "Get 100% refund of Collision Damage Plan cost if canceled before the scheduled pick-up time. This insurance will be canceled automatically with your rental car cancellation."
            ],
            "policy_statements": [
                {
                    "statement": "Lock in this price today, cancel free of charge up to 24 hours before pick-up. Cancellations within 24 hours of pick-up or no shows will not be eligible for a refund.",
                    "statement_condition": ""
                }
            ],
            "policy_type": "PRODUCT_USE_POLICY"
        },
    }
}

BPC4:連結至 Expedia Group 的條款與細則網址

Expedia Group 的條款與細則詳述了適用於該預訂的 traveler-facing 條款。您必須提供相關連結,無論是置於您網站的《條款與細則》內文中,或是直接從您的預訂頁面連結。該連結文字應為「供應商條款與細則」,且應置於 easy-to-find 網址下。

我們支援的所有語言版本的條款與細則,均可透過此連結Rapid API 查閱條款與細則頁面

附有完整條款連結的使用條款彈出視窗

確認頁面

無要求

目前對確認頁面並無任何要求。

電子郵件收據或憑證

旅客預訂資訊

ERC1:請附上預訂詳情的摘要

摘要應始終包含:

  • 租車日期
  • Pick-up 地點、時間及地址
  • Drop-off 地點、時間及地址
  • 車型
  • 租車公司名稱
  • 燃料來源:天然氣、混合動力、電動等 (限加州市場)
  • 加油政策 (滿油還車)
  • Expedia 行程編號
  • 供應商規則與限制

透過電子郵件或電子憑證確認預訂詳情

ERC2:顯示租金

價格的顯示方式取決於所預訂的費率類型以及使用的預訂管道。您的電子郵件收據應採用與您在預訂頁面所填寫的相同費率詳情。

電子郵件中顯示總金額及付款截止日期

一般技術要求

Behind-the-scenes 要求

TRC1:聯盟夥伴參考編號

請在每次預訂請求中,於「affiliate_reference_id」欄位中填寫您自己的預訂參考編號。這有助於避免重複預訂。


TRC2:旅客所在國家代碼

請在每次預訂請求中使用旅客正確的出發國代碼。


TRC3:帳單資訊

請提供付款人 (或公司) 的正確付款資訊。應包含支付租金者的姓名、國家及郵遞區號。


TRC4:電子郵件通訊

請在每次預訂請求中提供客戶的電子郵件地址或受監控的電子郵件信箱,以確保能收到 booking-related 發送的通訊。


TRC5:旅客資訊

在預訂的每個階段,請務必提供旅客的正確資訊,包括旅客姓名及聯絡電話號碼。


TRC6:錯誤處理

請確認您已了解針對預訂請求的快速錯誤處理一般建議

這個頁面有幫助嗎?
我們能如何改善內容?
感謝您協助我們進行改善!