{"id":16547,"date":"2026-05-18T07:02:28","date_gmt":"2026-05-18T07:02:28","guid":{"rendered":"https:\/\/theandroidapk.com\/blog\/?p=16547"},"modified":"2026-05-19T14:55:11","modified_gmt":"2026-05-19T14:55:11","slug":"jazzcash-customer-all-versions","status":"publish","type":"post","link":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/","title":{"rendered":"Mobilink Jazzcash APK + Older\/All Versions"},"content":{"rendered":"\n<!--\n=======================================================\n  JAZZCASH APK DOWNLOAD SECTIONS (Rebuilt)\n  Three independent components:\n    1. #jc-hero       \u2014 App header (logo, rating, download button)\n    2. #jc-apk-info   \u2014 APK technical details\n    3. #jc-versions   \u2014 Older versions table\n  \n  All classes prefixed with \"jc-\" to avoid conflicts.\n  All JS scoped inside an IIFE.\n  Fonts: Syne + DM Sans via Google Fonts.\n=======================================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@600;800&#038;family=DM+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ---------- CSS Custom Properties ---------- *\/\n.jc-wrap {\n  --jc-red:        #D62B2B;\n  --jc-red-dark:   #b02020;\n  --jc-red-light:  #fdeaea;\n  --jc-gold:       #f5a623;\n  --jc-dark:       #111318;\n  --jc-mid:        #2a2d35;\n  --jc-border:     #e2e6f0;\n  --jc-bg:         #f7f8fc;\n  --jc-white:      #ffffff;\n  --jc-text:       #1a1d26;\n  --jc-muted:      #6b7280;\n  --jc-radius:     14px;\n  --jc-shadow:     0 4px 24px rgba(0,0,0,.08);\n  --jc-shadow-lg:  0 8px 40px rgba(0,0,0,.13);\n  font-family: 'DM Sans', sans-serif;\n  color: var(--jc-text);\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n\/* ---------- Resets ---------- *\/\n.jc-wrap *, .jc-wrap *::before, .jc-wrap *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.jc-wrap a { text-decoration: none; color: inherit; }\n.jc-wrap ul { list-style: none; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 1 \u2014 Hero (#jc-hero)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-hero {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  padding: 28px 32px;\n  display: flex;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  position: relative;\n  overflow: hidden;\n}\n#jc-hero::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 4px; height: 100%;\n  background: var(--jc-red);\n  border-radius: 4px 0 0 4px;\n}\n\n.jc-hero-logo-placeholder {\n  width: 88px; height: 88px;\n  border-radius: 20px;\n  background: linear-gradient(135deg, #1a1a1a 0%, #3a1010 100%);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  box-shadow: 0 4px 16px rgba(214,43,43,.25);\n}\n.jc-hero-logo-placeholder span {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 13px;\n  color: var(--jc-red); letter-spacing: .5px;\n  text-align: center; line-height: 1.3;\n}\n\n.jc-hero-info { flex: 1; min-width: 180px; }\n\n.jc-hero-name {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 24px;\n  color: var(--jc-red); line-height: 1.15;\n  margin-bottom: 3px;\n}\n.jc-hero-dev {\n  font-size: 13px; color: var(--jc-muted);\n  font-weight: 500; margin-bottom: 10px;\n}\n\n.jc-hero-rating {\n  display: flex; align-items: center;\n  gap: 8px; margin-bottom: 10px;\n}\n.jc-stars { display: flex; gap: 2px; }\n.jc-star { width: 16px; height: 16px; fill: var(--jc-gold); }\n.jc-star-empty { fill: #ddd; }\n.jc-rating-val { font-weight: 600; font-size: 14px; }\n.jc-rating-count { font-size: 12px; color: var(--jc-muted); }\n\n.jc-trusted-badge {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: #edfaf3; border: 1px solid #b7ead0;\n  color: #1a7a4a; font-size: 12px; font-weight: 600;\n  padding: 4px 10px; border-radius: 20px;\n}\n.jc-trusted-badge svg { width: 14px; height: 14px; fill: #1a7a4a; }\n\n\/* \u2500\u2500 Right actions \u2500\u2500 *\/\n.jc-hero-actions {\n  display: flex; flex-direction: column;\n  align-items: flex-end; gap: 12px; flex-shrink: 0;\n}\n.jc-hero-stats { display: flex; gap: 18px; }\n.jc-stat {\n  display: flex; flex-direction: column;\n  align-items: center; gap: 3px;\n}\n.jc-stat svg { width: 20px; height: 20px; fill: var(--jc-red); }\n.jc-stat-label {\n  font-size: 10px; color: var(--jc-muted);\n  text-transform: uppercase; letter-spacing: .4px;\n  font-weight: 600;\n}\n.jc-stat-val { font-size: 12px; font-weight: 600; color: var(--jc-text); }\n\n.jc-btn-download {\n  display: inline-flex; align-items: center; gap: 10px;\n  background: var(--jc-red); color: #fff;\n  font-family: 'Syne', sans-serif;\n  font-weight: 600; font-size: 15px; letter-spacing: .5px;\n  padding: 13px 28px; border-radius: 10px;\n  border: none; cursor: pointer;\n  transition: background .2s, transform .15s, box-shadow .2s;\n  box-shadow: 0 4px 14px rgba(214,43,43,.35);\n}\n.jc-btn-download:hover {\n  background: var(--jc-red-dark);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 22px rgba(214,43,43,.4);\n}\n.jc-btn-download:active { transform: translateY(0); }\n.jc-btn-download svg { width: 18px; height: 18px; fill: #fff; }\n\n.jc-hero-latest {\n  font-size: 11px; font-weight: 600;\n  color: var(--jc-muted); letter-spacing: .3px;\n}\n\n\/* \u2500\u2500 Breadcrumb \u2500\u2500 *\/\n.jc-breadcrumb {\n  margin-top: 18px; padding-top: 14px;\n  border-top: 1px solid var(--jc-border);\n  width: 100%; display: flex;\n  align-items: center; gap: 6px;\n  font-size: 12px; color: var(--jc-muted);\n}\n.jc-breadcrumb a { color: var(--jc-red); font-weight: 500; }\n.jc-breadcrumb a:hover { text-decoration: underline; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 2 \u2014 APK Info (#jc-apk-info)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-apk-info {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-section-header {\n  background: var(--jc-dark);\n  padding: 16px 24px;\n  display: flex; align-items: center; gap: 10px;\n}\n.jc-section-header svg { width: 20px; height: 20px; fill: var(--jc-red); flex-shrink: 0; }\n.jc-section-header h2 {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 16px;\n  color: var(--jc-white); letter-spacing: .3px;\n}\n\n.jc-info-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-info-item {\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--jc-border);\n  transition: background .15s;\n}\n.jc-info-item:hover { background: var(--jc-bg); }\n.jc-info-item:nth-child(odd) { border-right: 1px solid var(--jc-border); }\n\n.jc-info-label {\n  font-size: 10px; font-weight: 600;\n  text-transform: uppercase; letter-spacing: .8px;\n  color: var(--jc-muted); margin-bottom: 4px;\n}\n.jc-info-value { font-size: 14px; font-weight: 500; color: var(--jc-text); }\n.jc-info-value.jc-mono { font-family: 'DM Sans', monospace; font-size: 13px; }\n\n@media (max-width: 560px) {\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 3 \u2014 Versions (#jc-versions)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-versions {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-versions-toolbar {\n  padding: 14px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  display: flex; align-items: center; gap: 12px;\n}\n.jc-search-wrap { position: relative; flex: 1; }\n.jc-search-wrap svg {\n  position: absolute; left: 12px; top: 50%;\n  transform: translateY(-50%);\n  width: 15px; height: 15px; fill: var(--jc-muted);\n}\n#jc-ver-search {\n  width: 100%;\n  padding: 9px 12px 9px 36px;\n  border: 1px solid var(--jc-border);\n  border-radius: 8px;\n  font-family: 'DM Sans', sans-serif;\n  font-size: 13px; color: var(--jc-text);\n  background: var(--jc-bg); outline: none;\n  transition: border-color .15s, box-shadow .15s;\n}\n#jc-ver-search:focus {\n  border-color: var(--jc-red);\n  box-shadow: 0 0 0 3px rgba(214,43,43,.1);\n}\n\n.jc-ver-count {\n  font-size: 12px; color: var(--jc-muted);\n  white-space: nowrap; font-weight: 500;\n}\n\n.jc-versions-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-version-row {\n  display: flex; align-items: center;\n  justify-content: space-between;\n  padding: 12px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  gap: 10px;\n  transition: background .15s;\n}\n.jc-version-row:hover { background: var(--jc-red-light); }\n\n.jc-versions-grid > div:nth-child(odd) .jc-version-row {\n  border-right: 1px solid var(--jc-border);\n}\n\n.jc-ver-num {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 14px;\n  color: var(--jc-text); min-width: 55px;\n}\n.jc-ver-date { font-size: 12px; color: var(--jc-muted); flex: 1; }\n\n.jc-ver-dl {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: var(--jc-dark); color: var(--jc-white);\n  font-size: 12px; font-weight: 600;\n  padding: 6px 14px; border-radius: 6px;\n  transition: background .15s, transform .12s;\n  flex-shrink: 0;\n}\n.jc-ver-dl:hover {\n  background: var(--jc-red);\n  transform: translateY(-1px);\n}\n.jc-ver-dl svg { width: 12px; height: 12px; fill: #fff; }\n\n.jc-ver-dl-unavailable {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: #e5e7eb; color: #9ca3af;\n  font-size: 12px; font-weight: 600;\n  padding: 6px 14px; border-radius: 6px;\n  flex-shrink: 0; cursor: default;\n}\n.jc-ver-dl-unavailable svg { width: 12px; height: 12px; fill: #9ca3af; }\n\n\/* \u2500\u2500 Series label row \u2500\u2500 *\/\n.jc-series-label {\n  grid-column: 1 \/ -1;\n  padding: 8px 20px;\n  background: var(--jc-bg);\n  border-bottom: 1px solid var(--jc-border);\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 12px;\n  color: var(--jc-muted);\n  letter-spacing: .6px; text-transform: uppercase;\n}\n\n@media (max-width: 640px) {\n  #jc-hero { padding: 22px 20px; gap: 18px; }\n  .jc-hero-actions { align-items: stretch; width: 100%; }\n  .jc-hero-stats { justify-content: center; }\n  .jc-btn-download { justify-content: center; }\n  .jc-hero-latest { text-align: center; }\n  .jc-versions-grid { grid-template-columns: 1fr; }\n  .jc-versions-grid > div:nth-child(odd) .jc-version-row { border-right: none; }\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n}\n<\/style>\n\n<div class=\"jc-wrap\">\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 1: Hero \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div id=\"jc-hero\">\n    <div class=\"jc-hero-logo-placeholder\" aria-hidden=\"true\">\n      <span>Jazz<br>Cash<\/span>\n    <\/div>\n\n    <div class=\"jc-hero-info\">\n      <h1 class=\"jc-hero-name\">JazzCash Customer<\/h1>\n      <p class=\"jc-hero-dev\">Mobilink Pakistan<\/p>\n\n      <div class=\"jc-hero-rating\">\n        <div class=\"jc-stars\" aria-label=\"4.3 out of 5 stars\">\n          <svg class=\"jc-star\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg class=\"jc-star\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg class=\"jc-star\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg class=\"jc-star\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg class=\"jc-star jc-star-empty\" viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        <\/div>\n        <span class=\"jc-rating-val\">4.3<\/span>\n        <span class=\"jc-rating-count\">(456 Reviews)<\/span>\n      <\/div>\n\n      <span class=\"jc-trusted-badge\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/><\/svg>\n        TRUSTED APP\n      <\/span>\n    <\/div>\n\n    <div class=\"jc-hero-actions\">\n      <div class=\"jc-hero-stats\">\n        <div class=\"jc-stat\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>\n          <span class=\"jc-stat-val\">503.4k<\/span>\n          <span class=\"jc-stat-label\">Size<\/span>\n        <\/div>\n        <div class=\"jc-stat\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n          <span class=\"jc-stat-val\">503.4k<\/span>\n          <span class=\"jc-stat-label\">Installs<\/span>\n        <\/div>\n        <div class=\"jc-stat\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M6 18c0 .55.45 1 1 1h1v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h2v3.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V19h1c.55 0 1-.45 1-1V8H6v10zM3.5 8C2.67 8 2 8.67 2 9.5v7c0 .83.67 1.5 1.5 1.5S5 17.33 5 16.5v-7C5 8.67 4.33 8 3.5 8zm17 0c-.83 0-1.5.67-1.5 1.5v7c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-7c0-.83-.67-1.5-1.5-1.5zm-4.97-5.84l1.3-1.3c.2-.2.2-.51 0-.71-.2-.2-.51-.2-.71 0l-1.48 1.48C13.85 1.23 12.95 1 12 1c-.96 0-1.86.23-2.66.63L7.85.15c-.2-.2-.51-.2-.71 0-.2.2-.2.51 0 .71l1.31 1.31C6.97 3.26 6 5.01 6 7h12c0-1.99-.97-3.75-2.47-4.84zM10 5H9V4h1v1zm5 0h-1V4h1v1z\"\/><\/svg>\n          <span class=\"jc-stat-val\">5.0+<\/span>\n          <span class=\"jc-stat-label\">Android<\/span>\n        <\/div>\n      <\/div>\n\n      <a href=\"https:\/\/mega.nz\/file\/lycn2JgZ#JMEY0DYAwGdMa6zR9mxXvmCPLvH4vXLgdMWfWPlLIp4\" class=\"jc-btn-download\" target=\"_blank\" rel=\"noopener\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>\n        DOWNLOAD v9.0.36\n      <\/a>\n\n      <span class=\"jc-hero-latest\">\u2726 This is the latest version<\/span>\n    <\/div>\n\n    <div class=\"jc-breadcrumb\">\n      <a href=\"https:\/\/theandroidapk.com\/\">Homepage<\/a><span>\u203a<\/span>\n      <a href=\"https:\/\/theandroidapk.com\/apps\">Apps<\/a><span>\u203a<\/span>\n      <a href=\"https:\/\/theandroidapk.com\/apps\/finance\">Finance<\/a><span>\u203a<\/span>\n      <span>JazzCash Customer<\/span>\n    <\/div>\n  <\/div>\n\n\n<script>\n(function () {\n  'use strict';\n\n  var dlIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n  var naIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n\n  \/*\n    VERSION DATA \u2014 Mega links assigned top-down from provided list.\n    Links 3\/4\/5 in the supplied list are identical; assigned to 9.0.34, 9.0.26, 9.0.19.\n    Versions without a Mega link have link: '' (renders as unavailable).\n  *\/\n  var jcVersions = [\n    \/* \u2500\u2500 9.x Series \u2500\u2500 *\/\n    { ver: '9.0.36', date: 'Oct 4th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/lycn2JgZ#JMEY0DYAwGdMa6zR9mxXvmCPLvH4vXLgdMWfWPlLIp4' },\n    { ver: '9.0.35', date: 'Sep 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/1i0j0YjJ#ymnCU6Q_J7Tj7ogebu46F9GYVV5XehuyZEjLRTBMoHc' },\n    { ver: '9.0.34', date: 'Sep 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/8r9hmDBL#YZVBw0gl8pMP_6FZ7kPZvIIi1d1zJNTtzplgI_n_JWA' },\n    { ver: '9.0.26', date: 'Sep 23rd, 2022', series: '9.x', link: '' },\n    { ver: '9.0.19', date: 'Apr 10th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/cyUTVRaB#KjY1uNLg62hVoG-wkN_L4yTMizF6ADduHsxG8Y9jnTQ' },\n    { ver: '9.0.16', date: 'Apr 9th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.15', date: 'May 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/Ert1BI6I#x9k6ygfOPv50QFKpGqNmULdpSoT_IDLCTNLE2ObCwjI' },\n    { ver: '9.0.14', date: 'May 4th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.12', date: 'Mar 6th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/QzEUTCgC#W3g3lvNxjR7p2SBaIcGRzc3udtlc55N9R6zKvG93Kng' },\n    { ver: '9.0.11', date: 'Jan 28th, 2022', series: '9.x', link: '' },\n    { ver: '9.0.9',  date: 'Jan 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/o2VmTaQb#GdXw4a4kUEkZn8o_7q0LIWeI2rl1Dpv7IDPp9ACTK7o' },\n    { ver: '9.0.7',  date: 'Dec 26th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/8mk3VDiT#W3Y411sfVQFOrT3r1grTd3z4fWyMML7rUh-q7RPX3-k' },\n    { ver: '9.0.6',  date: 'Dec 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/Y61GmQZD#Zq-Ntk6KWnz2XWTxEdjhIZMDqCHjNbnVvvR8dI-FmWc' },\n    { ver: '9.0.3',  date: 'Nov 28th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/U6sGFBID#b7GrXgqh12PUL2I2RJWnwzTvFksDAb846Lg669pIoL8' },\n    { ver: '9.0.1',  date: 'Oct 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/4rt2SRIS#O3ejza0eC39-CjBQtt0Q_i6DB1LTANTo640XkdRR47A' },\n\n    \/* \u2500\u2500 7.x Series \u2500\u2500 *\/\n    { ver: '7.0.2',  date: 'Sep 24th, 2021', series: '7.x', link: '' },\n    { ver: '7.0.1',  date: 'May 8th, 2022',  series: '7.x', link: 'https:\/\/mega.nz\/file\/du1CyBTa#FOv2Mlz0Wy7U4uh19fAgr0RGC4SSDaTtU5oAdUPrz0o' },\n    { ver: '7.0.0',  date: 'May 10th, 2022', series: '7.x', link: '' },\n\n    \/* \u2500\u2500 6.x Series \u2500\u2500 *\/\n    { ver: '6.1.03', date: 'May 11th, 2022', series: '6.x', link: 'https:\/\/mega.nz\/file\/FiVUhLoK#Ov9pNBhpycEHYcLFnkHaQUGx-MFYzGMEqqEL9w4o_fM' },\n    { ver: '6.1.02', date: 'Feb 23rd, 2021', series: '6.x', link: '' },\n    { ver: '6.1.01', date: 'Jan 15th, 2021', series: '6.x', link: '' }\n  ];\n\n  function rowHTML(v) {\n    var btnHTML;\n    if (v.link) {\n      btnHTML = '<a href=\"' + v.link + '\" class=\"jc-ver-dl\" target=\"_blank\" rel=\"noopener\" data-version=\"' + v.ver + '\">' +\n        dlIconSVG + 'Download<\/a>';\n    } else {\n      btnHTML = '<span class=\"jc-ver-dl-unavailable\">' + naIconSVG + 'Unavailable<\/span>';\n    }\n    return '<div class=\"jc-version-row\" data-ver=\"' + v.ver + '\">' +\n      '<span class=\"jc-ver-num\">' + v.ver + '<\/span>' +\n      '<span class=\"jc-ver-date\">' + v.date + '<\/span>' +\n      btnHTML +\n    '<\/div>';\n  }\n\n  function render(list) {\n    var container = document.getElementById('jc-ver-container');\n    var empty = document.getElementById('jc-ver-empty');\n    var counter = document.getElementById('jc-ver-count');\n\n    if (!list.length) {\n      container.innerHTML = '';\n      empty.style.display = 'block';\n      counter.textContent = '0 versions';\n      return;\n    }\n    empty.style.display = 'none';\n    counter.textContent = list.length + ' version' + (list.length !== 1 ? 's' : '');\n\n    \/* Group by series *\/\n    var series = [];\n    var seriesMap = {};\n    for (var i = 0; i < list.length; i++) {\n      var s = list[i].series;\n      if (!seriesMap[s]) {\n        seriesMap[s] = [];\n        series.push(s);\n      }\n      seriesMap[s].push(list[i]);\n    }\n\n    var html = '';\n    for (var si = 0; si < series.length; si++) {\n      var sName = series[si];\n      var items = seriesMap[sName];\n      html += '<div class=\"jc-series-label\">' + sName + ' Series<\/div>';\n      html += '<div class=\"jc-versions-grid\">';\n      var half = Math.ceil(items.length \/ 2);\n      var left = items.slice(0, half);\n      var right = items.slice(half);\n      html += '<div>' + left.map(rowHTML).join('') + '<\/div>';\n      html += '<div>' + right.map(rowHTML).join('') + '<\/div>';\n      html += '<\/div>';\n    }\n\n    container.innerHTML = html;\n  }\n\n  function bindSearch() {\n    var input = document.getElementById('jc-ver-search');\n    if (!input) return;\n    input.addEventListener('input', function () {\n      var q = this.value.trim().toLowerCase();\n      var filtered = q\n        ? jcVersions.filter(function (v) {\n            return v.ver.toLowerCase().indexOf(q) !== -1 || v.date.toLowerCase().indexOf(q) !== -1;\n          })\n        : jcVersions;\n      render(filtered);\n    });\n  }\n\n  function init() {\n    render(jcVersions);\n    bindSearch();\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Pakistan&#8217;s Leading Mobile Financial Services Platform<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">JazzCash Customer is a fully fledged mobile wallet and digital banking app built by Mobilink Pakistan to deliver secure, quick and convenient financial services to millions of citizens of Pakistan. From sending money to your loved ones to paying utility bills to keeping your everyday money matters, JazzCash empowers you to have a full-service bank in your pocket.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Under the trusted roof of Jazz, Pakistan&#8217;s largest telecom, JazzCash has become one of the most trusted and popular fintech solutions in the country. The application&#8217;s agent network and it&#8217;s integration with the large banks and payment systems ensures that, even in rural areas, financial inclusion is achieved for users.<\/p>\n\n\n\n<!--\n=======================================================\n  JAZZCASH APK DOWNLOAD SECTIONS (Rebuilt)\n  Three independent components:\n    1. #jc-hero       \u2014 App header (logo, rating, download button)\n    2. #jc-apk-info   \u2014 APK technical details\n    3. #jc-versions   \u2014 Older versions table\n  \n  All classes prefixed with \"jc-\" to avoid conflicts.\n  All JS scoped inside an IIFE.\n  Fonts: Syne + DM Sans via Google Fonts.\n=======================================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@600;800&#038;family=DM+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ---------- CSS Custom Properties ---------- *\/\n.jc-wrap {\n  --jc-red:        #D62B2B;\n  --jc-red-dark:   #b02020;\n  --jc-red-light:  #fdeaea;\n  --jc-gold:       #f5a623;\n  --jc-dark:       #111318;\n  --jc-mid:        #2a2d35;\n  --jc-border:     #e2e6f0;\n  --jc-bg:         #f7f8fc;\n  --jc-white:      #ffffff;\n  --jc-text:       #1a1d26;\n  --jc-muted:      #6b7280;\n  --jc-radius:     14px;\n  --jc-shadow:     0 4px 24px rgba(0,0,0,.08);\n  --jc-shadow-lg:  0 8px 40px rgba(0,0,0,.13);\n  font-family: 'DM Sans', sans-serif;\n  color: var(--jc-text);\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n\/* ---------- Resets ---------- *\/\n.jc-wrap *, .jc-wrap *::before, .jc-wrap *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.jc-wrap a { text-decoration: none; color: inherit; }\n.jc-wrap ul { list-style: none; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 1 \u2014 Hero (#jc-hero)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-hero {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  padding: 28px 32px;\n  display: flex;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  position: relative;\n  overflow: hidden;\n}\n#jc-hero::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 4px; height: 100%;\n  background: var(--jc-red);\n  border-radius: 4px 0 0 4px;\n}\n\n.jc-hero-logo-placeholder {\n  width: 88px; height: 88px;\n  border-radius: 20px;\n  background: linear-gradient(135deg, #1a1a1a 0%, #3a1010 100%);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  box-shadow: 0 4px 16px rgba(214,43,43,.25);\n}\n.jc-hero-logo-placeholder span {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 13px;\n  color: var(--jc-red); letter-spacing: .5px;\n  text-align: center; line-height: 1.3;\n}\n\n.jc-hero-info { flex: 1; min-width: 180px; }\n\n.jc-hero-name {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 24px;\n  color: var(--jc-red); line-height: 1.15;\n  margin-bottom: 3px;\n}\n.jc-hero-dev {\n  font-size: 13px; color: var(--jc-muted);\n  font-weight: 500; margin-bottom: 10px;\n}\n\n.jc-hero-rating {\n  display: flex; align-items: center;\n  gap: 8px; margin-bottom: 10px;\n}\n.jc-stars { display: flex; gap: 2px; }\n.jc-star { width: 16px; height: 16px; fill: var(--jc-gold); }\n.jc-star-empty { fill: #ddd; }\n.jc-rating-val { font-weight: 600; font-size: 14px; }\n.jc-rating-count { font-size: 12px; color: var(--jc-muted); }\n\n.jc-trusted-badge {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: #edfaf3; border: 1px solid #b7ead0;\n  color: #1a7a4a; font-size: 12px; font-weight: 600;\n  padding: 4px 10px; border-radius: 20px;\n}\n.jc-trusted-badge svg { width: 14px; height: 14px; fill: #1a7a4a; }\n\n\/* \u2500\u2500 Right actions \u2500\u2500 *\/\n.jc-hero-actions {\n  display: flex; flex-direction: column;\n  align-items: flex-end; gap: 12px; flex-shrink: 0;\n}\n.jc-hero-stats { display: flex; gap: 18px; }\n.jc-stat {\n  display: flex; flex-direction: column;\n  align-items: center; gap: 3px;\n}\n.jc-stat svg { width: 20px; height: 20px; fill: var(--jc-red); }\n.jc-stat-label {\n  font-size: 10px; color: var(--jc-muted);\n  text-transform: uppercase; letter-spacing: .4px;\n  font-weight: 600;\n}\n.jc-stat-val { font-size: 12px; font-weight: 600; color: var(--jc-text); }\n\n.jc-btn-download {\n  display: inline-flex; align-items: center; gap: 10px;\n  background: var(--jc-red); color: #fff;\n  font-family: 'Syne', sans-serif;\n  font-weight: 600; font-size: 15px; letter-spacing: .5px;\n  padding: 13px 28px; border-radius: 10px;\n  border: none; cursor: pointer;\n  transition: background .2s, transform .15s, box-shadow .2s;\n  box-shadow: 0 4px 14px rgba(214,43,43,.35);\n}\n.jc-btn-download:hover {\n  background: var(--jc-red-dark);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 22px rgba(214,43,43,.4);\n}\n.jc-btn-download:active { transform: translateY(0); }\n.jc-btn-download svg { width: 18px; height: 18px; fill: #fff; }\n\n.jc-hero-latest {\n  font-size: 11px; font-weight: 600;\n  color: var(--jc-muted); letter-spacing: .3px;\n}\n\n\/* \u2500\u2500 Breadcrumb \u2500\u2500 *\/\n.jc-breadcrumb {\n  margin-top: 18px; padding-top: 14px;\n  border-top: 1px solid var(--jc-border);\n  width: 100%; display: flex;\n  align-items: center; gap: 6px;\n  font-size: 12px; color: var(--jc-muted);\n}\n.jc-breadcrumb a { color: var(--jc-red); font-weight: 500; }\n.jc-breadcrumb a:hover { text-decoration: underline; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 2 \u2014 APK Info (#jc-apk-info)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-apk-info {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-section-header {\n  background: var(--jc-dark);\n  padding: 16px 24px;\n  display: flex; align-items: center; gap: 10px;\n}\n.jc-section-header svg { width: 20px; height: 20px; fill: var(--jc-red); flex-shrink: 0; }\n.jc-section-header h2 {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 16px;\n  color: var(--jc-white); letter-spacing: .3px;\n}\n\n.jc-info-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-info-item {\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--jc-border);\n  transition: background .15s;\n}\n.jc-info-item:hover { background: var(--jc-bg); }\n.jc-info-item:nth-child(odd) { border-right: 1px solid var(--jc-border); }\n\n.jc-info-label {\n  font-size: 10px; font-weight: 600;\n  text-transform: uppercase; letter-spacing: .8px;\n  color: var(--jc-muted); margin-bottom: 4px;\n}\n.jc-info-value { font-size: 14px; font-weight: 500; color: var(--jc-text); }\n.jc-info-value.jc-mono { font-family: 'DM Sans', monospace; font-size: 13px; }\n\n@media (max-width: 560px) {\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 3 \u2014 Versions (#jc-versions)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-versions {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-versions-toolbar {\n  padding: 14px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  display: flex; align-items: center; gap: 12px;\n}\n.jc-search-wrap { position: relative; flex: 1; }\n.jc-search-wrap svg {\n  position: absolute; left: 12px; top: 50%;\n  transform: translateY(-50%);\n  width: 15px; height: 15px; fill: var(--jc-muted);\n}\n#jc-ver-search {\n  width: 100%;\n  padding: 9px 12px 9px 36px;\n  border: 1px solid var(--jc-border);\n  border-radius: 8px;\n  font-family: 'DM Sans', sans-serif;\n  font-size: 13px; color: var(--jc-text);\n  background: var(--jc-bg); outline: none;\n  transition: border-color .15s, box-shadow .15s;\n}\n#jc-ver-search:focus {\n  border-color: var(--jc-red);\n  box-shadow: 0 0 0 3px rgba(214,43,43,.1);\n}\n\n.jc-ver-count {\n  font-size: 12px; color: var(--jc-muted);\n  white-space: nowrap; font-weight: 500;\n}\n\n.jc-versions-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-version-row {\n  display: flex; align-items: center;\n  justify-content: space-between;\n  padding: 14px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  gap: 14px;\n  transition: background .15s;\n}\n.jc-version-row:hover { background: var(--jc-red-light); }\n\n.jc-versions-grid > div:nth-child(odd) .jc-version-row {\n  border-right: 1px solid var(--jc-border);\n}\n\n.jc-ver-num {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 14px;\n  color: var(--jc-text); min-width: 55px;\n  flex-shrink: 0;\n}\n.jc-ver-date {\n  font-size: 12px;\n  color: var(--jc-muted);\n  flex: 1;\n  min-width: 0;\n}\n\n\/* \u2500\u2500\u2500 Download button \u2014 dark box stays, only text forced white \u2500\u2500\u2500 *\/\n#jc-versions a.jc-ver-dl {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #111318 !important;\n  background-color: #111318 !important;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 7px 14px;\n  border-radius: 6px;\n  text-decoration: none !important;\n  transition: background .15s, transform .12s;\n  flex-shrink: 0;\n  line-height: 1;\n  white-space: nowrap;\n}\n#jc-versions a.jc-ver-dl,\n#jc-versions a.jc-ver-dl:link,\n#jc-versions a.jc-ver-dl:visited,\n#jc-versions a.jc-ver-dl:hover,\n#jc-versions a.jc-ver-dl:active,\n#jc-versions a.jc-ver-dl:focus,\n#jc-versions a.jc-ver-dl span {\n  color: #ffffff !important;\n}\n#jc-versions a.jc-ver-dl:hover {\n  background: #D62B2B !important;\n  background-color: #D62B2B !important;\n  transform: translateY(-1px);\n}\n#jc-versions a.jc-ver-dl svg {\n  width: 12px;\n  height: 12px;\n  fill: #ffffff !important;\n  flex-shrink: 0;\n}\n\n.jc-ver-dl-unavailable {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #e5e7eb;\n  color: #9ca3af;\n  font-size: 12px;\n  font-weight: 600;\n  padding: 7px 14px;\n  border-radius: 6px;\n  flex-shrink: 0;\n  cursor: default;\n  line-height: 1;\n  white-space: nowrap;\n}\n.jc-ver-dl-unavailable svg {\n  width: 12px;\n  height: 12px;\n  fill: #9ca3af;\n  flex-shrink: 0;\n}\n\n\/* \u2500\u2500 Series label row \u2500\u2500 *\/\n.jc-series-label {\n  grid-column: 1 \/ -1;\n  padding: 8px 20px;\n  background: var(--jc-bg);\n  border-bottom: 1px solid var(--jc-border);\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 12px;\n  color: var(--jc-muted);\n  letter-spacing: .6px; text-transform: uppercase;\n}\n\n\/* \u2500\u2500 Tablet breakpoint \u2500\u2500 *\/\n@media (max-width: 720px) {\n  .jc-version-row {\n    padding: 12px 14px;\n    gap: 10px;\n  }\n  .jc-ver-num { min-width: 48px; font-size: 13px; }\n  .jc-ver-date { font-size: 11px; }\n  #jc-versions a.jc-ver-dl,\n  .jc-ver-dl-unavailable {\n    padding: 6px 10px;\n    font-size: 11px;\n  }\n}\n\n\/* \u2500\u2500 Mobile breakpoint \u2500\u2500 *\/\n@media (max-width: 640px) {\n  #jc-hero { padding: 22px 20px; gap: 18px; }\n  .jc-hero-actions { align-items: stretch; width: 100%; }\n  .jc-hero-stats { justify-content: center; }\n  .jc-btn-download { justify-content: center; }\n  .jc-hero-latest { text-align: center; }\n\n  .jc-versions-grid { grid-template-columns: 1fr; }\n  .jc-versions-grid > div:nth-child(odd) .jc-version-row { border-right: none; }\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n\n  .jc-version-row {\n    flex-wrap: wrap;\n    padding: 12px 16px;\n    gap: 8px 12px;\n  }\n  .jc-ver-num {\n    min-width: 0;\n    flex: 0 0 auto;\n  }\n  .jc-ver-date {\n    flex: 1 1 auto;\n    text-align: left;\n  }\n  #jc-versions a.jc-ver-dl,\n  .jc-ver-dl-unavailable {\n    flex: 0 0 auto;\n    margin-left: auto;\n  }\n}\n\n\/* \u2500\u2500 Very small screens \u2500\u2500 *\/\n@media (max-width: 380px) {\n  .jc-version-row {\n    flex-direction: row;\n    flex-wrap: wrap;\n    padding: 12px 14px;\n  }\n  .jc-ver-num {\n    flex: 0 0 auto;\n    font-size: 13px;\n  }\n  .jc-ver-date {\n    flex: 1 1 auto;\n    font-size: 11px;\n  }\n  #jc-versions a.jc-ver-dl,\n  .jc-ver-dl-unavailable {\n    flex: 0 0 100%;\n    justify-content: center;\n    margin-left: 0;\n    margin-top: 4px;\n  }\n}\n<\/style>\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 3: Older Versions \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div id=\"jc-versions\">\n    <div class=\"jc-section-header\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M13 3a9 9 0 0 0-9 9H1l3.89 3.89.07.14L9 12H6c0-3.87 3.13-7 7-7s7 3.13 7 7-3.13 7-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.954 8.954 0 0 0 13 21a9 9 0 0 0 0-18zm-1 5v5l4.28 2.54.72-1.21-3.5-2.08V8H12z\"\/><\/svg>\n      <h2>Older Versions of JazzCash Customer<\/h2>\n    <\/div>\n\n    <div class=\"jc-versions-toolbar\">\n      <div class=\"jc-search-wrap\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"\/><\/svg>\n        <input type=\"text\" id=\"jc-ver-search\" placeholder=\"Search version\u2026\" autocomplete=\"off\">\n      <\/div>\n      <span class=\"jc-ver-count\" id=\"jc-ver-count\"><\/span>\n    <\/div>\n\n    <div id=\"jc-ver-container\"><\/div>\n    <p id=\"jc-ver-empty\" style=\"display:none;padding:20px 24px;color:#6b7280;font-size:14px;\">No versions match your search.<\/p>\n  <\/div>\n\n\n<script>\n(function () {\n  'use strict';\n\n  var dlIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n  var naIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n\n  \/*\n    VERSION DATA \u2014 Mega links assigned top-down from provided list.\n    Links 3\/4\/5 in the supplied list are identical; assigned to 9.0.34, 9.0.26, 9.0.19.\n    Versions without a Mega link have link: '' (renders as unavailable).\n  *\/\n  var jcVersions = [\n    \/* \u2500\u2500 9.x Series \u2500\u2500 *\/\n    { ver: '9.0.36', date: 'Oct 4th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/lycn2JgZ#JMEY0DYAwGdMa6zR9mxXvmCPLvH4vXLgdMWfWPlLIp4' },\n    { ver: '9.0.35', date: 'Sep 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/1i0j0YjJ#ymnCU6Q_J7Tj7ogebu46F9GYVV5XehuyZEjLRTBMoHc' },\n    { ver: '9.0.34', date: 'Sep 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/8r9hmDBL#YZVBw0gl8pMP_6FZ7kPZvIIi1d1zJNTtzplgI_n_JWA' },\n    { ver: '9.0.26', date: 'Sep 23rd, 2022', series: '9.x', link: '' },\n    { ver: '9.0.19', date: 'Apr 10th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/cyUTVRaB#KjY1uNLg62hVoG-wkN_L4yTMizF6ADduHsxG8Y9jnTQ' },\n    { ver: '9.0.16', date: 'Apr 9th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.15', date: 'May 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/Ert1BI6I#x9k6ygfOPv50QFKpGqNmULdpSoT_IDLCTNLE2ObCwjI' },\n    { ver: '9.0.14', date: 'May 4th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.12', date: 'Mar 6th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/QzEUTCgC#W3g3lvNxjR7p2SBaIcGRzc3udtlc55N9R6zKvG93Kng' },\n    { ver: '9.0.11', date: 'Jan 28th, 2022', series: '9.x', link: '' },\n    { ver: '9.0.9',  date: 'Jan 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/o2VmTaQb#GdXw4a4kUEkZn8o_7q0LIWeI2rl1Dpv7IDPp9ACTK7o' },\n    { ver: '9.0.7',  date: 'Dec 26th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/8mk3VDiT#W3Y411sfVQFOrT3r1grTd3z4fWyMML7rUh-q7RPX3-k' },\n    { ver: '9.0.6',  date: 'Dec 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/Y61GmQZD#Zq-Ntk6KWnz2XWTxEdjhIZMDqCHjNbnVvvR8dI-FmWc' },\n    { ver: '9.0.3',  date: 'Nov 28th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/U6sGFBID#b7GrXgqh12PUL2I2RJWnwzTvFksDAb846Lg669pIoL8' },\n    { ver: '9.0.1',  date: 'Oct 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/4rt2SRIS#O3ejza0eC39-CjBQtt0Q_i6DB1LTANTo640XkdRR47A' },\n\n    \/* \u2500\u2500 7.x Series \u2500\u2500 *\/\n    { ver: '7.0.2',  date: 'Sep 24th, 2021', series: '7.x', link: '' },\n    { ver: '7.0.1',  date: 'May 8th, 2022',  series: '7.x', link: 'https:\/\/mega.nz\/file\/du1CyBTa#FOv2Mlz0Wy7U4uh19fAgr0RGC4SSDaTtU5oAdUPrz0o' },\n    { ver: '7.0.0',  date: 'May 10th, 2022', series: '7.x', link: '' },\n\n    \/* \u2500\u2500 6.x Series \u2500\u2500 *\/\n    { ver: '6.1.03', date: 'May 11th, 2022', series: '6.x', link: 'https:\/\/mega.nz\/file\/FiVUhLoK#Ov9pNBhpycEHYcLFnkHaQUGx-MFYzGMEqqEL9w4o_fM' },\n    { ver: '6.1.02', date: 'Feb 23rd, 2021', series: '6.x', link: '' },\n    { ver: '6.1.01', date: 'Jan 15th, 2021', series: '6.x', link: '' }\n  ];\n\n  function rowHTML(v) {\n    var btnHTML;\n    if (v.link) {\n      btnHTML = '<a href=\"' + v.link + '\" class=\"jc-ver-dl\" target=\"_blank\" rel=\"noopener\" data-version=\"' + v.ver + '\">' +\n        dlIconSVG + '<span>Download<\/span><\/a>';\n    } else {\n      btnHTML = '<span class=\"jc-ver-dl-unavailable\">' + naIconSVG + '<span>Unavailable<\/span><\/span>';\n    }\n    return '<div class=\"jc-version-row\" data-ver=\"' + v.ver + '\">' +\n      '<span class=\"jc-ver-num\">' + v.ver + '<\/span>' +\n      '<span class=\"jc-ver-date\">' + v.date + '<\/span>' +\n      btnHTML +\n    '<\/div>';\n  }\n\n  function render(list) {\n    var container = document.getElementById('jc-ver-container');\n    var empty = document.getElementById('jc-ver-empty');\n    var counter = document.getElementById('jc-ver-count');\n\n    if (!list.length) {\n      container.innerHTML = '';\n      empty.style.display = 'block';\n      counter.textContent = '0 versions';\n      return;\n    }\n    empty.style.display = 'none';\n    counter.textContent = list.length + ' version' + (list.length !== 1 ? 's' : '');\n\n    \/* Group by series *\/\n    var series = [];\n    var seriesMap = {};\n    for (var i = 0; i < list.length; i++) {\n      var s = list[i].series;\n      if (!seriesMap[s]) {\n        seriesMap[s] = [];\n        series.push(s);\n      }\n      seriesMap[s].push(list[i]);\n    }\n\n    var html = '';\n    for (var si = 0; si < series.length; si++) {\n      var sName = series[si];\n      var items = seriesMap[sName];\n      html += '<div class=\"jc-series-label\">' + sName + ' Series<\/div>';\n      html += '<div class=\"jc-versions-grid\">';\n      var half = Math.ceil(items.length \/ 2);\n      var left = items.slice(0, half);\n      var right = items.slice(half);\n      html += '<div>' + left.map(rowHTML).join('') + '<\/div>';\n      html += '<div>' + right.map(rowHTML).join('') + '<\/div>';\n      html += '<\/div>';\n    }\n\n    container.innerHTML = html;\n  }\n\n  function bindSearch() {\n    var input = document.getElementById('jc-ver-search');\n    if (!input) return;\n    input.addEventListener('input', function () {\n      var q = this.value.trim().toLowerCase();\n      var filtered = q\n        ? jcVersions.filter(function (v) {\n            return v.ver.toLowerCase().indexOf(q) !== -1 || v.date.toLowerCase().indexOf(q) !== -1;\n          })\n        : jcVersions;\n      render(filtered);\n    });\n  }\n\n  function init() {\n    render(jcVersions);\n    bindSearch();\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\">It&#8217;s a Free app and can be run only on Android phones (OS 5.0 and newer). It falls under the category of Finance and is recommended for children age 3 and older, and is trusted by individuals, small business owners, and merchants alike.<\/p>\n\n\n\n<!--\n=======================================================\n  JAZZCASH APK DOWNLOAD SECTIONS (Rebuilt)\n  Three independent components:\n    1. #jc-hero       \u2014 App header (logo, rating, download button)\n    2. #jc-apk-info   \u2014 APK technical details\n    3. #jc-versions   \u2014 Older versions table\n  \n  All classes prefixed with \"jc-\" to avoid conflicts.\n  All JS scoped inside an IIFE.\n  Fonts: Syne + DM Sans via Google Fonts.\n=======================================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Syne:wght@600;800&#038;family=DM+Sans:wght@400;500;600&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ---------- CSS Custom Properties ---------- *\/\n.jc-wrap {\n  --jc-red:        #D62B2B;\n  --jc-red-dark:   #b02020;\n  --jc-red-light:  #fdeaea;\n  --jc-gold:       #f5a623;\n  --jc-dark:       #111318;\n  --jc-mid:        #2a2d35;\n  --jc-border:     #e2e6f0;\n  --jc-bg:         #f7f8fc;\n  --jc-white:      #ffffff;\n  --jc-text:       #1a1d26;\n  --jc-muted:      #6b7280;\n  --jc-radius:     14px;\n  --jc-shadow:     0 4px 24px rgba(0,0,0,.08);\n  --jc-shadow-lg:  0 8px 40px rgba(0,0,0,.13);\n  font-family: 'DM Sans', sans-serif;\n  color: var(--jc-text);\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n\/* ---------- Resets ---------- *\/\n.jc-wrap *, .jc-wrap *::before, .jc-wrap *::after {\n  box-sizing: border-box; margin: 0; padding: 0;\n}\n.jc-wrap a { text-decoration: none; color: inherit; }\n.jc-wrap ul { list-style: none; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 1 \u2014 Hero (#jc-hero)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-hero {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  padding: 28px 32px;\n  display: flex;\n  align-items: center;\n  gap: 24px;\n  flex-wrap: wrap;\n  position: relative;\n  overflow: hidden;\n}\n#jc-hero::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 4px; height: 100%;\n  background: var(--jc-red);\n  border-radius: 4px 0 0 4px;\n}\n\n.jc-hero-logo-placeholder {\n  width: 88px; height: 88px;\n  border-radius: 20px;\n  background: linear-gradient(135deg, #1a1a1a 0%, #3a1010 100%);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n  box-shadow: 0 4px 16px rgba(214,43,43,.25);\n}\n.jc-hero-logo-placeholder span {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 13px;\n  color: var(--jc-red); letter-spacing: .5px;\n  text-align: center; line-height: 1.3;\n}\n\n.jc-hero-info { flex: 1; min-width: 180px; }\n\n.jc-hero-name {\n  font-family: 'Syne', sans-serif;\n  font-weight: 800; font-size: 24px;\n  color: var(--jc-red); line-height: 1.15;\n  margin-bottom: 3px;\n}\n.jc-hero-dev {\n  font-size: 13px; color: var(--jc-muted);\n  font-weight: 500; margin-bottom: 10px;\n}\n\n.jc-hero-rating {\n  display: flex; align-items: center;\n  gap: 8px; margin-bottom: 10px;\n}\n.jc-stars { display: flex; gap: 2px; }\n.jc-star { width: 16px; height: 16px; fill: var(--jc-gold); }\n.jc-star-empty { fill: #ddd; }\n.jc-rating-val { font-weight: 600; font-size: 14px; }\n.jc-rating-count { font-size: 12px; color: var(--jc-muted); }\n\n.jc-trusted-badge {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: #edfaf3; border: 1px solid #b7ead0;\n  color: #1a7a4a; font-size: 12px; font-weight: 600;\n  padding: 4px 10px; border-radius: 20px;\n}\n.jc-trusted-badge svg { width: 14px; height: 14px; fill: #1a7a4a; }\n\n\/* \u2500\u2500 Right actions \u2500\u2500 *\/\n.jc-hero-actions {\n  display: flex; flex-direction: column;\n  align-items: flex-end; gap: 12px; flex-shrink: 0;\n}\n.jc-hero-stats { display: flex; gap: 18px; }\n.jc-stat {\n  display: flex; flex-direction: column;\n  align-items: center; gap: 3px;\n}\n.jc-stat svg { width: 20px; height: 20px; fill: var(--jc-red); }\n.jc-stat-label {\n  font-size: 10px; color: var(--jc-muted);\n  text-transform: uppercase; letter-spacing: .4px;\n  font-weight: 600;\n}\n.jc-stat-val { font-size: 12px; font-weight: 600; color: var(--jc-text); }\n\n.jc-btn-download {\n  display: inline-flex; align-items: center; gap: 10px;\n  background: var(--jc-red); color: #fff;\n  font-family: 'Syne', sans-serif;\n  font-weight: 600; font-size: 15px; letter-spacing: .5px;\n  padding: 13px 28px; border-radius: 10px;\n  border: none; cursor: pointer;\n  transition: background .2s, transform .15s, box-shadow .2s;\n  box-shadow: 0 4px 14px rgba(214,43,43,.35);\n}\n.jc-btn-download:hover {\n  background: var(--jc-red-dark);\n  transform: translateY(-2px);\n  box-shadow: 0 8px 22px rgba(214,43,43,.4);\n}\n.jc-btn-download:active { transform: translateY(0); }\n.jc-btn-download svg { width: 18px; height: 18px; fill: #fff; }\n\n.jc-hero-latest {\n  font-size: 11px; font-weight: 600;\n  color: var(--jc-muted); letter-spacing: .3px;\n}\n\n\/* \u2500\u2500 Breadcrumb \u2500\u2500 *\/\n.jc-breadcrumb {\n  margin-top: 18px; padding-top: 14px;\n  border-top: 1px solid var(--jc-border);\n  width: 100%; display: flex;\n  align-items: center; gap: 6px;\n  font-size: 12px; color: var(--jc-muted);\n}\n.jc-breadcrumb a { color: var(--jc-red); font-weight: 500; }\n.jc-breadcrumb a:hover { text-decoration: underline; }\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 2 \u2014 APK Info (#jc-apk-info)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-apk-info {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-section-header {\n  background: var(--jc-dark);\n  padding: 16px 24px;\n  display: flex; align-items: center; gap: 10px;\n}\n.jc-section-header svg { width: 20px; height: 20px; fill: var(--jc-red); flex-shrink: 0; }\n.jc-section-header h2 {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 16px;\n  color: var(--jc-white); letter-spacing: .3px;\n}\n\n.jc-info-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-info-item {\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--jc-border);\n  transition: background .15s;\n}\n.jc-info-item:hover { background: var(--jc-bg); }\n.jc-info-item:nth-child(odd) { border-right: 1px solid var(--jc-border); }\n\n.jc-info-label {\n  font-size: 10px; font-weight: 600;\n  text-transform: uppercase; letter-spacing: .8px;\n  color: var(--jc-muted); margin-bottom: 4px;\n}\n.jc-info-value { font-size: 14px; font-weight: 500; color: var(--jc-text); }\n.jc-info-value.jc-mono { font-family: 'DM Sans', monospace; font-size: 13px; }\n\n@media (max-width: 560px) {\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n}\n\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n   SECTION 3 \u2014 Versions (#jc-versions)\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n#jc-versions {\n  background: var(--jc-white);\n  border: 1px solid var(--jc-border);\n  border-radius: var(--jc-radius);\n  box-shadow: var(--jc-shadow);\n  overflow: hidden;\n  margin-top: 20px;\n}\n\n.jc-versions-toolbar {\n  padding: 14px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  display: flex; align-items: center; gap: 12px;\n}\n.jc-search-wrap { position: relative; flex: 1; }\n.jc-search-wrap svg {\n  position: absolute; left: 12px; top: 50%;\n  transform: translateY(-50%);\n  width: 15px; height: 15px; fill: var(--jc-muted);\n}\n#jc-ver-search {\n  width: 100%;\n  padding: 9px 12px 9px 36px;\n  border: 1px solid var(--jc-border);\n  border-radius: 8px;\n  font-family: 'DM Sans', sans-serif;\n  font-size: 13px; color: var(--jc-text);\n  background: var(--jc-bg); outline: none;\n  transition: border-color .15s, box-shadow .15s;\n}\n#jc-ver-search:focus {\n  border-color: var(--jc-red);\n  box-shadow: 0 0 0 3px rgba(214,43,43,.1);\n}\n\n.jc-ver-count {\n  font-size: 12px; color: var(--jc-muted);\n  white-space: nowrap; font-weight: 500;\n}\n\n.jc-versions-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n}\n.jc-version-row {\n  display: flex; align-items: center;\n  justify-content: space-between;\n  padding: 12px 20px;\n  border-bottom: 1px solid var(--jc-border);\n  gap: 10px;\n  transition: background .15s;\n}\n.jc-version-row:hover { background: var(--jc-red-light); }\n\n.jc-versions-grid > div:nth-child(odd) .jc-version-row {\n  border-right: 1px solid var(--jc-border);\n}\n\n.jc-ver-num {\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 14px;\n  color: var(--jc-text); min-width: 55px;\n}\n.jc-ver-date { font-size: 12px; color: var(--jc-muted); flex: 1; }\n\n.jc-ver-dl {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: var(--jc-dark); color: var(--jc-white);\n  font-size: 12px; font-weight: 600;\n  padding: 6px 14px; border-radius: 6px;\n  transition: background .15s, transform .12s;\n  flex-shrink: 0;\n}\n.jc-ver-dl:hover {\n  background: var(--jc-red);\n  transform: translateY(-1px);\n}\n.jc-ver-dl svg { width: 12px; height: 12px; fill: #fff; }\n\n.jc-ver-dl-unavailable {\n  display: inline-flex; align-items: center; gap: 5px;\n  background: #e5e7eb; color: #9ca3af;\n  font-size: 12px; font-weight: 600;\n  padding: 6px 14px; border-radius: 6px;\n  flex-shrink: 0; cursor: default;\n}\n.jc-ver-dl-unavailable svg { width: 12px; height: 12px; fill: #9ca3af; }\n\n\/* \u2500\u2500 Series label row \u2500\u2500 *\/\n.jc-series-label {\n  grid-column: 1 \/ -1;\n  padding: 8px 20px;\n  background: var(--jc-bg);\n  border-bottom: 1px solid var(--jc-border);\n  font-family: 'Syne', sans-serif;\n  font-weight: 700; font-size: 12px;\n  color: var(--jc-muted);\n  letter-spacing: .6px; text-transform: uppercase;\n}\n\n@media (max-width: 640px) {\n  #jc-hero { padding: 22px 20px; gap: 18px; }\n  .jc-hero-actions { align-items: stretch; width: 100%; }\n  .jc-hero-stats { justify-content: center; }\n  .jc-btn-download { justify-content: center; }\n  .jc-hero-latest { text-align: center; }\n  .jc-versions-grid { grid-template-columns: 1fr; }\n  .jc-versions-grid > div:nth-child(odd) .jc-version-row { border-right: none; }\n  .jc-info-grid { grid-template-columns: 1fr; }\n  .jc-info-item:nth-child(odd) { border-right: none; }\n}\n<\/style>\n\n\n\n  <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550 SECTION 2: APK Info \u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n  <div id=\"jc-apk-info\">\n    <div class=\"jc-section-header\">\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 4l5 2.18V11c0 3.5-2.33 6.79-5 7.93-2.67-1.14-5-4.43-5-7.93V7.18L12 5z\"\/><\/svg>\n      <h2>JazzCash Customer \u2014 APK Information<\/h2>\n    <\/div>\n\n    <div class=\"jc-info-grid\">\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">APK Version<\/div>\n        <div class=\"jc-info-value\">9.0.36<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Language<\/div>\n        <div class=\"jc-info-value\">English &amp; 47 more<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Package Name<\/div>\n        <div class=\"jc-info-value jc-mono\">com.techlogix.mobilinkcustomer<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Developer<\/div>\n        <div class=\"jc-info-value\">Mobilink Pakistan<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">License<\/div>\n        <div class=\"jc-info-value\">Free<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Downloads<\/div>\n        <div class=\"jc-info-value\">719<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Op. System<\/div>\n        <div class=\"jc-info-value\">Android<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Date<\/div>\n        <div class=\"jc-info-value\">Oct 4th, 2022<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Category<\/div>\n        <div class=\"jc-info-value\">Finance<\/div>\n      <\/div>\n      <div class=\"jc-info-item\">\n        <div class=\"jc-info-label\">Content Rating<\/div>\n        <div class=\"jc-info-value\">+3<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n<script>\n(function () {\n  'use strict';\n\n  var dlIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n  var naIconSVG = '<svg viewBox=\"0 0 24 24\"><path d=\"M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5z\"\/><\/svg>';\n\n  \/*\n    VERSION DATA \u2014 Mega links assigned top-down from provided list.\n    Links 3\/4\/5 in the supplied list are identical; assigned to 9.0.34, 9.0.26, 9.0.19.\n    Versions without a Mega link have link: '' (renders as unavailable).\n  *\/\n  var jcVersions = [\n    \/* \u2500\u2500 9.x Series \u2500\u2500 *\/\n    { ver: '9.0.36', date: 'Oct 4th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/lycn2JgZ#JMEY0DYAwGdMa6zR9mxXvmCPLvH4vXLgdMWfWPlLIp4' },\n    { ver: '9.0.35', date: 'Sep 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/1i0j0YjJ#ymnCU6Q_J7Tj7ogebu46F9GYVV5XehuyZEjLRTBMoHc' },\n    { ver: '9.0.34', date: 'Sep 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/8r9hmDBL#YZVBw0gl8pMP_6FZ7kPZvIIi1d1zJNTtzplgI_n_JWA' },\n    { ver: '9.0.26', date: 'Sep 23rd, 2022', series: '9.x', link: '' },\n    { ver: '9.0.19', date: 'Apr 10th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/cyUTVRaB#KjY1uNLg62hVoG-wkN_L4yTMizF6ADduHsxG8Y9jnTQ' },\n    { ver: '9.0.16', date: 'Apr 9th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.15', date: 'May 3rd, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/Ert1BI6I#x9k6ygfOPv50QFKpGqNmULdpSoT_IDLCTNLE2ObCwjI' },\n    { ver: '9.0.14', date: 'May 4th, 2022',  series: '9.x', link: '' },\n    { ver: '9.0.12', date: 'Mar 6th, 2022',  series: '9.x', link: 'https:\/\/mega.nz\/file\/QzEUTCgC#W3g3lvNxjR7p2SBaIcGRzc3udtlc55N9R6zKvG93Kng' },\n    { ver: '9.0.11', date: 'Jan 28th, 2022', series: '9.x', link: '' },\n    { ver: '9.0.9',  date: 'Jan 17th, 2022', series: '9.x', link: 'https:\/\/mega.nz\/file\/o2VmTaQb#GdXw4a4kUEkZn8o_7q0LIWeI2rl1Dpv7IDPp9ACTK7o' },\n    { ver: '9.0.7',  date: 'Dec 26th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/8mk3VDiT#W3Y411sfVQFOrT3r1grTd3z4fWyMML7rUh-q7RPX3-k' },\n    { ver: '9.0.6',  date: 'Dec 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/Y61GmQZD#Zq-Ntk6KWnz2XWTxEdjhIZMDqCHjNbnVvvR8dI-FmWc' },\n    { ver: '9.0.3',  date: 'Nov 28th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/U6sGFBID#b7GrXgqh12PUL2I2RJWnwzTvFksDAb846Lg669pIoL8' },\n    { ver: '9.0.1',  date: 'Oct 12th, 2021', series: '9.x', link: 'https:\/\/mega.nz\/file\/4rt2SRIS#O3ejza0eC39-CjBQtt0Q_i6DB1LTANTo640XkdRR47A' },\n\n    \/* \u2500\u2500 7.x Series \u2500\u2500 *\/\n    { ver: '7.0.2',  date: 'Sep 24th, 2021', series: '7.x', link: '' },\n    { ver: '7.0.1',  date: 'May 8th, 2022',  series: '7.x', link: 'https:\/\/mega.nz\/file\/du1CyBTa#FOv2Mlz0Wy7U4uh19fAgr0RGC4SSDaTtU5oAdUPrz0o' },\n    { ver: '7.0.0',  date: 'May 10th, 2022', series: '7.x', link: '' },\n\n    \/* \u2500\u2500 6.x Series \u2500\u2500 *\/\n    { ver: '6.1.03', date: 'May 11th, 2022', series: '6.x', link: 'https:\/\/mega.nz\/file\/FiVUhLoK#Ov9pNBhpycEHYcLFnkHaQUGx-MFYzGMEqqEL9w4o_fM' },\n    { ver: '6.1.02', date: 'Feb 23rd, 2021', series: '6.x', link: '' },\n    { ver: '6.1.01', date: 'Jan 15th, 2021', series: '6.x', link: '' }\n  ];\n\n  function rowHTML(v) {\n    var btnHTML;\n    if (v.link) {\n      btnHTML = '<a href=\"' + v.link + '\" class=\"jc-ver-dl\" target=\"_blank\" rel=\"noopener\" data-version=\"' + v.ver + '\">' +\n        dlIconSVG + 'Download<\/a>';\n    } else {\n      btnHTML = '<span class=\"jc-ver-dl-unavailable\">' + naIconSVG + 'Unavailable<\/span>';\n    }\n    return '<div class=\"jc-version-row\" data-ver=\"' + v.ver + '\">' +\n      '<span class=\"jc-ver-num\">' + v.ver + '<\/span>' +\n      '<span class=\"jc-ver-date\">' + v.date + '<\/span>' +\n      btnHTML +\n    '<\/div>';\n  }\n\n  function render(list) {\n    var container = document.getElementById('jc-ver-container');\n    var empty = document.getElementById('jc-ver-empty');\n    var counter = document.getElementById('jc-ver-count');\n\n    if (!list.length) {\n      container.innerHTML = '';\n      empty.style.display = 'block';\n      counter.textContent = '0 versions';\n      return;\n    }\n    empty.style.display = 'none';\n    counter.textContent = list.length + ' version' + (list.length !== 1 ? 's' : '');\n\n    \/* Group by series *\/\n    var series = [];\n    var seriesMap = {};\n    for (var i = 0; i < list.length; i++) {\n      var s = list[i].series;\n      if (!seriesMap[s]) {\n        seriesMap[s] = [];\n        series.push(s);\n      }\n      seriesMap[s].push(list[i]);\n    }\n\n    var html = '';\n    for (var si = 0; si < series.length; si++) {\n      var sName = series[si];\n      var items = seriesMap[sName];\n      html += '<div class=\"jc-series-label\">' + sName + ' Series<\/div>';\n      html += '<div class=\"jc-versions-grid\">';\n      var half = Math.ceil(items.length \/ 2);\n      var left = items.slice(0, half);\n      var right = items.slice(half);\n      html += '<div>' + left.map(rowHTML).join('') + '<\/div>';\n      html += '<div>' + right.map(rowHTML).join('') + '<\/div>';\n      html += '<\/div>';\n    }\n\n    container.innerHTML = html;\n  }\n\n  function bindSearch() {\n    var input = document.getElementById('jc-ver-search');\n    if (!input) return;\n    input.addEventListener('input', function () {\n      var q = this.value.trim().toLowerCase();\n      var filtered = q\n        ? jcVersions.filter(function (v) {\n            return v.ver.toLowerCase().indexOf(q) !== -1 || v.date.toLowerCase().indexOf(q) !== -1;\n          })\n        : jcVersions;\n      render(filtered);\n    });\n  }\n\n  function init() {\n    render(jcVersions);\n    bindSearch();\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Features<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mobile Wallet:<\/strong> Securely store, manage and access your funds anytime. Your account on JazzCash functions as a virtual bank account and you will have complete control on your account without visiting the branch.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Money Transfers:<\/strong> Instantly transfer money to any JazzCash user, Jazz subscriber, and bank account in Pakistan. The transfers are processed in real-time and each transaction is carried out with end-to-end encryption, which guarantees that each transaction is private and secure.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Bill Payments:<\/strong> Pay Electricity, Gas, Water, Internet and Telephone Bill Directly from the App. All major utility companies of Pakistan are supported by JazzCash, so people don&#8217;t have to wait in queues or visit the payment centers.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Mobile Top-Up:<\/strong> Top-up any Jazz, Warid or other network mobile number in seconds. Prepaid top-ups can be programmed or given to contacts within the app.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>JazzCash Debit Card Integration:<\/strong> Connect your offline JazzCash Master card Debit card with the app to make in-store as well as online shopping effortless. Monitor card transactions and manage your spending all from one place.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>IBFT \u2014 Interbank Fund Transfer:<\/strong> Move money directly to and from any registered bank account in Pakistan via the Interbank Fund Transfer system. JazzCash is available to all major banks like HBL, UBL, Meezan and many more.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>QR Code Payments:<\/strong> Scan and pay anywhere in Pakistan via QR code, at thousands of merchant outlets. Sneak quick, sanitary and convenient at all the checkouts.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Loan &amp; Insurance Services:<\/strong> Get access to Micro-loan and insurance services designed specially for low-to-middle income people, where they get financial protection without the hassle of conventional banking products.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Transaction History &amp; Statements:<\/strong> Check a detailed list of all transactions in the wallet, download mini-statements and track all the rupees that came in and out of it.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>24\/7 Secure Access:<\/strong> Your JazzCash account is secured with layers of security like PIN authentication, biometric login and real-time fraud monitoring.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>JazzCash JazzCash Customer Mobilink Pakistan 4.3 (456 Reviews) TRUSTED APP 503.4k Size 503.4k Installs 5.0+ Android DOWNLOAD v9.0.36 \u2726 This is the latest version Homepage\u203a Apps\u203a Finance\u203a JazzCash Customer Pakistan&#8217;s Leading Mobile Financial Services Platform JazzCash Customer is a fully fledged mobile wallet and digital banking app built by Mobilink Pakistan to deliver secure, quick and convenient financial services to millions of citizens of Pakistan. From sending money to your loved ones to paying utility bills to keeping your everyday money matters, JazzCash empowers you to have a full-service bank in your pocket. Under the trusted roof of Jazz, Pakistan&#8217;s<\/p>\n","protected":false},"author":1,"featured_media":16589,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[1717,1715,1719,1710,1714,1711,1713,1718,1716,1712,1720],"class_list":["post-16547","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apk","tag-download-jazzcash","tag-jazzcash-9-0-36-apk","tag-jazzcash-android","tag-jazzcash-apk","tag-jazzcash-apk-2022","tag-jazzcash-apk-download","tag-jazzcash-app-download","tag-jazzcash-customer-apk","tag-jazzcash-mobile-wallet","tag-jazzcash-old-version","tag-jazzcash-pakistan"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mobilink Jazzcash APK + Older\/All Versions - AndroidAPK<\/title>\n<meta name=\"description\" content=\"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mobilink Jazzcash APK + Older\/All Versions - AndroidAPK\" \/>\n<meta property=\"og:description\" content=\"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/\" \/>\n<meta property=\"og:site_name\" content=\"AndroidAPK\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-18T07:02:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T14:55:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1906\" \/>\n\t<meta property=\"og:image:height\" content=\"862\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"apk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"apk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/\"},\"author\":{\"name\":\"apk\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/#\\\/schema\\\/person\\\/81dcbaf6478bacba1cb935a3da6d0843\"},\"headline\":\"Mobilink Jazzcash APK + Older\\\/All Versions\",\"datePublished\":\"2026-05-18T07:02:28+00:00\",\"dateModified\":\"2026-05-19T14:55:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/\"},\"wordCount\":538,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/jazzcash-apk-download.webp\",\"keywords\":[\"download jazzcash\",\"jazzcash 9.0.36 apk\",\"jazzcash android\",\"jazzcash apk\",\"jazzcash apk 2022\",\"jazzcash apk download\",\"jazzcash app download\",\"jazzcash customer apk\",\"jazzcash mobile wallet\",\"jazzcash old version\",\"jazzcash pakistan\"],\"articleSection\":[\"APK\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/\",\"url\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/\",\"name\":\"Mobilink Jazzcash APK + Older\\\/All Versions - AndroidAPK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/jazzcash-apk-download.webp\",\"datePublished\":\"2026-05-18T07:02:28+00:00\",\"dateModified\":\"2026-05-19T14:55:11+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/#\\\/schema\\\/person\\\/81dcbaf6478bacba1cb935a3da6d0843\"},\"description\":\"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#primaryimage\",\"url\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/jazzcash-apk-download.webp\",\"contentUrl\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/jazzcash-apk-download.webp\",\"width\":1906,\"height\":862,\"caption\":\"Jazzcash APk Download old versions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/jazzcash-customer-all-versions\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mobilink Jazzcash APK + Older\\\/All Versions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/\",\"name\":\"AndroidAPK\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/theandroidapk.com\\\/blog\\\/#\\\/schema\\\/person\\\/81dcbaf6478bacba1cb935a3da6d0843\",\"name\":\"apk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g\",\"caption\":\"apk\"},\"sameAs\":[\"https:\\\/\\\/theandroidapk.com\\\/blog\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mobilink Jazzcash APK + Older\/All Versions - AndroidAPK","description":"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.","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:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/","og_locale":"en_US","og_type":"article","og_title":"Mobilink Jazzcash APK + Older\/All Versions - AndroidAPK","og_description":"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.","og_url":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/","og_site_name":"AndroidAPK","article_published_time":"2026-05-18T07:02:28+00:00","article_modified_time":"2026-05-19T14:55:11+00:00","og_image":[{"width":1906,"height":862,"url":"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp","type":"image\/webp"}],"author":"apk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"apk","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#article","isPartOf":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/"},"author":{"name":"apk","@id":"https:\/\/theandroidapk.com\/blog\/#\/schema\/person\/81dcbaf6478bacba1cb935a3da6d0843"},"headline":"Mobilink Jazzcash APK + Older\/All Versions","datePublished":"2026-05-18T07:02:28+00:00","dateModified":"2026-05-19T14:55:11+00:00","mainEntityOfPage":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/"},"wordCount":538,"commentCount":0,"image":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#primaryimage"},"thumbnailUrl":"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp","keywords":["download jazzcash","jazzcash 9.0.36 apk","jazzcash android","jazzcash apk","jazzcash apk 2022","jazzcash apk download","jazzcash app download","jazzcash customer apk","jazzcash mobile wallet","jazzcash old version","jazzcash pakistan"],"articleSection":["APK"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/","url":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/","name":"Mobilink Jazzcash APK + Older\/All Versions - AndroidAPK","isPartOf":{"@id":"https:\/\/theandroidapk.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#primaryimage"},"image":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#primaryimage"},"thumbnailUrl":"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp","datePublished":"2026-05-18T07:02:28+00:00","dateModified":"2026-05-19T14:55:11+00:00","author":{"@id":"https:\/\/theandroidapk.com\/blog\/#\/schema\/person\/81dcbaf6478bacba1cb935a3da6d0843"},"description":"JazzCash Customer APK v9.0.36 \u2014 Browse and get your desired older APK versions for Jazzcash Android App, fast and safe download.","breadcrumb":{"@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#primaryimage","url":"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp","contentUrl":"https:\/\/theandroidapk.com\/blog\/wp-content\/uploads\/2026\/05\/jazzcash-apk-download.webp","width":1906,"height":862,"caption":"Jazzcash APk Download old versions"},{"@type":"BreadcrumbList","@id":"https:\/\/theandroidapk.com\/blog\/jazzcash-customer-all-versions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theandroidapk.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Mobilink Jazzcash APK + Older\/All Versions"}]},{"@type":"WebSite","@id":"https:\/\/theandroidapk.com\/blog\/#website","url":"https:\/\/theandroidapk.com\/blog\/","name":"AndroidAPK","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theandroidapk.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/theandroidapk.com\/blog\/#\/schema\/person\/81dcbaf6478bacba1cb935a3da6d0843","name":"apk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ea31568616c35f3ad23e4545161cbbfb7369210ba75918353c9b851c2bdf0a2e?s=96&d=mm&r=g","caption":"apk"},"sameAs":["https:\/\/theandroidapk.com\/blog"]}]}},"_links":{"self":[{"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/posts\/16547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/comments?post=16547"}],"version-history":[{"count":10,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/posts\/16547\/revisions"}],"predecessor-version":[{"id":16593,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/posts\/16547\/revisions\/16593"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/media\/16589"}],"wp:attachment":[{"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/media?parent=16547"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/categories?post=16547"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theandroidapk.com\/blog\/wp-json\/wp\/v2\/tags?post=16547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}