Why did I make the payment, but the cryptocurrency has not been credited to my account?

When purchasing via bank transfer, please note the following:

  • You must use the bound and bank-verified bank account for remittance. Using another bank for transfer will result in deposit failure.

  • We only accept transfers via online banking or ATM. Please do not use over-the-counter (in-person) remittances.

  • Please do not split the transfer into two separate payments. You may set your exclusive payment bank account as a "pre-arranged account" to increase the single transfer limit.

  • Using third-party payment services such as Taiwan Pay remittance, Jiekou Payment, LINEPAY, or making transfers using corporate online banking will all result in deposit failure. Please log in directly to your bound bank's online banking to proceed with the transaction.

  • If the deposit fails to be credited, please contact our customer service email at info@maicoin.com or call the customer service center at 02-2722-1314 to process a refund. We will refund the amount to your original remittance bank account within 1 to 3 business days after the refund is accepted. A cross-bank transfer fee of NT$30 will be deducted from the refund amount.

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