{"id":49109,"date":"2026-07-22T00:14:43","date_gmt":"2026-07-21T16:14:43","guid":{"rendered":"https:\/\/visa-indonesia.com\/?p=49109"},"modified":"2026-07-22T00:14:45","modified_gmt":"2026-07-21T16:14:45","slug":"hvad-skal-man-gore-nar-kitas-har-godkendt-ansogningen","status":"publish","type":"post","link":"https:\/\/visa-indonesia.com\/da\/visas-and-regulations\/what-to-do-after-kitas-approved\/","title":{"rendered":"Hvad skal du g\u00f8re, n\u00e5r din KITAS er godkendt: En komplet tjekliste over de n\u00e6ste skridt"},"content":{"rendered":"<p class=\"wp-block-paragraph\">Your KITAS has been approved. That is an important step, but your work may not be finished yet. You may still need to check your permit, register your address, review travel rights, and complete other local duties.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The exact steps depend on your KITAS type, sponsor, job, and place of residence. A worker in Jakarta may have different tasks from an investor in Bali or a student in Yogyakarta. Use this guide as a clear starting point, then confirm local rules with the office that handles your case.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Start with the urgent items. Check your electronic permit first. Then arrange your SKTT within the reporting period. After that, review travel, tax, insurance, work, and renewal duties.<\/p>\n\n\n\n  <style>\n.vi-kitas-checklist {\n  --vi-navy: #083156;\n  --vi-yellow: #f9c90a;\n  --vi-white: #ffffff;\n  --vi-ink: #17293a;\n  --vi-muted: #627487;\n  --vi-border: #dce5eb;\n  --vi-soft: #f5f8fa;\n  --vi-soft-yellow: #fff9dc;\n  --vi-radius-sm: 12px;\n  --vi-radius-md: 20px;\n  --vi-radius-lg: 30px;\n  --vi-shadow: 0 18px 55px rgba(8, 49, 86, 0.1);\n\n  width: min(100%, 1180px);\n  margin: 40px auto;\n  overflow: hidden;\n  border: 1px solid var(--vi-border);\n  border-radius: var(--vi-radius-lg);\n  background: var(--vi-white);\n  box-shadow: var(--vi-shadow);\n  color: var(--vi-ink);\n  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,\n    \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n}\n\n.vi-kitas-checklist,\n.vi-kitas-checklist * {\n  box-sizing: border-box;\n}\n\n.vi-kitas-checklist__header {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 28px;\n  padding: clamp(28px, 5vw, 48px);\n  background: var(--vi-navy);\n  color: var(--vi-white);\n}\n\n.vi-kitas-checklist__eyebrow {\n  margin: 0 0 12px;\n  color: var(--vi-yellow);\n  font-size: 0.76rem;\n  font-weight: 800;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.vi-kitas-checklist .vi-kitas-checklist__header h2 {\n  display: block !important;\n  max-width: 720px;\n  margin: 0 !important;\n  color: #ffffff !important;\n  background: none !important;\n  background-image: none !important;\n  -webkit-background-clip: border-box !important;\n  background-clip: border-box !important;\n  -webkit-text-fill-color: #ffffff !important;\n  opacity: 1 !important;\n  visibility: visible !important;\n  text-shadow: none !important;\n  mix-blend-mode: normal !important;\n  font-size: clamp(1.8rem, 4vw, 3rem) !important;\n  line-height: 1.08 !important;\n  letter-spacing: -0.04em !important;\n  text-wrap: balance;\n}\n\n.vi-kitas-checklist__intro {\n  max-width: 720px;\n  margin: 16px 0 0;\n  color: rgba(255, 255, 255, 0.78);\n  font-size: 1rem;\n  line-height: 1.65;\n}\n\n.vi-kitas-checklist__count {\n  flex: 0 0 auto;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 38px;\n  border-radius: 999px;\n  padding: 9px 15px;\n  background: var(--vi-yellow);\n  color: var(--vi-navy);\n  font-size: 0.74rem;\n  font-weight: 900;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.vi-kitas-checklist__grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 1px;\n  background: var(--vi-border);\n}\n\n.vi-kitas-checklist__item {\n  display: grid;\n  grid-template-columns: 30px 1fr;\n  gap: 14px;\n  align-items: start;\n  min-height: 138px;\n  padding: 24px;\n  background: var(--vi-white);\n  transition: background-color 180ms ease;\n}\n\n.vi-kitas-checklist__item:hover {\n  background: var(--vi-soft);\n}\n\n.vi-kitas-checklist__item input {\n  appearance: none;\n  display: grid;\n  width: 25px;\n  height: 25px;\n  margin: 2px 0 0;\n  place-content: center;\n  border: 2px solid #a8bac8;\n  border-radius: 7px;\n  background: var(--vi-white);\n  cursor: pointer;\n  transition: border-color 160ms ease, background-color 160ms ease,\n    box-shadow 160ms ease;\n}\n\n.vi-kitas-checklist__item input::before {\n  content: \"\u2713\";\n  opacity: 0;\n  color: var(--vi-navy);\n  font-size: 0.92rem;\n  font-weight: 900;\n  line-height: 1;\n  transform: scale(0.5);\n  transition: opacity 160ms ease, transform 160ms ease;\n}\n\n.vi-kitas-checklist__item input:checked {\n  border-color: var(--vi-yellow);\n  background: var(--vi-yellow);\n}\n\n.vi-kitas-checklist__item input:checked::before {\n  opacity: 1;\n  transform: scale(1);\n}\n\n.vi-kitas-checklist__item input:focus-visible {\n  outline: 3px solid rgba(249, 201, 10, 0.45);\n  outline-offset: 3px;\n}\n\n.vi-kitas-checklist__item label {\n  display: block;\n  cursor: pointer;\n}\n\n.vi-kitas-checklist__status {\n  display: block;\n  margin-bottom: 7px;\n  color: var(--vi-navy);\n  font-size: 0.76rem;\n  font-weight: 900;\n  letter-spacing: 0.07em;\n  line-height: 1.35;\n  text-transform: uppercase;\n}\n\n.vi-kitas-checklist__text {\n  display: block;\n  color: var(--vi-ink);\n  font-size: 0.98rem;\n  line-height: 1.58;\n}\n\n.vi-kitas-checklist__item:has(input:checked) {\n  background: var(--vi-soft-yellow);\n}\n\n.vi-kitas-checklist__item:has(input:checked)\n  .vi-kitas-checklist__text {\n  color: #526170;\n  text-decoration: line-through;\n  text-decoration-thickness: 1.5px;\n  text-decoration-color: rgba(8, 49, 86, 0.35);\n}\n\n.vi-kitas-checklist__footer {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  padding: 24px clamp(24px, 5vw, 40px);\n  background: var(--vi-soft);\n}\n\n.vi-kitas-checklist__footer p {\n  max-width: 720px;\n  margin: 0;\n  color: var(--vi-muted);\n  font-size: 0.92rem;\n  line-height: 1.6;\n}\n\n.vi-kitas-checklist__link {\n  display: inline-flex;\n  flex: 0 0 auto;\n  align-items: center;\n  gap: 8px;\n  min-height: 44px;\n  border-radius: 999px;\n  padding: 10px 17px;\n  background: var(--vi-navy);\n  color: var(--vi-white);\n  font-size: 0.84rem;\n  font-weight: 800;\n  text-decoration: none;\n  transition: transform 180ms ease, background-color 180ms ease;\n}\n\n.vi-kitas-checklist__link:hover {\n  background: #104a7b;\n  color: var(--vi-white);\n  transform: translateY(-2px);\n}\n\n.vi-kitas-checklist__link:focus-visible {\n  outline: 3px solid rgba(249, 201, 10, 0.7);\n  outline-offset: 3px;\n}\n\n@media (max-width: 760px) {\n  .vi-kitas-checklist {\n    margin: 28px auto;\n    border-radius: 22px;\n  }\n\n  .vi-kitas-checklist__header,\n  .vi-kitas-checklist__footer {\n    display: block;\n  }\n\n  .vi-kitas-checklist__count {\n    margin-top: 20px;\n  }\n\n  .vi-kitas-checklist__grid {\n    grid-template-columns: 1fr;\n  }\n\n  .vi-kitas-checklist__item {\n    min-height: 0;\n  }\n\n  .vi-kitas-checklist__link {\n    margin-top: 18px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .vi-kitas-checklist *,\n  .vi-kitas-checklist *::before,\n  .vi-kitas-checklist *::after {\n    scroll-behavior: auto !important;\n    transition: none !important;\n  }\n}\n  <\/style>\n<\/head>\n<body style=\"margin:0; padding:24px; background:#f5f8fa;\">\n<section class=\"vi-kitas-checklist\" id=\"quick-checklist\" aria-labelledby=\"vi-kitas-checklist-title\">\n  <div class=\"vi-kitas-checklist__header\">\n    <div>\n      <p class=\"vi-kitas-checklist__eyebrow\">Post-approval essentials<\/p>\n      <h2 id=\"vi-kitas-checklist-title\">Quick checklist after KITAS approval<\/h2>\n      <p class=\"vi-kitas-checklist__intro\">\n        Tick each item as you complete it. The exact requirements may vary by\n        KITAS type, sponsor, activity, and place of residence.\n      <\/p>\n    <\/div>\n\n    <span class=\"vi-kitas-checklist__count\">10 essential checks<\/span>\n  <\/div>\n\n  <div class=\"vi-kitas-checklist__grid\">\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-1\">\n      <label for=\"vi-kitas-check-1\">\n        <span class=\"vi-kitas-checklist__status\">Required<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Download your electronic ITAS and related approval files.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-2\">\n      <label for=\"vi-kitas-check-2\">\n        <span class=\"vi-kitas-checklist__status\">Required<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Check your name, passport number, sponsor, address, permit type,\n          and expiration date.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-3\">\n      <label for=\"vi-kitas-check-3\">\n        <span class=\"vi-kitas-checklist__status\">Within 14 days<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Apply for an SKTT through the local Dukcapil office after your\n          ITAS is issued.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-4\">\n      <label for=\"vi-kitas-check-4\">\n        <span class=\"vi-kitas-checklist__status\">Depends on location<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Ask whether an STM or another local report is required in your area.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-5\">\n      <label for=\"vi-kitas-check-5\">\n        <span class=\"vi-kitas-checklist__status\">F\u00f8r rejsen<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Check that your re-entry permit remains valid before leaving Indonesia.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-6\">\n      <label for=\"vi-kitas-check-6\">\n        <span class=\"vi-kitas-checklist__status\">For workers<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Confirm that your job, employer, and work location match your\n          approved work documents.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-7\">\n      <label for=\"vi-kitas-check-7\">\n        <span class=\"vi-kitas-checklist__status\">Depends on circumstances<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Review your Indonesian tax status and whether you need tax registration.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-8\">\n      <label for=\"vi-kitas-check-8\">\n        <span class=\"vi-kitas-checklist__status\">For qualifying workers<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Ask your employer about BPJS if you will work in Indonesia for at\n          least six months.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-9\">\n      <label for=\"vi-kitas-check-9\">\n        <span class=\"vi-kitas-checklist__status\">Recommended<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Store secure digital and printed copies of all key records.\n        <\/span>\n      <\/label>\n    <\/div>\n\n    <div class=\"vi-kitas-checklist__item\">\n      <input type=\"checkbox\" id=\"vi-kitas-check-10\">\n      <label for=\"vi-kitas-check-10\">\n        <span class=\"vi-kitas-checklist__status\">While active<\/span>\n        <span class=\"vi-kitas-checklist__text\">\n          Set renewal reminders and report changes to your address, passport,\n          sponsor, or work.\n        <\/span>\n      <\/label>\n    <\/div>\n  <\/div>\n\n  <div class=\"vi-kitas-checklist__footer\">\n    <p>\n      Start with your permit details and SKTT. Then review travel, tax,\n      insurance, work, and renewal duties.\n    <\/p>\n\n    <a href=\"#kitas-next-steps\" class=\"vi-kitas-checklist__link\">\n      View the complete next-step guide\n      <span aria-hidden=\"true\">\u2192<\/span>\n    <\/a>\n  <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Indholdsfortegnelse<\/h2><nav><ul><li class=\"\"><a href=\"#1-check-what-has-actually-been-approved\">1. Tjek, hvad der rent faktisk er blevet godkendt<\/a><ul><li class=\"\"><a href=\"#an-approved-e-visa-is-not-yet-the-same-as-an-active-itas\">Et godkendt eVisa er endnu ikke det samme som et aktivt ITAS<\/a><\/li><li class=\"\"><a href=\"#check-your-personal-and-permit-details\">Tjek dine personlige oplysninger og tilladelsesoplysninger<\/a><\/li><li class=\"\"><a href=\"#save-copies-in-more-than-one-place\">Gem kopier flere steder<\/a><\/li><li class=\"\"><a href=\"#2-apply-for-your-sktt-within-14-days\">2. Ans\u00f8g om din SKTT inden for 14 dage<\/a><\/li><li class=\"\"><a href=\"#where-to-apply\">Hvor skal man ans\u00f8ge?<\/a><\/li><li class=\"\"><a href=\"#common-sktt-requirements\">Almindelige SKTT-krav<\/a><\/li><li class=\"\"><a href=\"#what-if-you-apply-late\">Hvad sker der, hvis du ans\u00f8ger for sent?<\/a><\/li><li class=\"\"><a href=\"#keep-your-sktt-updated\">S\u00f8rg for, at din SKTT er opdateret<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#3-check-whether-you-need-an-stm\">3. Tjek, om du har brug for en STM<\/a><\/li><li class=\"\"><a href=\"#4-check-your-re-entry-permit-before-you-travel\">4. Tjek din genindrejsetilladelse, inden du rejser<\/a><ul><li class=\"\"><a href=\"#review-these-details-before-departure\">Gennemg\u00e5 disse oplysninger inden afrejse<\/a><\/li><li class=\"\"><a href=\"#travel-during-a-renewal-or-change\">Rejser under en fornyelse eller \u00e6ndring<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#6-review-your-indonesian-tax-status\">6. Gennemg\u00e5 din skattem\u00e6ssige status i Indonesien<\/a><ul><li class=\"\"><a href=\"#do-you-need-an-npwp\">Har du brug for et NPWP-nummer?<\/a><\/li><li class=\"\"><a href=\"#keep-useful-tax-records\">Opbevar relevante skattedokumenter<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#7-check-bpjs-and-health-insurance\">7. Tjek BPJS og sygeforsikringen<\/a><\/li><li class=\"\"><a href=\"#8-complete-your-daily-setup\">8. Gennemf\u00f8r din daglige ops\u00e6tning<\/a><ul><li class=\"\"><a href=\"#open-an-indonesian-bank-account\">\u00c5bn en indonesisk bankkonto<\/a><\/li><li class=\"\"><a href=\"#keep-your-indonesian-phone-number-active\">Hold dit indonesiske telefonnummer aktivt<\/a><\/li><li class=\"\"><a href=\"#review-driving-license-sim-and-vehicle-rules\">Gennemgang af reglerne for k\u00f8rekort (SIM) og k\u00f8ret\u00f8jer<\/a><\/li><li class=\"\"><a href=\"#keep-your-address-records-consistent\">S\u00f8rg for, at dine adresseregistreringer er ensartede<\/a><\/li><li class=\"\"><a href=\"#9-report-important-changes\">9. Indberet vigtige \u00e6ndringer<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#10-plan-your-kitas-renewal-early\">10. Planl\u00e6g fornyelsen af dit KITAS i god tid<\/a><ul><li class=\"\"><a href=\"#set-three-planning-reminders\">Indstil tre planl\u00e6gningsp\u00e5mindelser<\/a><\/li><li class=\"\"><a href=\"#check-the-documents-that-may-expire-first\">Tjek de dokumenter, der muligvis udl\u00f8ber f\u00f8rst<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#11-close-your-kitas-correctly-when-you-leave\">11. S\u00f8rg for at afslutte din KITAS korrekt, n\u00e5r du rejser<\/a><ul><li class=\"\"><a href=\"#exit-permit-only\">Kun udrejsetilladelse<\/a><\/li><li class=\"\"><a href=\"#you-are-already-outside-indonesia\">Du befinder dig allerede uden for Indonesien<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#frequently-asked-questions\">Ofte stillede sp\u00f8rgsm\u00e5l<\/a><ul><li class=\"\"><a href=\"#what-should-i-do-first-after-my-kitas-is-approved\">Hvad skal jeg g\u00f8re f\u00f8rst, n\u00e5r min KITAS er godkendt?<\/a><\/li><li class=\"\"><a href=\"#how-long-do-i-have-to-apply-for-an-sktt\">Hvor lang tid har jeg til at ans\u00f8ge om en SKTT?<\/a><\/li><li class=\"\"><a href=\"#do-i-need-an-stm\">Har jeg brug for en STM?<\/a><\/li><li class=\"\"><a href=\"#can-i-leave-indonesia-after-getting-a-kitas\">Kan jeg forlade Indonesien, efter at jeg har f\u00e5et et KITAS?<\/a><\/li><li class=\"\"><a href=\"#can-i-work-as-soon-as-my-kitas-is-issued\">Kan jeg begynde at arbejde, s\u00e5 snart min KITAS er udstedt?<\/a><\/li><li class=\"\"><a href=\"#does-a-kitas-automatically-make-me-an-indonesian-tax-resident\">G\u00f8r en KITAS mig automatisk til skattepligtig i Indonesien?<\/a><\/li><li class=\"\"><a href=\"#do-i-need-bpjs\">Do I Need BPJS?<\/a><\/li><li class=\"\"><a href=\"#when-should-i-renew-my-kitas\">When Should I Renew My KITAS?<\/a><\/li><li class=\"\"><a href=\"#what-happens-if-i-move\">What Happens if I Move?<\/a><\/li><li class=\"\"><a href=\"#what-happens-if-i-get-a-new-passport\">What Happens if I Get a New Passport?<\/a><\/li><li class=\"\"><a href=\"#do-i-need-an-epo-if-my-kitas-is-expiring\">Do I Need an EPO if My KITAS Is Expiring?<\/a><\/li><\/ul><\/li><li class=\"\"><a href=\"#final-post-approval-checklist\">Final Post-Approval Checklist<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 id=\"1-check-what-has-actually-been-approved\" class=\"wp-block-heading\">1. Tjek, hvad der rent faktisk er blevet godkendt<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">People often use KITAS as a general name for an Indonesian limited stay permit. The official term is ITAS, or Izin Tinggal Terbatas. Your files may also include a limited stay eVisa, known as a VITAS, and a re-entry permit. For the full application process, read <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/hvordan-man-far-kitas-indonesien\/\">how to get a KITAS in Indonesia<\/a>.<\/p>\n\n\n\n<h3 id=\"an-approved-e-visa-is-not-yet-the-same-as-an-active-itas\" class=\"wp-block-heading\">Et godkendt eVisa er endnu ikke det samme som et aktivt ITAS<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An approved limited stay eVisa or VITAS gives you permission to travel to Indonesia. For applicable VITAS holders, the electronic ITAS and Izin Masuk Kembali are issued automatically after Immigration admits you at the entry checkpoint. You do not normally need to visit an Immigration Office only to collect these electronic documents.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">After arrival, check your email and immigration account to confirm that the e-ITAS and re-entry permit have been issued. If the files do not appear or the details are wrong, contact your sponsor or the Immigration Office before using the permit for another application.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open every file in your approval email or immigration account. Do not rely only on the subject line of an email or a message from an agent. Look for the exact document name, permit number, issue date, and expiry date.<\/p>\n\n\n\n<h3 id=\"check-your-personal-and-permit-details\" class=\"wp-block-heading\">Tjek dine personlige oplysninger og tilladelsesoplysninger<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Read each line carefully. A small error can cause trouble when you travel, open a bank account, apply for an SKTT, or renew your permit.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your full name matches your passport.<\/li>\n\n\n\n<li>Your passport number is correct.<\/li>\n\n\n\n<li>Your nationality and date of birth are correct.<\/li>\n\n\n\n<li>Your sponsor or guarantor is listed correctly.<\/li>\n\n\n\n<li>Your registered address is current.<\/li>\n\n\n\n<li>Your KITAS category matches your approved activity.<\/li>\n\n\n\n<li>Your job title and employer are correct if you hold a Work KITAS.<\/li>\n\n\n\n<li>The issue date and expiration date are clear.<\/li>\n\n\n\n<li>Your re-entry permission covers your planned return date.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Report an error as soon as you find it. Contact your sponsor, visa agent, or the Immigration Office that issued the permit. Avoid using an incorrect document for another application.<\/p>\n\n\n\n<h3 id=\"save-copies-in-more-than-one-place\" class=\"wp-block-heading\">Gem kopier flere steder<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Keep the original electronic files. Do not save screenshots only. A screenshot may cut off a permit number, QR code, or page.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Electronic ITAS or KITAS file<\/li>\n\n\n\n<li>Limited stay eVisa or VITAS<\/li>\n\n\n\n<li>Re-entry permit information<\/li>\n\n\n\n<li>Passport identity page<\/li>\n\n\n\n<li>Latest Indonesian entry record or stamp<\/li>\n\n\n\n<li>Sponsor and guarantee letters<\/li>\n\n\n\n<li>Employment, company, family, or school documents<\/li>\n\n\n\n<li>Payment receipts and approval emails<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Store one set in a secure cloud folder and another on a device you can access while traveling. Keep a printed copy of the main permit with your other records.<\/p>\n\n\n\n<h3 id=\"2-apply-for-your-sktt-within-14-days\" class=\"wp-block-heading\">2. Ans\u00f8g om din SKTT inden for 14 dage<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-1024x576.jpg\" alt=\"\" class=\"wp-image-46874\" srcset=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-1024x576.jpg 1024w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-300x169.jpg 300w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-768x432.jpg 768w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-1536x864.jpg 1536w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-18x10.jpg 18w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-200x113.jpg 200w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia-64x36.jpg 64w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/sktt-letter-in-indonesia.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The SKTT, or Surat Keterangan Tempat Tinggal, is a residence certificate for a foreign national who holds an ITAS. It is issued by the local population and civil registration office, known as Dukcapil.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Foreign ITAS holders must report to the local registration office no later than 14 days after the ITAS is issued. This report is used to create the SKTT. Do not wait until you need the document for a bank, employer, or other service.<\/p>\n\n\n\n<h3 id=\"where-to-apply\" class=\"wp-block-heading\">Hvor skal man ans\u00f8ge?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Apply through the Dukcapil office that covers your Indonesian address. Some areas offer an online service. Others require your sponsor or representative to submit the request in person. For a step-by-step guide, see <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/ansog-om-sktt-online-og-offline\/\">how to apply for an SKTT online or offline<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Local steps can differ. Jakarta, Bali, Batam, and other regions may use different forms or supporting records. Check the official website of your city or regency before you visit.<\/p>\n\n\n\n<h3 id=\"common-sktt-requirements\" class=\"wp-block-heading\">Almindelige SKTT-krav<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The basic documents usually include your passport and ITAS. The local office may request more proof based on your address and sponsor.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Passport copy<\/li>\n\n\n\n<li>Electronic ITAS copy<\/li>\n\n\n\n<li>Completed population registration form<\/li>\n\n\n\n<li>Nyt fotografi<\/li>\n\n\n\n<li>Sponsor identity and guarantee letter<\/li>\n\n\n\n<li>Rental contract or proof of residence<\/li>\n\n\n\n<li>A statement from the property owner if you rent or stay with another household<\/li>\n\n\n\n<li>Marriage or birth records for a family-sponsored KITAS<\/li>\n\n\n\n<li>Company, school, or work records when relevant<\/li>\n\n\n\n<li>STM or other local report if the office asks for it<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Ask for a receipt or submission record. When the SKTT is issued, check your name, passport, address, and permit dates again.<\/p>\n\n\n\n<h3 id=\"what-if-you-apply-late\" class=\"wp-block-heading\">Hvad sker der, hvis du ans\u00f8ger for sent?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A late report can delay your SKTT and may lead to administrative action under population registration rules. Procedures and enforcement can differ by local Dukcapil office, so contact the office immediately instead of waiting until your next renewal.<\/p>\n\n\n\n<h3 id=\"keep-your-sktt-updated\" class=\"wp-block-heading\">S\u00f8rg for, at din SKTT er opdateret<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Your SKTT follows your registered address and ITAS. You may need a new or updated certificate after a KITAS renewal, address change, passport change, or sponsor change. Ask the local Dukcapil office what must be updated in your case.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your SKTT becomes part of your Indonesian civil registration record. Depending on the local system and document format, the record may also use an Indonesian population identification number, or NIK. Check that your registered domicile matches the address reported to Immigration. You can also compare the <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/domicilbrev-vs-sktt-indonesien\/\">difference between a domicile letter and an SKTT<\/a>. If you need support in Bali, <a href=\"https:\/\/visa-indonesia.com\/da\/service\/sktt-certifikat-for-midlertidigt-ophold-indonesien\/\">get help applying for your SKTT<\/a>.<\/p>\n\n\n\n<h2 id=\"3-check-whether-you-need-an-stm\" class=\"wp-block-heading\">3. Tjek, om du har brug for en STM<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An STM is a police report called Surat Tanda Melapor. You may still see it on local document lists, especially for an SKTT or sponsor file.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not assume that every KITAS holder needs the same police report. Some local offices ask for it, while others list only the passport and ITAS as the basic SKTT records. The process may also depend on your accommodation, sponsor, and city.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ask your sponsor, landlord, visa agent, or local Dukcapil office whether an STM is required. Get a clear answer before you travel to an office or pay for a service.<\/p>\n\n\n\n<h2 id=\"4-check-your-re-entry-permit-before-you-travel\" class=\"wp-block-heading\">4. Tjek din genindrejsetilladelse, inden du rejser<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A valid KITAS does not mean you should book a return trip without checking your travel rights. You need valid re-entry permission to leave Indonesia and return under the same stay permit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The official Indonesian term is Izin Masuk Kembali, or IMK. Visa agencies and foreign residents may also call it a Multiple Exit Re-entry Permit, or MERP. These terms refer to the permission that lets an ITAS holder leave and return without ending the stay permit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Current Immigration guidance says re-entry permission is issued together with an ITAS or ITAS extension. Its validity normally follows the stay permit. Even so, check the permit details before each international trip.<\/p>\n\n\n\n<h3 id=\"review-these-details-before-departure\" class=\"wp-block-heading\">Gennemg\u00e5 disse oplysninger inden afrejse<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your ITAS remains valid on the date you plan to return.<\/li>\n\n\n\n<li>Your re-entry permission remains valid on that date.<\/li>\n\n\n\n<li>Your passport will still be valid.<\/li>\n\n\n\n<li>The passport number on your permit matches your current passport.<\/li>\n\n\n\n<li>Your KITAS is not being canceled, changed, or renewed.<\/li>\n\n\n\n<li>Your sponsor has not started an EPO or another permit closure process.<\/li>\n\n\n\n<li>You have copies of your ITAS and related approval records.<\/li>\n<\/ul>\n\n\n\n<h3 id=\"travel-during-a-renewal-or-change\" class=\"wp-block-heading\">Rejser under en fornyelse eller \u00e6ndring<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Travel can be more complex while a renewal, sponsor change, address transfer, or passport update is in progress. Do not assume you can leave and return as usual. Ask the Immigration Office or the party handling your application before you buy a ticket.<\/p>\n\n\n\n<style>\n  .kitas-activity-section {\n    --navy: #083156;\n    --yellow: #f9c90a;\n    --white: #ffffff;\n    --text: #213547;\n    --muted: #657789;\n    --border: #dce5eb;\n    --soft: #f5f8fa;\n    --warning-bg: #fff9dc;\n\n    width: 100%;\n    padding: 80px 20px;\n    background: var(--white);\n    color: var(--text);\n    font-family: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\",\n      Roboto, Arial, sans-serif;\n  }\n\n  .kitas-activity-container {\n    width: min(100%, 1120px);\n    margin: 0 auto;\n  }\n\n  .kitas-activity-header {\n    max-width: 780px;\n    margin-bottom: 42px;\n  }\n\n  .kitas-activity-label {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 16px;\n    color: var(--navy);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .kitas-activity-label::before {\n    content: \"\";\n    width: 34px;\n    height: 3px;\n    border-radius: 999px;\n    background: var(--yellow);\n  }\n\n  .kitas-activity-header h2 {\n    margin: 0;\n    color: var(--navy);\n    font-size: clamp(32px, 5vw, 54px);\n    line-height: 1.08;\n    letter-spacing: -0.04em;\n  }\n\n  .kitas-activity-intro {\n    max-width: 720px;\n    margin: 20px 0 0;\n    color: var(--muted);\n    font-size: 18px;\n    line-height: 1.75;\n  }\n\n  .kitas-activity-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 20px;\n  }\n\n  .kitas-activity-card {\n    position: relative;\n    overflow: hidden;\n    min-height: 260px;\n    border: 1px solid var(--border);\n    border-radius: 22px;\n    background: var(--white);\n    padding: 30px;\n    transition:\n      transform 180ms ease,\n      box-shadow 180ms ease,\n      border-color 180ms ease;\n  }\n\n  .kitas-activity-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0 auto 0 0;\n    width: 5px;\n    background: var(--yellow);\n  }\n\n  .kitas-activity-card:hover {\n    transform: translateY(-4px);\n    border-color: rgba(8, 49, 86, 0.25);\n    box-shadow: 0 18px 48px rgba(8, 49, 86, 0.1);\n  }\n\n  .kitas-card-number {\n    display: inline-grid;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 22px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--navy);\n    color: var(--yellow);\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  .kitas-activity-card h3 {\n    margin: 0 0 13px;\n    color: var(--navy);\n    font-size: 23px;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .kitas-activity-card p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .kitas-activity-card a {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-top: 19px;\n    color: var(--navy);\n    font-size: 15px;\n    font-weight: 800;\n    text-decoration: none;\n  }\n\n  .kitas-activity-card a::after {\n    content: \"\u2192\";\n    transition: transform 180ms ease;\n  }\n\n  .kitas-activity-card a:hover {\n    text-decoration: underline;\n    text-decoration-color: var(--yellow);\n    text-decoration-thickness: 2px;\n    text-underline-offset: 4px;\n  }\n\n  .kitas-activity-card a:hover::after {\n    transform: translateX(4px);\n  }\n\n  .kitas-activity-warning {\n    display: grid;\n    grid-template-columns: 46px 1fr;\n    gap: 18px;\n    align-items: start;\n    margin-top: 28px;\n    border-left: 5px solid var(--yellow);\n    border-radius: 0 18px 18px 0;\n    background: var(--warning-bg);\n    padding: 25px 28px;\n  }\n\n  .kitas-warning-icon {\n    display: grid;\n    width: 46px;\n    height: 46px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--yellow);\n    color: var(--navy);\n    font-size: 22px;\n    font-weight: 900;\n  }\n\n  .kitas-activity-warning strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--navy);\n    font-size: 18px;\n  }\n\n  .kitas-activity-warning p {\n    margin: 0;\n    color: #665817;\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  @media (max-width: 780px) {\n    .kitas-activity-section {\n      padding: 60px 16px;\n    }\n\n    .kitas-activity-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .kitas-activity-card {\n      min-height: auto;\n      padding: 26px;\n    }\n\n    .kitas-activity-warning {\n      grid-template-columns: 1fr;\n      padding: 24px;\n    }\n  }\n<\/style>\n\n<section class=\"kitas-activity-section\" id=\"activities\">\n  <div class=\"kitas-activity-container\">\n\n    <header class=\"kitas-activity-header\">\n      <div class=\"kitas-activity-label\">05<\/div>\n\n      <h2>Confirm That Your Activities Match Your KITAS<\/h2>\n\n      <p class=\"kitas-activity-intro\">\n        A KITAS allows the activity approved under that permit. It does not\n        give open permission to work, run any business, study anywhere, or\n        change sponsors without completing the correct formal process.\n      <\/p>\n    <\/header>\n\n    <div class=\"kitas-activity-grid\">\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">01<\/span>\n\n        <h3>Arbejde KITAS<\/h3>\n\n        <p>\n          Check that your employer, job title, approved work location, and\n          employment period match your immigration and employment documents.\n          Your employer should also confirm that the approved RPTKA and any\n          other required manpower records are active.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/arbejdsvisum-indonesien\/\">\n          Review Work KITAS requirements\n        <\/a>\n      <\/article>\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">02<\/span>\n\n        <h3>Investor KITAS<\/h3>\n\n        <p>\n          Make sure your role and company records support your permit. The\n          PT PMA should keep its OSS profile, NIB, business licences, tax\n          records, and LKPM reporting current. An Investor KITAS does not\n          automatically permit every type of paid work.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/investor-visum-indonesien\/\">\n          Review Investor KITAS requirements\n        <\/a>\n      <\/article>\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">03<\/span>\n\n        <h3>Spouse or Family KITAS<\/h3>\n\n        <p>\n          Keep your marriage, birth, sponsorship, and address records current.\n          A family-based KITAS does not always provide the same employment\n          rights as a Work KITAS, so review the applicable labour rules before\n          accepting local paid work.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/aegtefaelle-visum-indonesien\/\">\n          Review Spouse KITAS\n        <\/a>\n\n        <br>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/afhaengigt-visum-indonesien-kitas\/\">\n          Review Dependent KITAS\n        <\/a>\n      <\/article>\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">04<\/span>\n\n        <h3>Student KITAS<\/h3>\n\n        <p>\n          Stay enrolled and remain in contact with your school or university.\n          Report changes to your educational institution, study programme, or\n          address before they affect your permit or sponsorship.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/studievisum-indonesien\/\">\n          Review Student KITAS requirements\n        <\/a>\n      <\/article>\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">05<\/span>\n\n        <h3>Retirement or Long-Stay KITAS<\/h3>\n\n        <p>\n          Keep the financial, insurance, housing, and sponsorship records\n          required for your permit type. Do not accept local employment unless\n          you hold the appropriate work authorisation.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/pensioneringsvisum-indonesien\/\">\n          Review Retirement KITAS requirements\n        <\/a>\n      <\/article>\n\n      <article class=\"kitas-activity-card\">\n        <span class=\"kitas-card-number\">06<\/span>\n\n        <h3>Fjernarbejdende KITAS<\/h3>\n\n        <p>\n          Keep proof of your foreign employment and overseas income. Avoid\n          local work that falls outside the approved remote-working purpose,\n          and review your Indonesian tax position if you spend most of the year\n          in the country.\n        <\/p>\n\n        <a href=\"https:\/\/visa-indonesia.com\/da\/service\/visum-til-digital-nomade-indonesien\/\">\n          Review Remote Worker KITAS\n        <\/a>\n      <\/article>\n\n    <\/div>\n\n    <aside class=\"kitas-activity-warning\">\n      <div class=\"kitas-warning-icon\">!<\/div>\n\n      <div>\n        <strong>Do not change the arrangement first<\/strong>\n\n        <p>\n          A new employer, job title, work location, sponsor, school, company\n          role, or permitted activity may require an amendment, sponsor\n          transfer, new approval, cancellation, or a completely new permit.\n          Confirm the process before starting the new arrangement.\n        <\/p>\n      <\/div>\n    <\/aside>\n\n  <\/div>\n<\/section>\n\n\n\n<h2 id=\"6-review-your-indonesian-tax-status\" class=\"wp-block-heading\">6. Gennemg\u00e5 din skattem\u00e6ssige status i Indonesien<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"536\" src=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-1024x536.jpg\" alt=\"\" class=\"wp-image-45676\" srcset=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-1024x536.jpg 1024w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-300x157.jpg 300w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-768x402.jpg 768w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-18x9.jpg 18w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-200x105.jpg 200w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax-64x33.jpg 64w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/who-need-to-pay-indonesian-tax.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">A KITAS does not create the same tax result for every person. Your tax status depends on where you live, how long you stay, your intent to reside, your income, and any tax treaty that applies.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A foreign national may become an Indonesian domestic tax subject by living in Indonesia, staying for more than 183 days in a 12-month period, or being in Indonesia with an intention to reside here. An ITAS or VITAS valid for more than 183 days can be one sign of that intent.<\/p>\n\n\n\n<h3 id=\"do-you-need-an-npwp\" class=\"wp-block-heading\">Har du brug for et NPWP-nummer?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Do not apply a simple yes-or-no rule. You may need Indonesian tax registration if you become a domestic tax subject and receive taxable income. Your employer may handle part of the process if you work in Indonesia.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tax treaties, foreign income rules, limited exemptions, and your home-country duties can change the answer. Speak with a qualified Indonesian tax adviser when you have income from more than one country, own a company, receive investment income, or work remotely. For a deeper explanation, read our <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/indonesisk-skat-for-expats\/\">Indonesia tax guide for expats<\/a>.<\/p>\n\n\n\n<h3 id=\"keep-useful-tax-records\" class=\"wp-block-heading\">Opbevar relevante skattedokumenter<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Your entry and exit dates<\/li>\n\n\n\n<li>Employment contract and salary records<\/li>\n\n\n\n<li>Foreign income statements<\/li>\n\n\n\n<li>Indonesian bank statements<\/li>\n\n\n\n<li>Proof of tax paid in another country<\/li>\n\n\n\n<li>Company ownership and dividend records<\/li>\n\n\n\n<li>Tax numbers and filed returns<\/li>\n<\/ul>\n\n\n\n<h2 id=\"7-check-bpjs-and-health-insurance\" class=\"wp-block-heading\">7. Tjek BPJS og sygeforsikringen<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-1024x576.jpg\" alt=\"BPJS Kesehatan- og BPJS Ketenagakerjaan-kort, der ligger p\u00e5 et skrivebord sammen med dokumenter og en b\u00e6rbar computer.\" class=\"wp-image-48100\" srcset=\"https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-1024x576.jpg 1024w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-300x169.jpg 300w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-768x432.jpg 768w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-1536x864.jpg 1536w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-18x10.jpg 18w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-200x113.jpg 200w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table-64x36.jpg 64w, https:\/\/visa-indonesia.com\/wp-content\/uploads\/bpjs-kesehatan-ketenagakerjaan-cards-office-table.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Health and employment coverage depends on your KITAS type and work status. Do not assume that every foreign resident has the same BPJS duty. Our <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/bpjs-for-udlaendinge-indonesien\/\">BPJS requirements for foreigners in Indonesia<\/a> guide explains how coverage differs by status.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Indonesian social security rules cover foreign nationals who work in Indonesia for at least six months. Your employer should confirm your registration for the programs that apply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Ask for proof that your BPJS Kesehatan and BPJS Ketenagakerjaan records are active when required. Check your name, passport details, employer, wage data, and membership status.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A spouse, dependent, student, retiree, investor, or remote worker may have a different insurance setup. Review the conditions of your permit and your private policy. Make sure the plan covers treatment in the city or province where you live.<\/p>\n\n\n\n<h2 id=\"8-complete-your-daily-setup\" class=\"wp-block-heading\">8. Gennemf\u00f8r din daglige ops\u00e6tning<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once the legal tasks are under control, you can use your KITAS and SKTT for practical services. Each provider sets its own document rules, so call or check online before you visit.<\/p>\n\n\n\n<h3 id=\"open-an-indonesian-bank-account\" class=\"wp-block-heading\">\u00c5bn en indonesisk bankkonto<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Banks may ask for your passport, ITAS, SKTT, Indonesian phone number, tax information, proof of address, employer letter, or company records. Requirements can differ by bank and account type. You can also get help to <a href=\"https:\/\/visa-indonesia.com\/da\/service\/abn-en-personlig-bankkonto-i-indonesien\/\">open a personal bank account in Indonesia<\/a>.<\/p>\n\n\n\n<h3 id=\"keep-your-indonesian-phone-number-active\" class=\"wp-block-heading\">Hold dit indonesiske telefonnummer aktivt<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A local number is often needed for banking, government portals, deliveries, and account security. Keep the number registered to the correct identity and avoid losing access when you change devices.<\/p>\n\n\n\n<h3 id=\"review-driving-license-sim-and-vehicle-rules\" class=\"wp-block-heading\">Gennemgang af reglerne for k\u00f8rekort (SIM) og k\u00f8ret\u00f8jer<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An overseas license or international driving permit may not cover every situation. Check whether you are eligible for an Indonesian driving license. Also confirm registration and insurance duties before you buy or use a vehicle.<\/p>\n\n\n\n<h3 id=\"keep-your-address-records-consistent\" class=\"wp-block-heading\">S\u00f8rg for, at dine adresseregistreringer er ensartede<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Use the same valid address across Immigration, Dukcapil, your bank, employer, school, and insurance records where required. A mismatch can slow down a renewal or another application.<\/p>\n\n\n\n<h3 id=\"9-report-important-changes\" class=\"wp-block-heading\">9. Indberet vigtige \u00e6ndringer<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Your records should match your real situation during the full KITAS period. Report a material change instead of waiting for the next renewal.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>You Move to a New Address: <\/strong>Immigration requires an address update even when you move within the same Immigration Office area. A move to another jurisdiction may require an outgoing and incoming address transfer. You should also update your SKTT through Dukcapil.<\/li>\n\n\n\n<li><strong>You Receive a New Passport<\/strong>: Your ITAS is linked to your passport details. Contact Immigration before you travel with a new passport. You may need to update or transfer the permit data. Our passport mutation service can help you <a href=\"https:\/\/visa-indonesia.com\/da\/service\/pasmutation-indonesien\/\">update your KITAS after getting a new passport<\/a>.<\/li>\n\n\n\n<li><strong>Your Employer, Job, or Sponsor Changes:<\/strong> Do not start the new arrangement first and fix the permit later. Ask whether you need an amendment, sponsor transfer, cancellation, or new application.<\/li>\n\n\n\n<li><strong>Your Family Status Changes<\/strong>: Marriage, divorce, birth, death, or a change in dependency can affect a family-based permit. Update the relevant civil and immigration records as soon as possible.<\/li>\n<\/ul>\n\n\n\n<h2 id=\"10-plan-your-kitas-renewal-early\" class=\"wp-block-heading\">10. Planl\u00e6g fornyelsen af dit KITAS i god tid<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Use the expiration date shown on your electronic ITAS. Do not rely on memory, a calendar note from an old application, or the date on your eVisa alone.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Current Immigration guidance uses different filing windows. An ITAS valid for up to one year may generally be extended from 30 days before expiry. An ITAS valid for more than one year may generally be extended from three months before expiry. Your permit category may have extra conditions. Review our <a href=\"https:\/\/visa-indonesia.com\/da\/servicekategori\/visumforlaengelse\/\">Indonesia visa and KITAS extension services<\/a> before your filing window opens.<\/p>\n\n\n\n<h3 id=\"set-three-planning-reminders\" class=\"wp-block-heading\">Indstil tre planl\u00e6gningsp\u00e5mindelser<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Four months before expiry: review your sponsor, passport, and supporting documents.<\/li>\n\n\n\n<li>Three months before expiry: ask for the current filing window and cost.<\/li>\n\n\n\n<li>One month before expiry: confirm that the application has been filed and paid when eligible.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These are planning reminders, not legal deadlines. Follow the current filing rule for your permit.<\/p>\n\n\n\n<h3 id=\"check-the-documents-that-may-expire-first\" class=\"wp-block-heading\">Tjek de dokumenter, der muligvis udl\u00f8ber f\u00f8rst<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pas<\/li>\n\n\n\n<li>Sponsor identity or company records<\/li>\n\n\n\n<li>Employment approval<\/li>\n\n\n\n<li>School enrollment letter<\/li>\n\n\n\n<li>Marriage or family records<\/li>\n\n\n\n<li>Insurance policy<\/li>\n\n\n\n<li>Company license, NIB, or reporting records<\/li>\n\n\n\n<li>Proof of funds or other permit commitments<\/li>\n<\/ul>\n\n\n\n<h2 id=\"11-close-your-kitas-correctly-when-you-leave\" class=\"wp-block-heading\">11. S\u00f8rg for at afslutte din KITAS korrekt, n\u00e5r du rejser<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do not simply let your KITAS expire if you are ending your residence, job, study, sponsorship, or company role. The correct closure helps prevent problems with a future visa or entry.<\/p>\n\n\n\n<h3 id=\"exit-permit-only\" class=\"wp-block-heading\">Kun udrejsetilladelse<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An Exit Permit Only, or EPO, is used when you are inside Indonesia and will end your stay permit before it expires. The sponsor usually takes part in the process. You may need your passport, ITAS, sponsor letter, ticket, and documents linked to your KITAS type. Read our <a href=\"https:\/\/visa-indonesia.com\/da\/visa-og-regler\/kun-udgangstilladelse-epo-guide\/\">complete guide to the Indonesia Exit Permit Only<\/a> before starting the closure process.<\/p>\n\n\n\n<h3 id=\"you-are-already-outside-indonesia\" class=\"wp-block-heading\">Du befinder dig allerede uden for Indonesien<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A different termination process may apply if you have left Indonesia and will not return under the permit. Ask the sponsor or Immigration Office to confirm the correct procedure instead of leaving the permit open.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are already outside Indonesia, your sponsor may need to apply for an ERP Tidak Kembali or Terminate Stay Permit, often shortened to TSP, instead of an EPO. The name and process may differ between Immigration Offices, so your sponsor should confirm the current procedure before your ITAS expires.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also review your SKTT, BPJS, tax account, bank account, phone number, lease, and company duties before you finish your move.<\/p>\n\n\n\n<style>\n  .kitas-mistakes {\n    --km-navy: #083156;\n    --km-yellow: #f9c90a;\n    --km-white: #ffffff;\n    -webkit-text-fill-color: #ffffff !important;\n\n    position: relative;\n    overflow: hidden;\n    max-width: 1180px;\n    margin: 60px auto;\n    padding: clamp(32px, 6vw, 68px);\n    border-radius: 28px;\n    background: var(--km-navy) !important;\n    color: var(--km-white) !important;\n  }\n\n  .kitas-mistakes,\n  .kitas-mistakes * {\n    box-sizing: border-box;\n  }\n\n  .kitas-mistakes::before {\n    content: \"\";\n    position: absolute;\n    top: -150px;\n    right: -130px;\n    width: 360px;\n    height: 360px;\n    border: 74px solid rgba(249, 201, 10, 0.12);\n    border-radius: 50%;\n    pointer-events: none;\n  }\n\n  .kitas-mistakes__header,\n  .kitas-mistakes__grid,\n  .kitas-mistakes__note {\n    position: relative;\n    z-index: 1;\n  }\n\n  .kitas-mistakes__header {\n    max-width: 740px;\n    margin-bottom: 36px;\n  }\n\n  .kitas-mistakes__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0 0 16px !important;\n    color: var(--km-yellow) !important;\n    font-size: 13px !important;\n    font-weight: 800 !important;\n    line-height: 1.4 !important;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .kitas-mistakes__eyebrow::before {\n    content: \"\";\n    width: 34px;\n    height: 3px;\n    border-radius: 99px;\n    background: var(--km-yellow);\n  }\n\n  .kitas-mistakes__title {\n    margin: 0 !important;\n    color: var(--km-white) !important;\n    font-size: clamp(32px, 5vw, 54px) !important;\n    font-weight: 800 !important;\n    line-height: 1.08 !important;\n    letter-spacing: -0.04em;\n  }\n\n  .kitas-mistakes__intro {\n    margin: 18px 0 0 !important;\n    color: rgba(255, 255, 255, 0.78) !important;\n    font-size: 17px !important;\n    line-height: 1.7 !important;\n  }\n\n  .kitas-mistakes__grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n  }\n\n  .kitas-mistakes__item {\n    display: grid;\n    grid-template-columns: 42px minmax(0, 1fr);\n    gap: 16px;\n    align-items: start;\n    min-height: 112px;\n    margin: 0 !important;\n    padding: 22px !important;\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 18px;\n    background: rgba(255, 255, 255, 0.07) !important;\n    color: var(--km-white) !important;\n    list-style: none !important;\n    transition:\n      transform 180ms ease,\n      background-color 180ms ease,\n      border-color 180ms ease;\n  }\n\n  .kitas-mistakes__item::before,\n  .kitas-mistakes__item::marker {\n    display: none !important;\n    content: none !important;\n  }\n\n  .kitas-mistakes__item:hover {\n    transform: translateY(-3px);\n    border-color: rgba(249, 201, 10, 0.55);\n    background: rgba(255, 255, 255, 0.11) !important;\n  }\n\n  .kitas-mistakes__number {\n    display: grid;\n    width: 42px;\n    height: 42px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--km-yellow) !important;\n    color: var(--km-navy) !important;\n    font-size: 14px !important;\n    font-weight: 900 !important;\n    line-height: 1 !important;\n  }\n\n  .kitas-mistakes__content strong {\n    display: block;\n    margin: 0 0 6px !important;\n    color: var(--km-white) !important;\n    font-size: 17px !important;\n    font-weight: 800 !important;\n    line-height: 1.35 !important;\n  }\n\n  .kitas-mistakes__content p {\n    margin: 0 !important;\n    color: rgba(255, 255, 255, 0.74) !important;\n    font-size: 15px !important;\n    line-height: 1.6 !important;\n  }\n\n  .kitas-mistakes__note {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    margin-top: 24px;\n    padding: 20px 22px;\n    border-radius: 18px;\n    background: var(--km-yellow) !important;\n    color: var(--km-navy) !important;\n  }\n\n  .kitas-mistakes__note-icon {\n    flex: 0 0 auto;\n    display: grid;\n    width: 34px;\n    height: 34px;\n    place-items: center;\n    border: 2px solid var(--km-navy);\n    border-radius: 50%;\n    color: var(--km-navy) !important;\n    font-size: 18px !important;\n    font-weight: 900 !important;\n    line-height: 1 !important;\n  }\n\n  .kitas-mistakes__note p {\n    margin: 0 !important;\n    color: var(--km-navy) !important;\n    font-size: 15px !important;\n    font-weight: 700 !important;\n    line-height: 1.6 !important;\n  }\n\n  @media (max-width: 760px) {\n    .kitas-mistakes {\n      margin: 40px 14px;\n      padding: 30px 20px;\n      border-radius: 22px;\n    }\n\n    .kitas-mistakes__grid {\n      grid-template-columns: 1fr;\n    }\n\n    .kitas-mistakes__item {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .kitas-mistakes__item {\n      grid-template-columns: 36px minmax(0, 1fr);\n      gap: 13px;\n      padding: 18px !important;\n    }\n\n    .kitas-mistakes__number {\n      width: 36px;\n      height: 36px;\n      font-size: 12px !important;\n    }\n\n    .kitas-mistakes__note {\n      display: block;\n    }\n\n    .kitas-mistakes__note-icon {\n      margin-bottom: 12px;\n    }\n  }\n<\/style>\n\n<section class=\"kitas-mistakes\" aria-labelledby=\"kitas-mistakes-title\">\n  <header class=\"kitas-mistakes__header\">\n    <p class=\"kitas-mistakes__eyebrow\">Avoid these problems<\/p>\n\n    <h2 class=\"kitas-mistakes__title\" id=\"kitas-mistakes-title\">\n      Common mistakes after KITAS approval\n    <\/h2>\n\n    <p class=\"kitas-mistakes__intro\">\n      KITAS approval is not always the final step. These common oversights can\n      cause delays, travel problems, or compliance issues later.\n    <\/p>\n  <\/header>\n\n  <ul class=\"kitas-mistakes__grid\">\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">01<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Assuming the eVisa completes everything<\/strong>\n        <p>\n          An approval email does not confirm that every post-arrival document\n          and registration step has been completed.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">02<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Missing the SKTT reporting period<\/strong>\n        <p>\n          ITAS holders should arrange their SKTT within the applicable 14-day\n          reporting period.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">03<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Assuming every region follows the same process<\/strong>\n        <p>\n          SKTT, STM, and supporting-document requirements can differ between\n          cities, regencies, and local offices.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">04<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Travelling without checking re-entry permission<\/strong>\n        <p>\n          Confirm that your ITAS, passport, and re-entry permit will remain\n          valid on the date you return to Indonesia.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">05<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Working outside the approved activity<\/strong>\n        <p>\n          Your employer, job title, work location, and duties should match the\n          approvals connected to your permit.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">06<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Using a simple rule for Indonesian tax<\/strong>\n        <p>\n          A KITAS does not automatically mean that you always have, or never\n          have, Indonesian tax obligations.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">07<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Failing to update your address or passport<\/strong>\n        <p>\n          Immigration, Dukcapil, and other records should reflect your current\n          address and passport details.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">08<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Preparing the renewal too late<\/strong>\n        <p>\n          Review your passport, sponsor, insurance, and supporting records\n          several months before the permit expires.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">09<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Changing sponsors informally<\/strong>\n        <p>\n          A new sponsor, employer, school, or family arrangement may require a\n          formal amendment, transfer, cancellation, or new application.\n        <\/p>\n      <\/div>\n    <\/li>\n\n    <li class=\"kitas-mistakes__item\">\n      <span class=\"kitas-mistakes__number\">10<\/span>\n      <div class=\"kitas-mistakes__content\">\n        <strong>Leaving without closing the permit correctly<\/strong>\n        <p>\n          When ending your Indonesian stay, confirm whether an EPO or another\n          official termination procedure applies.\n        <\/p>\n      <\/div>\n    <\/li>\n  <\/ul>\n\n  <div class=\"kitas-mistakes__note\">\n    <span class=\"kitas-mistakes__note-icon\" aria-hidden=\"true\">!<\/span>\n    <p>\n      Local procedures and document requirements can vary. Confirm the current\n      process with your sponsor, visa agent, Dukcapil office, or Immigration\n      Office before taking action.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n\n<h2 id=\"frequently-asked-questions\" class=\"wp-block-heading\">Ofte stillede sp\u00f8rgsm\u00e5l<\/h2>\n\n\n\n<h3 id=\"what-should-i-do-first-after-my-kitas-is-approved\" class=\"wp-block-heading\">Hvad skal jeg g\u00f8re f\u00f8rst, n\u00e5r min KITAS er godkendt?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Download the electronic files and check every detail. Confirm that you have an active ITAS, the correct sponsor information, a clear expiry date, and valid re-entry permission. Then start the SKTT process.<\/p>\n\n\n\n<h3 id=\"how-long-do-i-have-to-apply-for-an-sktt\" class=\"wp-block-heading\">Hvor lang tid har jeg til at ans\u00f8ge om en SKTT?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An ITAS holder must report to the local population registration office within 14 days after the ITAS is issued. Confirm the local submission method with the Dukcapil office that covers your address.<\/p>\n\n\n\n<h3 id=\"do-i-need-an-stm\" class=\"wp-block-heading\">Har jeg brug for en STM?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">It depends on the local process. Some offices or sponsors still request an STM, while others do not list it as a basic SKTT requirement. Check with your local Dukcapil or sponsor.<\/p>\n\n\n\n<h3 id=\"can-i-leave-indonesia-after-getting-a-kitas\" class=\"wp-block-heading\">Kan jeg forlade Indonesien, efter at jeg har f\u00e5et et KITAS?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, when your ITAS, passport, and re-entry permission remain valid for your return. Travel may be risky during a renewal, change, or cancellation process, so check first.<\/p>\n\n\n\n<h3 id=\"can-i-work-as-soon-as-my-kitas-is-issued\" class=\"wp-block-heading\">Kan jeg begynde at arbejde, s\u00e5 snart min KITAS er udstedt?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not always. Your KITAS confirms your immigration stay status, but your employer must also confirm that the required manpower approvals are active. Where applicable, the approved RPTKA must match your employer, job title, work location, and work period before you begin working.<\/p>\n\n\n\n<h3 id=\"does-a-kitas-automatically-make-me-an-indonesian-tax-resident\" class=\"wp-block-heading\">G\u00f8r en KITAS mig automatisk til skattepligtig i Indonesien?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">No single document decides every case. Residence, days in Indonesia, intent to live here, income, and tax treaty rules all matter.<\/p>\n\n\n\n<h3 id=\"do-i-need-bpjs\" class=\"wp-block-heading\">Do I Need BPJS?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Foreign nationals who work in Indonesia for at least six months fall within the social security participation rule. Other KITAS holders may have different insurance needs.<\/p>\n\n\n\n<h3 id=\"when-should-i-renew-my-kitas\" class=\"wp-block-heading\">When Should I Renew My KITAS?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Check the filing window for your permit length and category. Start preparing several months early, but submit only within the period allowed by current Immigration rules.<\/p>\n\n\n\n<h3 id=\"what-happens-if-i-move\" class=\"wp-block-heading\">What Happens if I Move?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Update your address with Immigration and Dukcapil. A move to another Immigration Office area may need a formal transfer between the old and new offices.<\/p>\n\n\n\n<h3 id=\"what-happens-if-i-get-a-new-passport\" class=\"wp-block-heading\">What Happens if I Get a New Passport?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Contact Immigration and update the ITAS record before international travel. Do not assume that carrying both passports is enough for every case.<\/p>\n\n\n\n<h3 id=\"do-i-need-an-epo-if-my-kitas-is-expiring\" class=\"wp-block-heading\">Do I Need an EPO if My KITAS Is Expiring?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">An EPO is commonly used when you are in Indonesia and end the stay permit before its expiry. Your sponsor should confirm whether an EPO or another termination process applies.<\/p>\n\n\n\n<h2 id=\"final-post-approval-checklist\" class=\"wp-block-heading\">Final Post-Approval Checklist<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Save your electronic ITAS, eVisa, passport, and approval records.<\/li>\n\n\n\n<li>Check every personal, sponsor, address, work, and validity detail.<\/li>\n\n\n\n<li>Apply for an SKTT within 14 days of ITAS issuance.<\/li>\n\n\n\n<li>Confirm whether your area requires an STM.<\/li>\n\n\n\n<li>Check your re-entry permission before each overseas trip.<\/li>\n\n\n\n<li>Make sure your activities match your KITAS category.<\/li>\n\n\n\n<li>Review Indonesian tax registration and filing duties.<\/li>\n\n\n\n<li>Confirm BPJS and health insurance requirements.<\/li>\n\n\n\n<li>Keep your address and passport data current.<\/li>\n\n\n\n<li>Set early renewal reminders.<\/li>\n\n\n\n<li>Use the correct closure process when the KITAS ends.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Your KITAS gives you a legal basis to stay in Indonesia, but the permit works best when every related record stays accurate. Complete the urgent steps first, keep your documents organized, and ask the right office when a local rule is unclear.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Need help checking your KITAS documents or planning the next step? Contact Visa Indonesia for guidance based on your permit type and location.<\/p>","protected":false},"excerpt":{"rendered":"<p>Din KITAS er blevet godkendt, men der er stadig nogle vigtige trin, du skal gennemf\u00f8re. Brug denne praktiske tjekliste til at arrangere din SKTT, tjekke dine rejserettigheder, gennemg\u00e5 dine forpligtelser vedr\u00f8rende skat og BPJS, forberede dig p\u00e5 fornyelse og undg\u00e5 almindelige fejl i forbindelse med opholdstilladelsen.<\/p>","protected":false},"author":6831,"featured_media":49111,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","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":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","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":""},"categories":[274],"tags":[1931,1932,1933,1086],"class_list":["post-49109","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-visas-and-regulations","tag-after-kitas-approval","tag-itas-indonesia","tag-kitas-checklist","tag-kitas-indonesia"],"acf":{"platform_to_publish":[],"ig_caption":"","ig_first_comment_hashtags":"","ig_carousel":[{"fileassets":""},{"fileassets":""}],"tt_caption":"","tt_hashtag":"","tt_video_asset":"","tt_music_preference":"","tt_reuse_allow":false,"tt_ai_generated_allow":false,"x_post_type":"Single","x_single_caption":"","x_media":"","x_poll":{"x_poll_question":"","x_poll_options":null},"linkedin_post_type":"image","linkedin_post_link":"","linkedin_text_area":"","linkedin_image_gallery":"","fb_post_type":"link","fb_caption":"","fb_gallery":"","pin_title":"","pin_description":"","pin_link":"","pin_board":"","pin_image":"","threads_post_type":"single","threads_caption":"","threads_media":""},"_links":{"self":[{"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/posts\/49109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/users\/6831"}],"replies":[{"embeddable":true,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/comments?post=49109"}],"version-history":[{"count":2,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/posts\/49109\/revisions"}],"predecessor-version":[{"id":49112,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/posts\/49109\/revisions\/49112"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/media\/49111"}],"wp:attachment":[{"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/media?parent=49109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/categories?post=49109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/visa-indonesia.com\/da\/wp-json\/wp\/v2\/tags?post=49109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}