{"id":1276,"date":"2024-02-13T06:04:52","date_gmt":"2024-02-13T06:04:52","guid":{"rendered":"https:\/\/morenetcash.com\/?p=1276"},"modified":"2024-02-14T18:55:00","modified_gmt":"2024-02-14T18:55:00","slug":"apply-fortiva-credit-card","status":"publish","type":"post","link":"https:\/\/morenetcash.com\/ms\/apply-fortiva-credit-card\/","title":{"rendered":"Mohon Kad Kredit Fortiva\u00ae: Temui jika anda layak!"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Akses Kad Kredit Fortiva\u00ae tanpa meninggalkan rumah: prosesnya pantas dan mudah!<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" loading=\"lazy\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7-1024x576.png\" alt=\"Fortiva\u00ae Credit Card\" class=\"w-full object-cover object-center border mx-auto wp-image-1434\" srcset=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7-1024x576.png 1024w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7-300x169.png 300w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7-768x432.png 768w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7-18x10.png 18w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-2-7.png 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Mohon Kad Kredit Fortiva\u00ae: Temui jika anda layak! Sumber: Fortiva<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jika anda ingin memohon Kad Kredit Fortiva\u00ae, anda boleh mengakses laman web bank. Jadi, tiada kesukaran; hanya isi borang yang tersedia, dan dalam beberapa saat, dapatkan jawapan!<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z1ezIt9\"><section class=\"credit-card mx-5 sm:mx-0 text-gray-600 body-font  my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n  <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n    <div class=\"w-24 h-full\"><\/div>\n  <\/div>\n  <div class=\"container px-5 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/www.myfortiva.com\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img decoding=\"async\" class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Kad Kredit        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          Fortiva\u00ae        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Cepat            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Mudah            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Bina atau bina semula skor kredit anda \u2013 permohonan mudah!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.myfortiva.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              Mohon Sekarang            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/www.myfortiva.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              Mohon Sekarang            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Anda akan dialihkan ke laman web lain        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n    <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/www.myfortiva.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Bina atau bina semula skor kredit anda \u2013 aplikasi mudah\u2026              <\/p>\n              <a href=\"https:\/\/www.myfortiva.com\/\" rel=\"sponsored\" data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Mohon Sekarang                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Anda akan dialihkan ke laman web lain              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Walau bagaimanapun, kadangkala boleh mengelirukan untuk menangani begitu banyak maklumat. Jadi, kami telah menyediakan pelan tindakan untuk membimbing anda! Semak butiran yang diperlukan dan mohon dengan mudah!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Apa yang membuatkan Kad Kredit Fortiva\u00ae menonjol<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sebelum anda memohon Kad Kredit Fortiva\u00ae, anda mesti tahu bahawa kad ini direka untuk mereka yang ingin membina semula atau mewujudkan kredit. Dengan cara ini, anda boleh memanfaatkan laporan bulanan yang dihantar kepada biro kredit!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Selain itu, dengan faedah Mastercard yang menjamin sifar liabiliti sekiranya berlaku penipuan pada Kad Kredit Fortiva\u00ae anda! Dengan cara ini, anda kekal dilindungi!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Pilihan Permohonan untuk Kad Kredit Fortiva\u00ae<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tanpa berlengah lagi, mari temui cara anda boleh memohon Kad Kredit Fortiva\u00ae!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Cara memohon secara online<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Untuk memohon Kad Kredit Fortiva\u00ae, anda mesti mengakses laman web bank. Kemudian, anda mempunyai dua pilihan: anda boleh mengklik pada &quot;balas tawaran mel&quot; jika anda telah menerimanya baru-baru ini.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dalam kes ini, hanya masukkan kod yang dihantar kepada anda dan kemudian klik butang &quot;serahkan kod&quot; ungu. Walau bagaimanapun, pilihan lain adalah untuk memulakan proses anda! Klik pada butang &quot;lihat jika anda melayakkan diri&quot;.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ambil peluang ini untuk membaca semua maklumat yang diperlukan tentang Kad Kredit Fortiva\u00ae, seperti terma, yuran dan syarat; beberapa butiran mungkin telah berubah sejak penerbitan teks ini.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Anda kemudiannya akan dialihkan ke borang pra-kelayakan rasmi. Ini adalah peluang untuk anda mengetahui sama ada anda boleh mengakses kad tanpa merosakkan skor kredit anda!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">Isikan maklumat<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-1024x576.png\" alt=\"apply for Fortiva\u00ae Credit Card\" class=\"w-full object-cover object-center border mx-auto wp-image-1433\" width=\"788\" height=\"443\" srcset=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-1024x576.png 1024w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-300x169.png 300w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-768x432.png 768w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-18x10.png 18w, https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card.png 1200w\" sizes=\"(max-width: 788px) 100vw, 788px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Akses Kad Kredit Fortiva\u00ae tanpa meninggalkan rumah: prosesnya pantas dan mudah! Sumber: Fortiva<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Nama pertama dan akhir;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Nombor Keselamatan Sosial;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Tarikh Lahir;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Nombor rumah dan telefon bimbit;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Alamat E-mel;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Alamat rumah;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Butiran tentang kediaman anda;<\/li>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<li>Maklumat pekerjaan.<\/li>\n<\/div><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Selepas itu, anda boleh memilih kotak jika anda bersetuju dengan syarat dan kemudian klik butang &quot;lihat tawaran&quot;.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Jika anda telah pra-kelulusan untuk Kad Kredit Fortiva\u00ae, anda boleh membuat permintaan kad rasmi. Kemudian, dalam beberapa hari, anda akan menerima Kad Kredit Fortiva\u00ae di rumah anda!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Cara memohon melalui aplikasi mudah alih<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Walaupun kami tidak mempunyai maklumat yang mencukupi tentang cara memohon Kad Kredit Fortiva\u00ae melalui aplikasi mudah alih, ini adalah cara terbaik untuk mengurus akaun anda.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Walaupun penilaian purata pada gedung apl: 1.7 bintang di App Store dan 3.4 bintang di Google Play, apl ini mempunyai lebih 100 ribu muat turun dan tersedia untuk iOS dan Android.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ini adalah cara mudah untuk mengurus akaun anda, menjalankan transaksi dan mengawal Kad Kredit Fortiva\u00ae dan perbelanjaan anda di telapak tangan anda!<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">Adakah anda ingin mengetahui tentang pilihan lain? Inilah Kad Wells Fargo Reflect\u00ae<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lihat betapa mudahnya untuk memohon Kad Kredit Fortiva\u00ae? Jadi, anda boleh membuat pra-kelayakan secepat mungkin dan menunggu maklum balas pihak bank!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tetapi, sebagai tambahan, jika anda rasa ini bukan kad yang sesuai untuk anda, bagaimana pula dengan meneroka kemungkinan lain? Jadi, kami mempersembahkan kepada anda Kad Wells Fargo Reflect\u00ae! Tanpa yuran tahunan, anda boleh menikmati 21 bulan APR 0%.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tambahan pula, Kad Wells Fargo Reflect\u00ae mempunyai kedai rasmi yang penuh dengan tawaran dan ganjaran eksklusif! Jadi, jika anda ingin memanfaatkan tawaran unik, temui cara kad ini berfungsi dalam kehidupan seharian!<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lihat ulasan Kad Wells Fargo Reflect\u00ae kami untuk maklumat lanjut dan buat keputusan termaklum dan sedar!<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-ZrEVeq\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/morenetcash.com\/ms\/wells-fargo-reflect-card-review\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Semakan Kad Wells Fargo Reflect\u00ae\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/12\/11.png\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/morenetcash.com\/ms\/wells-fargo-reflect-card-review\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Semakan Kad Wells Fargo Reflect\u00ae\">\n            Semakan Kad Wells Fargo Reflect\u00ae        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Temui faedah Wells Fargo Reflect: 0% awal APR, ketelusan dan kadar kompetitif. Teruskan membaca untuk mengetahui cara memohon.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/morenetcash.com\/ms\/wells-fargo-reflect-card-review\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Teruskan Membaca            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/morenetcash.com\/ms\/wells-fargo-reflect-card-review\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/12\/11.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Semakan Kad Wells Fargo Reflect\u00ae              <\/p>\n              <a href=\"https:\/\/morenetcash.com\/ms\/wells-fargo-reflect-card-review\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Teruskan Membaca                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Anda akan kekal dalam laman web yang sama              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Kad Kredit Fortiva\u00ae ialah proses maya! Dengan kata lain, tidak perlu risau tentang birokrasi yang berlebihan. Selain itu, kad itu disertakan dengan borang yang komprehensif untuk anda mengetahui sama ada anda boleh menyertai tanpa menjejaskan skor kredit anda! Ketahui lebih lanjut!<\/p>","protected":false},"author":3,"featured_media":1432,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[156],"tags":[207,275,148,201,276,273,274],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/morenetcash.com\/ms\/apply-fortiva-credit-card\/\" \/>\n<meta property=\"og:locale\" content=\"ms_MY\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash\" \/>\n<meta property=\"og:description\" content=\"The Fortiva\u00ae Credit Card is a virtual process! In other words, no need to worry about excessive bureaucracy. Additionally, the card comes with a comprehensive form for you to find out if you can join without affecting your credit score! Find out more!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/morenetcash.com\/ms\/apply-fortiva-credit-card\/\" \/>\n<meta property=\"og:site_name\" content=\"More Net Cash\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-13T06:04:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T18:55:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pedro Saynovich\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/morenetcash.com\/#organization\",\"name\":\"More Net Cash\",\"url\":\"https:\/\/morenetcash.com\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\/\/morenetcash.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/07\/More-Net-Cash-logo-copy.jpg\",\"contentUrl\":\"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/07\/More-Net-Cash-logo-copy.jpg\",\"width\":378,\"height\":164,\"caption\":\"More Net Cash\"},\"image\":{\"@id\":\"https:\/\/morenetcash.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/morenetcash.com\/#website\",\"url\":\"https:\/\/morenetcash.com\/\",\"name\":\"More Net Cash\",\"description\":\"Financial Products Reviews\",\"publisher\":{\"@id\":\"https:\/\/morenetcash.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/morenetcash.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ms-MY\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage\",\"url\":\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\",\"contentUrl\":\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\",\"width\":1200,\"height\":675,\"caption\":\"Source: Fortiva\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage\",\"url\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/\",\"name\":\"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash\",\"isPartOf\":{\"@id\":\"https:\/\/morenetcash.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage\"},\"datePublished\":\"2024-02-13T06:04:52+00:00\",\"dateModified\":\"2024-02-14T18:55:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#breadcrumb\"},\"inLanguage\":\"ms-MY\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/morenetcash.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify!\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage\"},\"author\":{\"@id\":\"https:\/\/morenetcash.com\/#\/schema\/person\/dcb11495e1891630b6308eb106d78167\"},\"headline\":\"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify!\",\"datePublished\":\"2024-02-13T06:04:52+00:00\",\"dateModified\":\"2024-02-14T18:55:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage\"},\"wordCount\":640,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/morenetcash.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png\",\"keywords\":[\"apply credit card\",\"apply Fortiva\u00ae Credit Card\",\"credit card\",\"credit card review\",\"Fortiva\",\"Fortiva\u00ae Credit Card\",\"Fortiva\u00ae Credit Card review\"],\"articleSection\":[\"Credit Card\"],\"inLanguage\":\"ms-MY\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/morenetcash.com\/#\/schema\/person\/dcb11495e1891630b6308eb106d78167\",\"name\":\"Pedro Saynovich\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\/\/morenetcash.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g\",\"caption\":\"Pedro Saynovich\"},\"url\":\"https:\/\/morenetcash.com\/ms\/author\/pedrosaynovich\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash","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:\/\/morenetcash.com\/ms\/apply-fortiva-credit-card\/","og_locale":"ms_MY","og_type":"article","og_title":"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash","og_description":"The Fortiva\u00ae Credit Card is a virtual process! In other words, no need to worry about excessive bureaucracy. Additionally, the card comes with a comprehensive form for you to find out if you can join without affecting your credit score! Find out more!","og_url":"https:\/\/morenetcash.com\/ms\/apply-fortiva-credit-card\/","og_site_name":"More Net Cash","article_published_time":"2024-02-13T06:04:52+00:00","article_modified_time":"2024-02-14T18:55:00+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pedro Saynovich","Est. reading time":"3 minit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/morenetcash.com\/#organization","name":"More Net Cash","url":"https:\/\/morenetcash.com\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/morenetcash.com\/#\/schema\/logo\/image\/","url":"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/07\/More-Net-Cash-logo-copy.jpg","contentUrl":"https:\/\/morenetcash.com\/wp-content\/uploads\/2023\/07\/More-Net-Cash-logo-copy.jpg","width":378,"height":164,"caption":"More Net Cash"},"image":{"@id":"https:\/\/morenetcash.com\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/morenetcash.com\/#website","url":"https:\/\/morenetcash.com\/","name":"More Net Cash","description":"Financial Products Reviews","publisher":{"@id":"https:\/\/morenetcash.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/morenetcash.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ms-MY"},{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage","url":"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png","contentUrl":"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png","width":1200,"height":675,"caption":"Source: Fortiva"},{"@type":"WebPage","@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage","url":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/","name":"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify! - More Net Cash","isPartOf":{"@id":"https:\/\/morenetcash.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage"},"datePublished":"2024-02-13T06:04:52+00:00","dateModified":"2024-02-14T18:55:00+00:00","breadcrumb":{"@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#breadcrumb"},"inLanguage":"ms-MY","potentialAction":[{"@type":"ReadAction","target":["https:\/\/morenetcash.com\/apply-fortiva-credit-card\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/morenetcash.com\/"},{"@type":"ListItem","position":2,"name":"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify!"}]},{"@type":"Article","@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#article","isPartOf":{"@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage"},"author":{"@id":"https:\/\/morenetcash.com\/#\/schema\/person\/dcb11495e1891630b6308eb106d78167"},"headline":"Apply for Fortiva\u00ae Credit Card: Discover if you prequalify!","datePublished":"2024-02-13T06:04:52+00:00","dateModified":"2024-02-14T18:55:00+00:00","mainEntityOfPage":{"@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#webpage"},"wordCount":640,"commentCount":0,"publisher":{"@id":"https:\/\/morenetcash.com\/#organization"},"image":{"@id":"https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#primaryimage"},"thumbnailUrl":"https:\/\/morenetcash.com\/wp-content\/uploads\/2024\/02\/Fortiva\u00ae-Credit-Card-6.png","keywords":["apply credit card","apply Fortiva\u00ae Credit Card","credit card","credit card review","Fortiva","Fortiva\u00ae Credit Card","Fortiva\u00ae Credit Card review"],"articleSection":["Credit Card"],"inLanguage":"ms-MY","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/morenetcash.com\/apply-fortiva-credit-card\/#respond"]}]},{"@type":"Person","@id":"https:\/\/morenetcash.com\/#\/schema\/person\/dcb11495e1891630b6308eb106d78167","name":"Pedro Saynovich","image":{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/morenetcash.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae24d63a4b296976719eb7b1d4e1c7ca?s=96&d=mm&r=g","caption":"Pedro Saynovich"},"url":"https:\/\/morenetcash.com\/ms\/author\/pedrosaynovich\/"}]}},"_links":{"self":[{"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/posts\/1276"}],"collection":[{"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/comments?post=1276"}],"version-history":[{"count":0,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/posts\/1276\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/media\/1432"}],"wp:attachment":[{"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/media?parent=1276"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/categories?post=1276"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/morenetcash.com\/ms\/wp-json\/wp\/v2\/tags?post=1276"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}