{"id":8156,"date":"2024-09-18T09:00:18","date_gmt":"2024-09-18T02:00:18","guid":{"rendered":"https:\/\/easylink.id\/?page_id=8156"},"modified":"2026-07-16T11:53:42","modified_gmt":"2026-07-16T04:53:42","slug":"swift-code","status":"publish","type":"page","link":"https:\/\/easylink.id\/zh\/swift-code\/","title":{"rendered":"\u5982\u4f55\u67e5\u627e\u5370\u5ea6\u5c3c\u897f\u4e9a\u94f6\u884c\u7684Swift\/BIC\u4ee3\u7801"},"content":{"rendered":"<p><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-8169 aligncenter\" src=\"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg\" alt=\"swift code\" width=\"907\" height=\"510\" srcset=\"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg 907w, https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code-300x169.jpg 300w, https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code-768x432.jpg 768w, https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code-18x10.jpg 18w\" sizes=\"(max-width: 907px) 100vw, 907px\" \/><\/p>\n    <style>\r\n        .swift-container {\r\n            max-width: 960px;\r\n            margin: 0 auto;\r\n            padding: 20px 16px;\r\n        }\r\n        .swift-wrapper {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            gap: 20px;\r\n            justify-content: center;\r\n        }\r\n        .swift-box {\r\n            flex: 1 1 400px;\r\n            min-width: 320px;\r\n            background: #FFFFFF;\r\n            border: 1px solid #E3EAF3;\r\n            border-radius: 24px;\r\n            padding: 24px;\r\n            box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 8px;\r\n        }\r\n        .swift-box h3 {\r\n            text-align: center;\r\n            margin-bottom: 8px;\r\n            color: #0E0B3D;\r\n        }\r\n        .swift-box label,\r\n        .swift-box p {\r\n            margin: 0;\r\n            color: #0E0B3D;\r\n        }\r\n        .swift-box select,\r\n        .swift-box input,\r\n        .swift-box button {\r\n            width: 100%;\r\n            padding: 10px;\r\n            margin-top: 4px;\r\n            border-radius: 5px;\r\n            border: 1px solid #ccc;\r\n            background: #fff;\r\n            color: #292753;\r\n        }\r\n        .swift-box button {\r\n            background-color: #0C66E4;\r\n            color: #fff;\r\n            border: none;\r\n            cursor: pointer;\r\n        }\r\n        .swift-box button:hover {\r\n            background-color: #1F2D53;\r\n        }\r\n        .result-box {\r\n            display: none;\r\n            margin-top: 10px;\r\n            background: #fff;\r\n            border: 1px solid #ccc;\r\n            border-radius: 8px;\r\n            padding: 10px;\r\n            text-align: center;\r\n        }\r\n        .error-message {\r\n            color: red;\r\n            margin-top: 10px;\r\n            display: none;\r\n            text-align: center;\r\n        }\r\n        .info-text {\r\n            text-align: center;\r\n            color: #555;\r\n            font-size: 16px;\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"swift-container\">\r\n        <div class=\"swift-wrapper\">\r\n            <!-- Cari SWIFT Code -->\r\n            <div class=\"swift-box\">\r\n                <h3>Cari SWIFT Code<\/h3>\r\n                <p class=\"info-text\">Temukan Kode SWIFT Bank<\/p>\r\n\r\n                <label for=\"country\">Negara:<\/label>\r\n                <select id=\"country\"><option value=\"\">Pilih Negara<\/option><\/select>\r\n\r\n                <label for=\"city\">Kota:<\/label>\r\n                <select id=\"city\" disabled><option value=\"\">Pilih Kota<\/option><\/select>\r\n\r\n                <label for=\"bank\">Bank:<\/label>\r\n                <select id=\"bank\" disabled><option value=\"\">Pilih Bank<\/option><\/select>\r\n\r\n                <button id=\"search-button\" disabled>Cari SWIFT Code<\/button>\r\n\r\n                <div id=\"swift-code-container\" class=\"result-box\">\r\n                    <p>SWIFT Code: <strong id=\"swift-code\" style=\"font-size: 18px;\"><\/strong><\/p>\r\n                    <button id=\"copy-button\">Copy<\/button>\r\n                    <button id=\"search-again-button\">Search Lagi<\/button>\r\n                <\/div>\r\n\r\n                <div id=\"error-message\" class=\"error-message\"><\/div>\r\n            <\/div>\r\n\r\n            <!-- Manual Check -->\r\n            <div class=\"swift-box\">\r\n                <h3>Cek SWIFT Code Manual<\/h3>\r\n                <p class=\"info-text\">Temukan Cek Kode Swift dengan Mudah<\/p>\r\n\r\n                <input type=\"text\" id=\"manual-input\" placeholder=\"Masukkan SWIFT Code (contoh: STANALTR)\">\r\n                <button id=\"manual-search-button\">Cari Data Bank<\/button>\r\n\r\n                <div id=\"manual-result\" class=\"result-box\">\r\n                    <p>Negara: <strong id=\"result-country\"><\/strong><\/p>\r\n                    <p>Bank: <strong id=\"result-bank\"><\/strong><\/p>\r\n                    <p>Kota: <strong id=\"result-city\"><\/strong><\/p>\r\n                    <p>SWIFT: <strong id=\"result-swift\"><\/strong><\/p>\r\n                <\/div>\r\n\r\n                <div id=\"manual-error-message\" class=\"error-message\"><\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        let data = [];\r\n        const countrySelect = document.getElementById('country');\r\n        const bankSelect = document.getElementById('bank');\r\n        const citySelect = document.getElementById('city');\r\n        const searchButton = document.getElementById('search-button');\r\n        const swiftCodeContainer = document.getElementById('swift-code-container');\r\n        const swiftCodeSpan = document.getElementById('swift-code');\r\n        const copyButton = document.getElementById('copy-button');\r\n        const searchAgainButton = document.getElementById('search-again-button');\r\n        const errorMessage = document.getElementById('error-message');\r\n\r\n        const manualInput = document.getElementById('manual-input');\r\n        const manualSearchButton = document.getElementById('manual-search-button');\r\n        const manualResult = document.getElementById('manual-result');\r\n        const resultCountry = document.getElementById('result-country');\r\n        const resultBank = document.getElementById('result-bank');\r\n        const resultCity = document.getElementById('result-city');\r\n        const resultSwift = document.getElementById('result-swift');\r\n        const manualError = document.getElementById('manual-error-message');\r\n\r\n        fetch('\/wp-content\/uploads\/2025\/05\/swift-codes.json')\r\n            .then(res => res.json())\r\n            .then(json => {\r\n                data = json;\r\n                const countries = [...new Set(data.map(i => i.country))];\r\n                countries.forEach(country => {\r\n                    const opt = document.createElement('option');\r\n                    opt.value = country;\r\n                    opt.textContent = country;\r\n                    countrySelect.appendChild(opt);\r\n                });\r\n            });\r\n\r\n        function showError(el, msg) {\r\n            el.textContent = msg;\r\n            el.style.display = 'block';\r\n        }\r\n\r\n        function clearError(el) {\r\n            el.style.display = 'none';\r\n        }\r\n\r\n        countrySelect.addEventListener('change', function () {\r\n            clearError(errorMessage);\r\n            citySelect.innerHTML = '<option value=\"\">Pilih Kota<\/option>';\r\n            bankSelect.innerHTML = '<option value=\"\">Pilih Bank<\/option>';\r\n            citySelect.disabled = true;\r\n            bankSelect.disabled = true;\r\n            searchButton.disabled = true;\r\n            swiftCodeContainer.style.display = 'none';\r\n\r\n            if (this.value) {\r\n                const cities = [...new Set(data.filter(i => i.country === this.value).map(i => i.city))];\r\n                cities.forEach(city => {\r\n                    const opt = document.createElement('option');\r\n                    opt.value = city;\r\n                    opt.textContent = city;\r\n                    citySelect.appendChild(opt);\r\n                });\r\n                citySelect.disabled = false;\r\n            }\r\n        });\r\n\r\n        citySelect.addEventListener('change', function () {\r\n            clearError(errorMessage);\r\n            bankSelect.innerHTML = '<option value=\"\">Pilih Bank<\/option>';\r\n            bankSelect.disabled = true;\r\n            searchButton.disabled = true;\r\n            swiftCodeContainer.style.display = 'none';\r\n\r\n            if (this.value) {\r\n                const banks = [...new Set(data.filter(i => i.country === countrySelect.value && i.city === this.value).map(i => i.bank))];\r\n                banks.forEach(bank => {\r\n                    const opt = document.createElement('option');\r\n                    opt.value = bank;\r\n                    opt.textContent = bank;\r\n                    bankSelect.appendChild(opt);\r\n                });\r\n                bankSelect.disabled = false;\r\n            }\r\n        });\r\n\r\n        bankSelect.addEventListener('change', function () {\r\n            swiftCodeContainer.style.display = 'none';\r\n            searchButton.disabled = !this.value;\r\n        });\r\n\r\n        searchButton.addEventListener('click', function () {\r\n            clearError(errorMessage);\r\n            swiftCodeContainer.style.display = 'none';\r\n            const result = data.find(i =>\r\n                i.country === countrySelect.value &&\r\n                i.city === citySelect.value &&\r\n                i.bank === bankSelect.value\r\n            );\r\n            if (result) {\r\n                const swiftCode = result.swift.toLowerCase(); \/\/ tidak uppercase\r\n                window.location.href = `https:\/\/easylink.id\/swift-code\/${swiftCode}`;\r\n            } else {\r\n                showError(errorMessage, 'SWIFT code tidak ditemukan.');\r\n            }\r\n        });\r\n\r\n        copyButton.addEventListener('click', function () {\r\n            navigator.clipboard.writeText(swiftCodeSpan.textContent).then(() => {\r\n                showError(errorMessage, '\u2705 SWIFT code berhasil disalin!');\r\n                setTimeout(() => clearError(errorMessage), 2000);\r\n            });\r\n        });\r\n\r\n        searchAgainButton.addEventListener('click', function () {\r\n            clearError(errorMessage);\r\n            countrySelect.value = '';\r\n            citySelect.innerHTML = '<option value=\"\">Pilih Kota<\/option>';\r\n            bankSelect.innerHTML = '<option value=\"\">Pilih Bank<\/option>';\r\n            citySelect.disabled = true;\r\n            bankSelect.disabled = true;\r\n            searchButton.disabled = true;\r\n            swiftCodeContainer.style.display = 'none';\r\n        });\r\n\r\n        manualSearchButton.addEventListener('click', function () {\r\n            clearError(manualError);\r\n            manualResult.style.display = 'none';\r\n            const code = manualInput.value.trim().toUpperCase();\r\n\r\n            if (code.length !== 8 && code.length !== 11) {\r\n                showError(manualError, 'SWIFT code harus 8 atau 11 karakter.');\r\n                return;\r\n            }\r\n\r\n            const result = data.find(item => item.swift.toUpperCase() === code);\r\n            if (result) {\r\n                const swiftCode = result.swift; \/\/ tetap original case\r\n                window.location.href = `https:\/\/easylink.id\/swift-code\/${swiftCode}`;\r\n            } else {\r\n                showError(manualError, 'SWIFT code tidak ditemukan.');\r\n            }\r\n        });\r\n    });\r\n    <\/script>\r\n    \n<p><span style=\"font-weight: 400;\">Dalam era perkembangan teknologi yang pesat, transaksi finansial menjadi semakin mudah, tidak hanya di tingkat nasional tetapi juga dalam skala internasional. Teknologi memainkan peran kunci dalam kemudahan ini, terutama melalui penggunaan <\/span><b>Swift code <\/b><span style=\"font-weight: 400;\">yang memfasilitasi lancarnya proses pengiriman uang antar negara.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Bagi banyak orang, terutama yang belum terbiasa dengan istilah ini, pemahaman mengenai kegunaan <\/span><b>Swift code <\/b><span style=\"font-weight: 400;\">masih terbilang kurang jelas. Seiring dengan perkembangan teknologi, sektor perbankan juga terus maju, menawarkan berbagai fasilitas dan produk yang memudahkan penggunanya.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Transfer uang antar bank, baik dalam negeri maupun lintas negara, menjadi lebih simpel, cepat, dan aman. Artikel ini akan menjelaskan lebih lanjut tentang pentingnya <\/span><b>Swift code<\/b><span style=\"font-weight: 400;\"> dalam memfasilitasi transaksi keuangan internasional.<\/span><\/p>\n<h2><b>Apa Itu Swift Code<\/b><\/h2>\n<p><b>Swift code <\/b><span style=\"font-weight: 400;\">merupakan singkatan dari <\/span><i><span style=\"font-weight: 400;\">Society for Worldwide Interbank Financial Telecommunications<\/span><\/i><span style=\"font-weight: 400;\">, yang digunakan untuk mempermudah identifikasi lembaga perbankan atau sekuritas di berbagai negara atau cabang khusus. Umumnya, Swift code terdiri dari 8 atau 11 karakter kombinasi angka dan huruf, meskipun bisa juga hanya terdiri dari huruf.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Sebagai contoh, Swift code Bank BRI adalah <\/span><b>BRINIDJA<\/b><span style=\"font-weight: 400;\">, di mana empat huruf pertama mencerminkan identitas Bank BRI, dua huruf berikutnya menunjukkan kode negara asalnya, dan dua huruf terakhir menggambarkan lokasi atau kode cabang.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Yang menarik, Swift code Bank BRI Indonesia memiliki keunikan, berbeda dengan bank lain di Indonesia yang hanya memiliki satu Swift code untuk kantor pusat dan cabangnya. Swift code Bank BRI untuk kantor pusat berbeda dengan Swift code untuk kantor cabang.<\/span><\/p>\n<h2><b>Kapan Kamu Membutuhkan Swift Code?<\/b><\/h2>\n<p><b>Swift code<\/b><span style=\"font-weight: 400;\"> atau <\/span><b>BIC<\/b> <i><span style=\"font-weight: 400;\">(Bank Identifier Code)<\/span><\/i><span style=\"font-weight: 400;\"> menjadi penting dalam beberapa situasi keuangan internasional. Ketika Anda terlibat dalam transfer uang antar bank secara internasional, baik sebagai pengirim maupun penerima, Swift code dari bank yang terlibat diperlukan untuk memastikan bahwa transaksi tersebut dapat dilakukan dengan sukses.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Selain itu, ketika Anda melakukan pembelian valuta asing atau terlibat dalam transaksi bisnis global, Swift code juga menjadi komponen yang penting. Dalam penggunaan layanan keuangan internasional atau pembayaran tagihan atau hutang di tingkat global, memiliki informasi Swift code yang benar adalah suatu keharusan.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Oleh karena itu, memahami kapan Anda membutuhkan Swift code sangat penting untuk memastikan kelancaran dan keamanan dalam kegiatan transfer uang ke luar negeri. Sebelum melibatkan diri dalam transaksi keuangan internasional, pastikan Anda memiliki Swift code yang akurat dan sesuai dengan bank yang terlibat dalam proses tersebut.<\/span><\/p>\n<h2><b>Fungsi Swift Code<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Kode Swift yang diciptakan oleh organisasi SWIFT, bertujuan untuk memfasilitasi pertukaran informasi terkait industri finansial antarnegara secara global. Saat ini, lebih dari 200 negara dan lebih dari 9 ribu perusahaan sekuritas dan perbankan telah bergabung dengan asosiasi SWIFT.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Selain dikenal sebagai Swift code, kode ini juga sering disebut sebagai <\/span><i><span style=\"font-weight: 400;\">Bank Identifier Code <\/span><\/i><span style=\"font-weight: 400;\">atau <\/span><b>BIC<\/b><span style=\"font-weight: 400;\">, merujuk pada fungsinya yang utama dalam mengidentifikasi lembaga finansial dari suatu negara sehingga dapat memudahkan Anda dalam melakukan transaksi keuangan internasional.<\/span><\/p>\n<h2><b>Contoh Swift Code<\/b><\/h2>\n<p><b>Swift code<\/b><span style=\"font-weight: 400;\"> atau <\/span><b>BIC<\/b> <i><span style=\"font-weight: 400;\">(Bank Identifier Code)<\/span><\/i><span style=\"font-weight: 400;\"> terdiri dari delapan atau sebelas karakter alfanumerik. Berikut adalah salah satu contoh Swift code yaitu BCA (Bank Central Asia) dengan Swift Code yaitu <\/span><b>CENAIDJA.<\/b><\/p>\n<blockquote><p><strong>Baca Juga: <a class=\"sc-cBIjbw bLUVIX\" href=\"https:\/\/easylink.id\/iban-code\/\" target=\"_blank\" rel=\"noopener\">IBAN Code: Pengertian, Cara Cek dan Perbedaanya<\/a><\/strong><\/p><\/blockquote>\n<p><span style=\"font-weight: 400;\">Perlu diingat bahwa setiap bank memiliki Swift code yang unik, dan Swift code tersebut digunakan untuk mengidentifikasi bank yang terlibat dalam transaksi keuangan internasional. Sebelum melakukan transfer uang, pastikan Anda memiliki Swift code yang benar dari bank yang bersangkutan.<\/span><\/p>\n<h2><b>Format Nomor Swift\/BIC Code<\/b><\/h2>\n<table>\n<tbody>\n<tr>\n<td colspan=\"4\">\n<p style=\"text-align: center;\"><b>Contoh Kode Swift<\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><b>AAAA<\/b><\/td>\n<td><b>BB<\/b><\/td>\n<td><b>CC<\/b><\/td>\n<td><b>123<\/b><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"2\"><span style=\"font-weight: 400;\">Kode Bank<\/span><\/td>\n<td rowspan=\"2\"><span style=\"font-weight: 400;\">Kode Negara<\/span><\/td>\n<td rowspan=\"2\"><span style=\"font-weight: 400;\">Kode Lokasi<\/span><\/td>\n<td rowspan=\"2\"><span style=\"font-weight: 400;\">Kode Kantor Cabang<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-weight: 400;\">SWIFT code atau BIC merupakan suatu kode dengan panjang 8-11 karakter yang memberikan informasi tentang negara, kota, nama bank, dan kantor cabang bank.\u00a0<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Kode bank A-Z terdiri dari empat huruf yang mencerminkan singkatan nama bank.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Kode negara A-Z terdiri dari dua huruf yang menunjukkan lokasi negara bank tersebut.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Kode lokasi 0-9 A-Z terdiri dari dua karakter huruf dan angka, memberikan informasi tentang lokasi dari kantor pusat bank.\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Kode kantor cabang 0-9 A-Z yang terdiri dari tiga digit angka atau huruf, digunakan untuk mengidentifikasi kantor cabang tertentu, dengan &#8216;XXX&#8217; menandakan kantor utama bank.<\/span><\/li>\n<\/ol>\n<h2><b>Cara Kerja Swift Code<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Cara kerja dari Swift code sangatlah sederhana. Sebagai contohnya, jika Anda sebagai nasabah Bank A di Jepang ingin mengirim uang ke rekening Bank BRI milik orang tua di Jakarta, langkah pertama yang perlu dilakukan adalah mengunjungi kantor Bank A di Jepang dengan membawa detail informasi seperti nomor rekening orang tua dan Swift code Bank BRI, yaitu <\/span><b>BRINIDJA<\/b><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Kemudian, Bank A akan menyampaikan instruksi transfer kepada Bank BRI Jakarta melalui sistem SWIFT. Setelah menerima pesan dari Bank A, Bank BRI Jakarta akan melanjutkan proses settlement dan mentransfer uang langsung ke rekening orang tua. Penting untuk diingat bahwa swift code merupakan jaringan kode komunikasi yang hanya berfungsi sebagai perantara dalam transaksi pengiriman uang antar bank di tingkat internasional.<\/span><\/p>\n<blockquote><p><strong>Baca Juga: <a class=\"sc-cBIjbw bLUVIX\" href=\"https:\/\/easylink.id\/branch-code\/\" target=\"_blank\" rel=\"noopener\">Apa Itu Branch Code? Cara Menemukan dan Daftar Lengkapnya<\/a><\/strong><\/p><\/blockquote>\n<p><span style=\"font-weight: 400;\">Dengan kata lain, kode SWIFT tidak memiliki uang atau sekuritas dan tidak memiliki tanggung jawab dalam mengelola nomor rekening nasabah. Ia hanyalah alat komunikasi yang memfasilitasi proses transfer antar bank secara global.<\/span><\/p>\n<h2><b>Cara Mencari Swift Code<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Untuk menemukan Swift code Bank, terdapat beberapa metode yang dapat digunakan diantaranya sebagai berikut:<\/span><b><\/b><\/p>\n<h3><b>1. Bukti Laporan Aktivitas Nomor Rekening<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Beberapa bank sering mencantumkan Swift code pada bukti laporan bulanan nomor rekening nasabah. Pengecekan dapat dilakukan pada dokumen, dan jika tidak ditemukan, layanan <\/span><i><span style=\"font-weight: 400;\">mobile banking<\/span><\/i><span style=\"font-weight: 400;\"> dapat menjadi alternatif.<\/span><\/p>\n<h3><b>2. Website Resmi Perusahaan Perbankan<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Swift code sering dicantumkan secara di halaman depan website resmi perusahaan perbankan. Meskipun tidak semua bank menyediakan informasi ini, pengguna dapat mencari Swift code di situs resmi bank atau melanjutkan pencarian secara online.<\/span><\/p>\n<h3><b>3. Mesin Pencari<\/b><\/h3>\n<p><span style=\"font-weight: 400;\">Pengguna dapat menggunakan mesin pencari dengan kata kunci yang sesuai, seperti &#8220;Swift code Bank BRI&#8221; atau &#8220;Swift code Bank BRI Syariah&#8221;. Hasil pencarian akan menampilkan situs-situs yang memberikan informasi mengenai Swift code Bank BRI dan Bank BRI Syariah.<\/span><\/p>\n<h2><b>Daftar Swift Code Seluruh Bank di Indonesia<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Setiap bank memiliki Swift Code yang berbeda-beda oleh karena itu Anda harus memastikan bahwa Swift Code yang\u00a0 Anda masukan telah benar. Berikut merupakan daftar Swift Code Seluruh Bank yang ada di Indonesia:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BCA: <\/span><b>CENAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BRI: <\/span><b>BRINIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Mandiri: <\/span><b>BMRIIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BNI: <\/span><b>BNINIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code CIMB Niaga: <\/span><b>BNIAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BSI: <\/span><b>BSMDIDJA<\/b><span style=\"font-weight: 400;\">\u00a0<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Mega: <\/span><b>MEGAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Danamon: <\/span><b>BDINIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Niaga: <\/span><b>BNIAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank NISP: <\/span><b>NISPIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Artha Graha: <\/span><b>ARTGIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Panin: <\/span><b>PINBIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BTPN: <\/span><b>SUNIIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Syariah Indonesia: <\/span><b>BSMDIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Permata: <\/span><b>BBBAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Maybank Indonesia: <\/span><b>MBBEIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code UOB Indonesia: <\/span><b>UOBBIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code DBS Indonesia: <\/span><b>DBSBIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank BRI Simpedes: <\/span><b>BRINIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Citibank: <\/span><b>CITIIDJX<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Muamalat: <\/span><b>MUABIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Jago: <\/span><b>JAGBIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Sinarmas: <\/span><b>SBJKIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Hana Bank: <\/span><b>HNBNIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Jatim: <\/span><b>BJTMIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Seabank: <\/span><b>SSPIIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code commerzbank: <\/span><b>COBADEFF<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank DKI: <\/span><b>BDKIIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BTPN Jenius: <\/span><b>SUNIIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code bank btn: <\/span><b>BTANIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code cimb niaga syariah: <\/span><b>BNIAIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Neo Bank: <\/span><b>YUDBIDJ1<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code vietcombank: <\/span><b>BFTVVNVX<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Dana: <\/span><b>DANAUS33<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank RHB Malaysia: <\/span><b>RHBBMYKL<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank OCBC NISP: <\/span><b>NISPIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code BSI Syariah: <\/span><b>BSMDIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code Bank Bukopin: <\/span><b>BBUKIDJA<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code bank artos indonesia: <\/span><b>ATOSIDJ1<\/b><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Swift Code kasikornbank: <\/span><b>KASITHBK<\/b><\/li>\n<\/ol>\n<h2><b>Kesimpulan<\/b><\/h2>\n<p><b>Swift code<\/b><span style=\"font-weight: 400;\"> merupakan salah satu peran penting bagi Anda Pada saat ingin melakukan transaksi ke luar negeri. Namun, perlu diingat juga bahwasannya setiap bank memiliki Swift code yang berbeda-beda. Oleh sebab itu, Anda perlu memperhatikan dan mengkroscek ulang apakah Swift code yang Anda masukan sudah benar sesuai dengan bank atau belum.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Dalam era perkembangan teknologi yang pesat, transaksi finansial menjadi semakin mudah, tidak hanya di tingkat nasional tetapi juga dalam skala [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"default","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8156","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Cara Menemukan Kode Swift\/BIC Untuk Bank di Indonesia<\/title>\n<meta name=\"description\" content=\"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/easylink.id\/zh\/swift-code\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cara Menemukan Kode Swift\/BIC Untuk Bank di Indonesia\" \/>\n<meta property=\"og:description\" content=\"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/easylink.id\/zh\/swift-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Easylink\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EasylinkID\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-16T04:53:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"907\" \/>\n\t<meta property=\"og:image:height\" content=\"510\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:description\" content=\"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.\" \/>\n<meta name=\"twitter:site\" content=\"@easylink_id\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/\",\"url\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/\",\"name\":\"Cara Menemukan Kode Swift\\\/BIC Untuk Bank di Indonesia\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/easylink.id\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/swift-code.jpg\",\"datePublished\":\"2024-09-18T02:00:18+00:00\",\"dateModified\":\"2026-07-16T04:53:42+00:00\",\"description\":\"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/easylink.id\\\/swift-code\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/#primaryimage\",\"url\":\"https:\\\/\\\/easylink.id\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/swift-code.jpg\",\"contentUrl\":\"https:\\\/\\\/easylink.id\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/swift-code.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/easylink.id\\\/swift-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/easylink.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cara Menemukan Kode Swift\\\/BIC Untuk Bank di Indonesia\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/easylink.id\\\/#website\",\"url\":\"https:\\\/\\\/easylink.id\\\/\",\"name\":\"Easylink\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/#organization\"},\"alternateName\":\"PT Sahabat Kirim Digital\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/easylink.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/easylink.id\\\/#organization\",\"name\":\"PT Sahabat Kirim Digital\",\"alternateName\":\"Easylink\",\"url\":\"https:\\\/\\\/easylink.id\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/easylink.id\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/easylink.id\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/cropped-crop_logo-easylink.png\",\"contentUrl\":\"https:\\\/\\\/easylink.id\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/cropped-crop_logo-easylink.png\",\"width\":356,\"height\":118,\"caption\":\"PT Sahabat Kirim Digital\"},\"image\":{\"@id\":\"https:\\\/\\\/easylink.id\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EasylinkID\",\"https:\\\/\\\/x.com\\\/easylink_id\",\"https:\\\/\\\/www.instagram.com\\\/easylink.id\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/easylink-indonesia\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@easylink_id\",\"https:\\\/\\\/www.youtube.com\\\/@Easylink_ID\",\"https:\\\/\\\/www.facebook.com\\\/EasylinkID\\\/\"],\"description\":\"Easylink adalah start-up penyedia layanan transfer uang ke luar negeri. Didirikan oleh Yoga Chandra Sudewo pada tahun 2021.\",\"email\":\"customer.support@easylink.id\",\"telephone\":\"+6281188813889\",\"legalName\":\"PT Sahabat Kirim Digital\",\"foundingDate\":\"2021-05-24\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"11\",\"maxValue\":\"50\"},\"publishingPrinciples\":\"https:\\\/\\\/easylink.id\\\/privacy-policy\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u5982\u4f55\u67e5\u627e\u5370\u5ea6\u5c3c\u897f\u4e9a\u94f6\u884c\u7684Swift\/BIC\u4ee3\u7801","description":"\u672c\u6587\u5c06\u66f4\u591a\u5730\u89e3\u91ca Swift \u4ee3\u7801\u5728\u4fc3\u8fdb\u56fd\u9645\u91d1\u878d\u4ea4\u6613\u65b9\u9762\u7684\u91cd\u8981\u6027\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/easylink.id\/zh\/swift-code\/","og_locale":"zh_CN","og_type":"article","og_title":"Cara Menemukan Kode Swift\/BIC Untuk Bank di Indonesia","og_description":"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.","og_url":"https:\/\/easylink.id\/zh\/swift-code\/","og_site_name":"Easylink","article_publisher":"https:\/\/www.facebook.com\/EasylinkID","article_modified_time":"2026-07-16T04:53:42+00:00","og_image":[{"width":907,"height":510,"url":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_description":"Artikel ini akan menjelaskan lebih lanjut tentang pentingnya Swift code dalam memfasilitasi transaksi keuangan internasional.","twitter_site":"@easylink_id","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"6 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/easylink.id\/swift-code\/","url":"https:\/\/easylink.id\/swift-code\/","name":"\u5982\u4f55\u67e5\u627e\u5370\u5ea6\u5c3c\u897f\u4e9a\u94f6\u884c\u7684Swift\/BIC\u4ee3\u7801","isPartOf":{"@id":"https:\/\/easylink.id\/#website"},"primaryImageOfPage":{"@id":"https:\/\/easylink.id\/swift-code\/#primaryimage"},"image":{"@id":"https:\/\/easylink.id\/swift-code\/#primaryimage"},"thumbnailUrl":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg","datePublished":"2024-09-18T02:00:18+00:00","dateModified":"2026-07-16T04:53:42+00:00","description":"\u672c\u6587\u5c06\u66f4\u591a\u5730\u89e3\u91ca Swift \u4ee3\u7801\u5728\u4fc3\u8fdb\u56fd\u9645\u91d1\u878d\u4ea4\u6613\u65b9\u9762\u7684\u91cd\u8981\u6027\u3002","breadcrumb":{"@id":"https:\/\/easylink.id\/swift-code\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/easylink.id\/swift-code\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/easylink.id\/swift-code\/#primaryimage","url":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg","contentUrl":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/09\/swift-code.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/easylink.id\/swift-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/easylink.id\/"},{"@type":"ListItem","position":2,"name":"Cara Menemukan Kode Swift\/BIC Untuk Bank di Indonesia"}]},{"@type":"WebSite","@id":"https:\/\/easylink.id\/#website","url":"https:\/\/easylink.id\/","name":"Easylink","description":"","publisher":{"@id":"https:\/\/easylink.id\/#organization"},"alternateName":"PT Sahabat Kirim Digital","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/easylink.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/easylink.id\/#organization","name":"PT Sahabat Kirim Digital","alternateName":"Easylink","url":"https:\/\/easylink.id\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/easylink.id\/#\/schema\/logo\/image\/","url":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/06\/cropped-crop_logo-easylink.png","contentUrl":"https:\/\/easylink.id\/wp-content\/uploads\/2024\/06\/cropped-crop_logo-easylink.png","width":356,"height":118,"caption":"PT Sahabat Kirim Digital"},"image":{"@id":"https:\/\/easylink.id\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EasylinkID","https:\/\/x.com\/easylink_id","https:\/\/www.instagram.com\/easylink.id\/","https:\/\/www.linkedin.com\/company\/easylink-indonesia\/","https:\/\/www.tiktok.com\/@easylink_id","https:\/\/www.youtube.com\/@Easylink_ID","https:\/\/www.facebook.com\/EasylinkID\/"],"description":"Easylink \u662f\u4e00\u5bb6\u63d0\u4f9b\u8de8\u5883\u6c47\u6b3e\u670d\u52a1\u7684\u521d\u521b\u516c\u53f8\u3002\u8be5\u516c\u53f8\u7531 Yoga Chandra Sudewo \u4e8e 2021 \u5e74\u521b\u7acb\u3002.","email":"customer.support@easylink.id","telephone":"+6281188813889","legalName":"PT Sahabat Kirim Digital","foundingDate":"2021-05-24","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"11","maxValue":"50"},"publishingPrinciples":"https:\/\/easylink.id\/privacy-policy\/"}]}},"_links":{"self":[{"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/pages\/8156","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/comments?post=8156"}],"version-history":[{"count":4,"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/pages\/8156\/revisions"}],"predecessor-version":[{"id":16206,"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/pages\/8156\/revisions\/16206"}],"wp:attachment":[{"href":"https:\/\/easylink.id\/zh\/wp-json\/wp\/v2\/media?parent=8156"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}