Instructions for Refunding to a Taiwan Pay Account

MaiCoin / MAX does not accept deposits via Taiwan Pay (Taiwan Mobile Payment). If you attempt to make a deposit using Taiwan Pay, your deposit will not be successfully credited, and we will process a refund for you. You will receive an email notification regarding this matter; please check and reply promptly.

Since the banking system cannot retrieve the actual bank account linked to Taiwan Pay, please include a screenshot showing both the complete physical card number and mobile card number when you reply to the email. The refund will be credited to the physical card number.

How to capture the screenshot:

  1. Open the Taiwan Mobile Payment (台灣行動支付) App and select "Card Management (卡片管理)."
  2. Choose the account you used for the transfer and open the details page.
  3. Tap the "Show Details" button to reveal the full account number.
  4. Take a screenshot of the screen, ensuring it includes the complete "Physical Card Number (實體卡號)" and "Mobile Card Number (行動卡號)."

image.png

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); } } });