規費繳納
/fee-payment/others
主頁
此頁面提供各式能進行線上繳費的項目與分類,並可透過搜尋項目名稱,讓使用者快速查找到欲繳費之項目。
展開項目分類
搜尋項目名稱
/fee-payment/search
輸入關鍵字或點選歷史紀錄,即可進行項目查詢。
查詢到的項目會顯示於下方,點選該項目可導頁至該項目的繳費查詢頁,詳見項目繳費查詢頁。
查無項目時,顯示如下圖。
項目繳費查詢頁
/fee-payment/detail/:id
此頁提供該項目繳費查詢功能,每個項目欄位查詢略有不同,可透過下方已定義好的 JSON 格式做設定。
這邊以停車費與水費為範例:
停車費
水費
如有必填欄位未填寫,則會跳提示視窗
繳費列表頁
如有查詢到待繳的帳單,則依序顯示帳單,可選擇單筆繳納或全部繳納。
選擇繳納方式。
繳費成功畫面。
如查無待繳的帳單,則顯示查無待繳帳單頁面,點選回到城市通按鈕,即可回到主頁。
資料呈現
API 設計-規費繳納
關於規費繳納頁面,JSON 格式的欄位定義如下,開發時只需遵照規格即可。
完整 JSON 格式如下
JSON
{
"//": "規費繳納-服務(包含熱門、其他)",
"data": [
{
"name": "規費",
"icon": "/images/payment/icon_regulatory_fee.svg",
"data": [
{
"id": "fee-1",
"name": "公司登記費",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "手機號碼",
"required": true,
"field": "phone_number",
"description": "範例:0910999999,不含分隔符號"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"欲使用 Linepay 繳費,請改用其 APP 查繳。",
"繳費相關問題,請洽詢商業處服務電話 (02)2720-8889 轉 6485、6491。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"欲使用 Linepay 繳費,請改用其 APP 查繳。",
"繳費相關問題,請洽詢商業處服務電話 (02)2720-8889 轉 6485、6491。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-2",
"name": "商業登記費",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "手機號碼",
"required": true,
"field": "phone_number",
"description": "範例:0910999999,不含分隔符號"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"欲使用 Linepay 繳費,請改用其 APP 查繳。",
"繳費相關問題,請洽詢商業處服務電話 (02)2720-8889 轉 6485、6491。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"欲使用 Linepay 繳費,請改用其 APP 查繳。",
"繳費相關問題,請洽詢商業處服務電話 (02)2720-8889 轉 6485、6491。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-3",
"name": "地政登記規費",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "統編",
"required": true,
"field": "tax_id",
"description": ""
},
{
"type": "select",
"label": "地政事務所",
"required": true,
"field": "office",
"description": "",
"default_option": "請選擇地政事務所",
"options": [
{
"label": "古亭地政事務所",
"value": "古亭地政事務所"
},
{
"label": "建成地政事務所",
"value": "建成地政事務所"
},
{
"label": "中山地政事務所",
"value": "中山地政事務所"
}
]
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"費用相關問題,請洽各區地政事務所聯絡電話",
"臺北市古亭地政事務所,(02)2935-5369。",
"臺北市建成地政事務所,(02)2306-2122。",
"臺北市中山地政事務所,(02)2502-2881。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"費用相關問題,請洽各區地政事務所聯絡電話",
"臺北市古亭地政事務所,(02)2935-5369。",
"臺北市建成地政事務所,(02)2306-2122。",
"臺北市中山地政事務所,(02)2502-2881。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-4",
"name": "產業局資料使用費",
"is_hot": false,
"search_type_list": [
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": []
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-5",
"name": "停車費",
"is_hot": true,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "radio_group_input",
"label": "請選擇車種",
"required": true,
"field": "vehicle_type",
"options": [
{
"label": "汽車",
"value": "car",
"form_format": [
{
"type": "input",
"label": "",
"required": true,
"field": "plate_number",
"description": "範例:AAA-8888(含分隔符號)"
}
]
},
{
"label": "機車",
"value": "motorcycle",
"form_format": [
{
"type": "input",
"label": "",
"required": true,
"field": "plate_number",
"description": "範例:AAA-8888(含分隔符號)"
}
]
}
]
}
],
"notice": [
"欲使用 Linepay、發票存摺、蝦皮購物、遠通電收繳費,請改用其 APP 查繳。",
"每日早上5:15~6:15為停管處系統資料更新時間,此期間暫不提供查繳服務。",
"路邊停車費九五折優惠僅限於繳納一般停車單,平信、催繳、追繳單號將無法享有此項優惠。",
"為推廣智慧停車,智慧停車收費區停車錢10分鐘免費,",
"停車費代繳金額,以停管處回覆之即時結果為準。",
"若已在超商繳費、其他繳費平台或與銀行約定自動扣繳,請勿重複繳費。",
"其他查詢或退費相關事宜,請洽北市停管處02-2726-9600(服務時間週一至週五08:30~17:30)辦理。",
"重型機車車種請選擇機車。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"欲使用 Linepay、發票存摺、蝦皮購物、遠通電收繳費,請改用其 APP 查繳。",
"每日早上5:15~6:15為停管處系統資料更新時間,此期間暫不提供查繳服務。",
"路邊停車費九五折優惠僅限於繳納一般停車單,平信、催繳、追繳單號將無法享有此項優惠。",
"為推廣智慧停車,智慧停車收費區停車錢10分鐘免費,",
"停車費代繳金額,以停管處回覆之即時結果為準。",
"若已在超商繳費、其他繳費平台或與銀行約定自動扣繳,請勿重複繳費。",
"其他查詢或退費相關事宜,請洽北市停管處02-2726-9600(服務時間週一至週五08:30~17:30)辦理。",
"重型機車車種請選擇機車。"
]
}
]
},
{
"id": "fee-6",
"name": "水費",
"is_hot": true,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "水號",
"required": true,
"field": "water_number",
"description": "大區為1碼,中區為2碼,戶號為6碼,檢核號為1碼"
}
],
"notice": [
"若已在<span style='color:red'>超商</span>繳費、其他繳費平台或與銀行約定自動扣繳,請勿重複繳費。",
"即日起<span style='color:red'>電子帳單</span>用戶,以<span style='color:red'>行動支付繳費(含本網站信用卡支付)</span>,<span style='color:red'>下期水費減收10元(不限次數)</span>。<span style='color: #0066CC;text-decoration: underline;'>立即申辦享優惠!</span>"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-7",
"name": "學雜費",
"is_hot": true,
"search_type_list": [
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"逾期請至學校辦理繳納,並依校規辦理。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-8",
"name": "國/社宅租金維管費",
"is_hot": true,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "身分證字號",
"required": true,
"field": "tax_id",
"description": ""
}
],
"notice": [
"<span style='color: red;'>有關行天宮、敦煌、萬隆、新興、大龍峒、景文、金龍、洲美、大橋頭等社宅已委由臺北市住宅及都市更新中心管理,繳費請至「社宅租金及管理費-住都中心」項目操作。</span>",
"綁定身分證字號,即可快速查詢代繳租金與維管費。"
]
},
{
"name": "單據號碼",
"type": "form",
"form_format": [
{
"type": "input",
"label": "單據號碼",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"<span style='color: red;'>有關行天宮、敦煌、萬隆、新興、大龍峒、景文、金龍、洲美、大橋頭等社宅已委由臺北市住宅及都市更新中心管理,繳費請至「社宅租金及管理費-住都中心」項目操作。</span>",
"綁定身分證字號,即可快速查詢代繳租金與維管費。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-9",
"name": "聯合醫院醫療費",
"is_hot": true,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "證件號碼",
"required": true,
"field": "tax_id",
"description": ""
},
{
"type": "date_picker",
"label": "出生日期",
"required": true,
"field": "date",
"description": "範例:1912-01-01(含分隔符號)"
},
{
"type": "select",
"label": "院區",
"required": true,
"field": "office",
"description": "",
"default_option": "請選擇院區",
"options": [
{
"label": "所有院區",
"value": "所有院區"
},
{
"label": "中興",
"value": "中興"
},
{
"label": "仁愛",
"value": "仁愛"
},
{
"label": "和平",
"value": "和平"
},
{
"label": "婦幼",
"value": "婦幼"
}
]
}
],
"notice": [
"欲使用 Linepay 繳費,請改用其 APP 查繳。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"欲使用 Linepay 繳費,請改用其 APP 查繳。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-10",
"name": "平價住宅維護費",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "身分證字號",
"required": true,
"field": "tax_id",
"description": ""
}
],
"notice": [
"欲使用 Linepay 繳費,請改用其 APP 查繳。"
]
}
]
},
{
"id": "fee-11",
"name": "公訓處自費課程",
"is_hot": true,
"search_type_list": [
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"逾繳費期限,請先洽班期承辦人員確認能否受理繳費。",
"繳費後第 10 個工作天,可登入臺北e大在在[課程報名狀況]頁面檢視繳費審核結果。",
"如尚有其他問題,請洽臺北e大客服專線(02)2932-0212分機341"
]
},
{
"name": "掃描",
"type": "scan"
}
]
},
{
"id": "fee-12",
"name": "快閃購繳款",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "快閃購帳號",
"required": true,
"field": "account",
"description": ""
},
{
"type": "input",
"label": "手機號碼",
"required": true,
"field": "phone_number",
"description": ""
}
],
"notice": []
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": []
}
]
}
]
},
{
"name": "稅費",
"icon": "/images/payment/icon_tax_payment.svg",
"data": [
{
"id": "tax-1",
"name": "地方稅",
"is_hot": false,
"search_type_list": [
{
"name": "掃描",
"type": "scan"
}
]
}
]
},
{
"name": "罰鍰",
"icon": "/images/payment/icon_bill.svg",
"data": [
{
"id": "fine-1",
"name": "地政罰鍰",
"is_hot": false,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "統編",
"required": true,
"field": "tax_id",
"description": ""
},
{
"type": "select",
"label": "地政事務所",
"required": true,
"field": "office",
"description": "",
"default_option": "請選擇地政事務所",
"options": [
{
"label": "古亭地政事務所",
"value": "古亭地政事務所"
},
{
"label": "建成地政事務所",
"value": "建成地政事務所"
},
{
"label": "中山地政事務所",
"value": "中山地政事務所"
}
]
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"費用相關問題,請洽各區地政事務所聯絡電話",
"臺北市古亭地政事務所,(02)2935-5369。",
"臺北市建成地政事務所,(02)2306-2122。",
"臺北市中山地政事務所,(02)2502-2881。"
]
},
{
"name": "繳費編號",
"type": "form",
"form_format": [
{
"type": "input",
"label": "繳費編號",
"required": true,
"field": "payment_number",
"description": "逾繳費期限,不提供查詢繳費功能"
}
],
"notice": [
"行動支付交易限額依各家業者規定為準。",
"費用相關問題,請洽各區地政事務所聯絡電話",
"臺北市古亭地政事務所,(02)2935-5369。",
"臺北市建成地政事務所,(02)2306-2122。",
"臺北市中山地政事務所,(02)2502-2881。"
]
},
{
"name": "掃描",
"type": "scan"
}
]
}
]
},
{
"name": "金門縣政府",
"icon": "/images/payment/icon_bill.svg",
"data": [
{
"id": "kinmen-fee-1",
"name": "金門縣水費",
"is_hot": true,
"search_type_list": [
{
"name": "輸入資料",
"type": "form",
"form_format": [
{
"type": "input",
"label": "水號",
"required": true,
"field": "water_number",
"description": "大區為1碼,中區為2碼,戶號為6碼,檢核號為1碼"
}
],
"notice": [
"若已在<span style='color:red'>超商</span>繳費、其他繳費平台或與銀行約定自動扣繳,請勿重複繳費。",
"即日起<span style='color:red'>電子帳單</span>用戶,以<span style='color:red'>行動支付繳費(含本網站信用卡支付)</span>,<span style='color:red'>下期水費減收10元(不限次數)</span>。<span style='color: #0066CC;text-decoration: underline;'>立即申辦享優惠!</span>"
]
},
{
"name": "掃描",
"type": "scan"
}
]
}
]
}
]
}
資料欄位說明-規費繳納
欄位 | 用途 | 範例 |
---|---|---|
id | 繳納項目 id | fee-1 |
name | 繳納項目名稱 | 公司登記費 |
is_hot | 是否為熱門繳費項目 | true/false |
search_type_list | 繳費項目頁籤資料 | 參考SearchType |
SearchType
欄位 | 用途 | 範例 |
---|---|---|
name | 頁籤名稱 | 輸入資料 |
type | 頁籤類型 | form/scan |
form_format | 客製化表單元件組成 | 參考form_format |
notice | 注意事項,傳入字串 Array,也可傳入 html 格式支援顏色變換等功能 | "notice": ["行動支付交易限額依各家業者規定為準。","欲使用 Linepay 繳費,請改用其 APP 查繳。","繳費相關問題,請洽詢商業處服務電話 (02)2720-8889 轉 6485、6491。"] |
form_format
- input
欄位 | 用途 | 範例 |
---|---|---|
type | 表單欄位類型 | input |
label | 表單欄位標籤 | 手機號碼 |
required | 此表單欄位是否必填 | true |
field | 表單欄位對應送出表單的 key | phone_number |
description | 欄位上方提示字 | 範例:0910999999,不含分隔符號 |
- select
欄位 | 用途 | 範例 |
---|---|---|
type | 表單欄位類型 | select |
label | 表單欄位標籤 | 地政事務所 |
required | 此表單欄位是否必填 | true |
field | 表單欄位對應送出表單的 key | office |
description | 欄位上方提示字 | 範例:0910999999,不含分隔符號 |
default_option | 預設選項,沒有 value,作用類似 placeholder | 請選擇地政事務所 |
options | 所有選項 | 參考選項格式 |
- radio_group
欄位 | 用途 | 範例 |
---|---|---|
type | 表單欄位類型 | radio_group_input |
label | 表單欄位標籤 | 請選擇車種 |
required | 此表單欄位是否必填 | true |
field | 表單欄位對應送出表單的 key | vehicle_type |
options | 所有選項 | 參考選項格式 |
- radio_group_input
欄位 | 用途 | 範例 |
---|---|---|
type | 表單欄位類型 | radio_group_input |
label | 表單欄位標籤 | 請選擇車種 |
required | 此表單欄位是否必填 | true |
field | 表單欄位對應送出表單的 key | vehicle_type |
options | 所有選項 | 參考radio+input選項格式 |
- date_picker
欄位 | 用途 | 範例 |
---|---|---|
type | 表單欄位類型 | date_picker |
label | 表單欄位標籤 | 肇事日期 |
required | 此表單欄位是否必填 | true |
field | 表單欄位對應送出表單的 key | date |
選項格式
欄位 | 用途 | 範例 |
---|---|---|
label | 選項文字 | 古亭地政事務所 |
value | 選項的值,主要用在填入傳送給後端的表單 | 古亭地政事務所 |
radio+input選項格式
欄位 | 用途 | 範例 |
---|---|---|
label | 選項文字 | 汽車 |
value | 選項的值,主要用在填入傳送給後端的表單 | car |
form_format | 客製化表單元件組成 | 參考form_format |
API 設計-繳費清單
關於繳費清單頁面,JSON 格式的欄位定義如下,開發時只需遵照規格即可。
完整 JSON 格式如下
JSON
{
"//": "規費繳納-繳費清單",
"data": [
{
"id": "A1111111111",
"payment_id": "fee-5",
"amount": 60,
"data": [
{
"label": "繳費期限",
"value": "2024/12/31"
},
{
"label": "繳費金額",
"value": "NT$60"
},
{
"label": "車號",
"value": "ABC-123"
},
{
"label": "停車日期",
"value": "2024/11/14"
},
{
"label": "停車時間",
"value": "10:00~12:00"
}
]
},
{
"id": "A2222222222",
"payment_id": "fee-5",
"amount": 150,
"data": [
{
"label": "繳費期限",
"value": "2025/01/14"
},
{
"label": "繳費金額",
"value": "NT$150"
},
{
"label": "車號",
"value": "ABC-123"
},
{
"label": "停車日期",
"value": "2024/11/15"
},
{
"label": "停車時間",
"value": "17:30~20:00"
}
]
},
{
"id": "A3333333333",
"payment_id": "fee-5",
"amount": 150,
"data": [
{
"label": "繳費期限",
"value": "2025/01/14"
},
{
"label": "繳費金額",
"value": "NT$150"
},
{
"label": "車號",
"value": "ABC-123"
},
{
"label": "停車日期",
"value": "2024/11/15"
},
{
"label": "停車時間",
"value": "17:30~20:00"
}
]
},
{
"id": "A44444444444",
"payment_id": "fee-5",
"amount": 150,
"data": [
{
"label": "繳費期限",
"value": "2025/01/14"
},
{
"label": "繳費金額",
"value": "NT$150"
},
{
"label": "車號",
"value": "ABC-123"
},
{
"label": "停車日期",
"value": "2024/11/15"
},
{
"label": "停車時間",
"value": "17:30~20:00"
}
]
},
{
"id": "B999999999",
"payment_id": "fee-6",
"amount": 120,
"data": [
{
"label": "繳費期限",
"value": "2024/12/23"
},
{
"label": "繳費金額",
"value": "NT$120"
}
]
}
]
}
資料欄位說明-繳費清單
欄位 | 用途 | 範例 |
---|---|---|
id | 帳單 id | A1111111111 |
payment_id | 繳費類別 id | fee-5(停車費) |
amount | 帳單金額(number) | 150 |
data | 繳費內容 | 參考繳費內容格式 |
繳費內容格式
欄位 | 用途 | 範例 |
---|---|---|
label | 欄位名稱 | 繳費期限 |
value | 欄位內容 | 2024/12/31 |