List of acceptable banks

No.Financial InstitutionsNo.Financial InstitutionsNo.Financial Institutions
004Bank of Taiwan050Taiwan Business Bank806Yuanta Bank
005Land Bank of Taiwan052Standard Chartered Bank807Bank SinoPac
006Taiwan Cooperative Bank053Taichung Commercial Bank808E.Sun Bank
007First Bank054King's Town Bank809KGI Bank
008Hua Nan Bank081HSBC (Taiwan)810DBS Bank (Taiwan)
009Chang Hwa Bank101Taipei Star Bank812Taishin International Bank
011The Shanghai Commercial & Savings Bank102Hwa Tai Bank816Entie Commercial Bank
012Taipei Fubon Bank103Shin Kong Bank822CTBC Bank
013Cathay United Bank118Bank of Panhsin823NEXT BANK
016Bank of Kaohsiung147COTA Commercial Bank824LINE Bank
017Mega International Commercial Bank803Union Bank of Taiwan826Rakuten International Commercial Bank
048O-Bank805Far Eastern International Bank

Reminder:

  • Bankee digital deposit accounts are not supported.
  • In special circumstances where a manual refund is required, a handling fee of 30 TWD will be charged for each TWD refund transaction.

(updated on 2025/11/06)

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.
document.addEventListener("DOMContentLoaded", function() { // 1. 定義目標:請根據貴公司目前 Freshdesk 版型的實際 class 進行微調 // 預設的標題通常是 h1 或 .article-title,內文通常是 .article-body const articleTitle = document.querySelector('h1') || document.querySelector('.article-title'); const articleBody = document.querySelector('.article-body'); if (articleTitle && articleBody) { // 2. 抓取文章內文的「第一個子元素」 const firstElement = articleBody.firstElementChild; // 3. 判斷:如果第一個元素是我們約定好的 H3,就將其視為附標題 if (firstElement && firstElement.tagName === 'H3') { // 替它加上專屬的 Class 標籤,方便稍後用 CSS 改變樣式 firstElement.classList.add('custom-article-subtitle'); // 將這個 H3 從內文中拔出,移動到主標題的正下方 articleTitle.insertAdjacentElement('afterend', firstElement); } } });