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¤cy=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¤cy=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¤cy=USD&language=en-US&limit=200&sort=total_price&sales_channel=website&sales_environment=car_only&filter=refundable&filter=vendor_collectSPC2:記錄駕駛員的年齡
未滿 30 歲或年滿 70 歲的駕駛人可能需繳納額外的強制性費用。若駕駛人未滿 30 歲或年滿 70 歲,請記錄並傳送其實際年齡,以便 API 能正確計算任何必要的額外費用。若駕駛員年齡介於 30 至 70 歲之間,請將 40 設為 ``driver_age 參數的預設值。

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

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 須於櫃檯支付。

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:錯誤處理
請確認您已了解針對預訂請求的快速錯誤處理一般建議。