<!DOCTYPE html> <html lang="en-US"> <head> <base href="/home/" />
	<meta charset="UTF-8" /> 	<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name='robots' content='max-image-preview:large' /> <title>Buy Now Pay Later &#8211; Credit Direct</title> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel="alternate" type="application/rss+xml" title="Credit Direct &raquo; Feed" href="https://www.creditdirect.ng/feed/" /> <link rel="alternate" type="application/rss+xml" title="Credit Direct &raquo; Comments Feed" href="https://www.creditdirect.ng/comments/feed/" /> 		<script>var dmSelectors='.dark';</script> 		<script src="./js/cwicly-assets-js-darkmode-dist-darkmode.min.js"></script> 				<!-- This site uses the Google Analytics by MonsterInsights plugin v8.26.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> 							<script src="//www.googletagmanager.com/gtag/js?id=G-3GJ0HKR18Z"  data-cfasync="false" data-wpfc-render="false" async></script> 			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '8.26.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"./"};
				if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-3GJ0HKR18Z',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-3GJ0HKR18Z', {"forceSSL":"true","link_attribution":"true"} );
															window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script> 				<!-- / Google Analytics by MonsterInsights --> 		<link rel='stylesheet' id='cc-modal-css' href='./css/cwicly-assets-css-modal.min.css' media='all' /> <link rel='stylesheet' id='CCnorm-css' href='./css/cwicly-assets-css-base.css' media='all' /> <link rel='stylesheet' id='CC-css' href='./css/cwicly-build-style-index.css' media='all' /> <style id='cc-global-inline-css'> .is-root-container p{margin:0;}body{font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}body{--section-max-width:1220px;}.cc-wrapper{width:90%;max-width:1220px;padding-top:150px;padding-bottom:150px;}.cc-nav[breakpoint=lg] .cc-nav-wrapper{position:fixed;top:0;min-height:100vh;max-height:100vh;background-color:#fff;visibility:hidden;max-width:100%;width:var(--cc-nav-m-width,400px);z-index:100;padding-top:var(--wp-admin--admin-bar--height,0);transition-duration:var(--cc-nav-modal-animation, .4s);overflow-y:auto;overflow-x:hidden}.cc-nav[breakpoint=lg] .cc-nav-toggle{display:block}@supports (height: 100dvh){.cc-nav[breakpoint=lg] .cc-nav-wrapper{min-height:100dvh;max-height:100dvh}}@media screen and (max-width: 992px){.cc-nav[breakpoint=md] .cc-nav-wrapper{position:fixed;top:0;min-height:100vh;max-height:100vh;background-color:#fff;visibility:hidden;max-width:100%;width:var(--cc-nav-m-width,400px);z-index:100;padding-top:var(--wp-admin--admin-bar--height,0);transition-duration:var(--cc-nav-modal-animation, .4s);overflow-y:auto;overflow-x:hidden}.cc-nav[breakpoint=md] .cc-nav-toggle{display:block}@supports (height: 100dvh){.cc-nav[breakpoint=md] .cc-nav-wrapper{min-height:100dvh;max-height:100dvh}}}@media screen and (max-width: 576px){.cc-nav[breakpoint=sm] .cc-nav-wrapper{position:fixed;top:0;min-height:100vh;max-height:100vh;background-color:#fff;visibility:hidden;max-width:100%;width:var(--cc-nav-m-width,400px);z-index:100;padding-top:var(--wp-admin--admin-bar--height,0);transition-duration:var(--cc-nav-modal-animation, .4s);overflow-y:auto;overflow-x:hidden}.cc-nav[breakpoint=sm] .cc-nav-toggle{display:block}@supports (height: 100dvh){.cc-nav[breakpoint=sm] .cc-nav-wrapper{min-height:100dvh;max-height:100dvh}}}.cc-btn{display:flex;align-items:center}:root, .light {--cc-color-1:#860a24;--cc-color-1-hsl:347deg 86% 28%;--cc-color-2:#0167a0;--cc-color-2-hsl:202deg 99% 32%;--cc-color-3:#224991;--cc-color-3-hsl:219deg 62% 35%;--cc-color-4:#14243b;--cc-color-4-hsl:215deg 49% 15%;--cc-color-5:#dd7f36;--cc-color-5-hsl:26deg 71% 54%;--cc-color-6:#a0455b;--cc-color-6-hsl:345deg 40% 45%;--cc-color-7:#363d4a;--cc-color-7-hsl:219deg 16% 25%;--cc-color-8:#af672f;--cc-color-8-hsl:26deg 58% 44%;--cc-color-9:#faf2f4;--cc-color-9-hsl:345deg 44% 96%;--cc-color-10:#cfdeed;--cc-color-10-hsl:210deg 45% 87%;--cc-color-11:#f4e4d7;--cc-color-11-hsl:27deg 57% 90%;--cc-color-12:#0177bb;--cc-color-12-hsl:202deg 99% 37%;--cc-color-13:#9ca7b1;--cc-color-13-hsl:209deg 12% 65%;--cc-gradient-1:linear-gradient(135deg, #14243b 46%, #224991 100%);--cc-gradient-2:linear-gradient(160deg, #14243b 50%, #860a24 100%);--cc-gradient-3:radial-gradient(circle at 97% 85%, #4f3118 0%, #14243b 57%);--cc-gradient-4:linear-gradient(150deg, #860a24 0%, #14243b 100%);--cc-gradient-5:linear-gradient(180deg, #0167a0 48%, #14243b 100%);--cc-gradient-6:linear-gradient(160deg, #14243b 52%, #153879 100%);--cc-gradient-7:linear-gradient(135deg, #0167a2 1%, #14243b 98%);--cc-gradient-8:linear-gradient(135deg, #ffffff 0%, #fefefe 100%);--cc-gradient-9:linear-gradient(160deg, #14243b 39%, #522b0d 100%);--cc-gradient-10:linear-gradient(135deg, #242d3a 46%, #280a10 100%);--cc-gradient-11:linear-gradient(155deg, #0b1524 36%, #000000 100%);--cc-gradient-12:linear-gradient(90deg, #f6f7f8 0%, #d9d9d9 100%);--cc-gradient-13:linear-gradient(150deg, #860a24 0%, #422005 100%);--cc-gradient-14:linear-gradient(160deg, #522b0d 18%, #14243b 100%);.has-cc-2-jlrm-color{color:#860a24;}.has-cc-2-jlrm-background-color{background-color:#860a24;}.has-cc-poby-9-color{color:#0167a0;}.has-cc-poby-9-background-color{background-color:#0167a0;}.has-cc-spbiw-color{color:#224991;}.has-cc-spbiw-background-color{background-color:#224991;}.has-cc-scd-0-m-color{color:#14243b;}.has-cc-scd-0-m-background-color{background-color:#14243b;}.has-cc-8-o-4-xa-color{color:#dd7f36;}.has-cc-8-o-4-xa-background-color{background-color:#dd7f36;}.has-cc-22-r-7-v-color{color:#a0455b;}.has-cc-22-r-7-v-background-color{background-color:#a0455b;}.has-cc-ptno-9-color{color:#363d4a;}.has-cc-ptno-9-background-color{background-color:#363d4a;}.has-cc-z-3-doy-color{color:#af672f;}.has-cc-z-3-doy-background-color{background-color:#af672f;}.has-cc-zwdb-8-color{color:#faf2f4;}.has-cc-zwdb-8-background-color{background-color:#faf2f4;}.has-cc-32-jcl-color{color:#cfdeed;}.has-cc-32-jcl-background-color{background-color:#cfdeed;}.has-cc-lj-3-k-2-color{color:#f4e4d7;}.has-cc-lj-3-k-2-background-color{background-color:#f4e4d7;}.has-cc-3-dwpp-color{color:#0177bb;}.has-cc-3-dwpp-background-color{background-color:#0177bb;}.has-cc-uxzk-7-color{color:#9ca7b1;}.has-cc-uxzk-7-background-color{background-color:#9ca7b1;}}body{font-family:Inter;font-weight:300;font-size:16px;line-height:1.5;letter-spacing:-0.2px;color:#373e4b;}a{font-family:Inter;font-weight:600;text-decoration:none;color:#373e4b;}h1{font-family:Inter;font-weight:500;font-size:2.2em;color:#353D4A;}h2{font-family:Inter;font-weight:500;font-size:1.74em;}h3{font-family:Inter;font-weight:500;font-size:1.17em;}h4{font-family:Inter;font-weight:500;font-size:1em;}h5{font-family:Inter;font-weight:500;font-size:0.83em;}h6{font-family:Inter;font-weight:500;font-size:0.67em;} .cc-block-typo-font-1{font-weight:600;font-size:50px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-2{font-weight:300;font-size:18px;} .cc-block-typo-font-3{font-size:13px;line-height:1.5;} .cc-block-typo-font-4{font-size:20px;} .cc-block-typo-font-5{font-weight:400;font-size:36px;letter-spacing:-1px;} .cc-block-typo-font-6{font-weight:700;font-size:65px;line-height:115%;letter-spacing:-3px;} .cc-block-typo-font-7{font-weight:700;font-size:60px;line-height:115%;letter-spacing:-3px;} .cc-block-typo-font-8{font-weight:600;font-size:13px;letter-spacing:0.1px;text-transform:uppercase;} .cc-block-typo-font-9{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-1px;text-align:center;} .cc-block-typo-font-10{font-weight:300;font-size:17px;} .cc-block-typo-font-11{font-weight:300;font-size:15px;} .cc-block-typo-font-12{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-13{font-weight:600;font-size:30px;letter-spacing:-1.5px;} .cc-block-typo-font-14{font-weight:600;font-size:22px;letter-spacing:-0.5px;} .cc-block-typo-font-15{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-16{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-17{font-weight:300;font-size:18px;line-height:35px;} .cc-block-typo-font-18{font-weight:300;font-size:18px;} .cc-block-typo-font-19{font-weight:600;font-size:20px;letter-spacing:-0.5px;} .cc-block-typo-font-20{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-21{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-22{font-weight:700;font-size:50px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-23{font-weight:600;font-size:35px;line-height:115%;} .cc-block-typo-font-24{font-weight:500;font-size:27px;line-height:125%;} .cc-block-typo-font-25{font-weight:300;font-size:13px;} .cc-block-typo-font-26{font-weight:600;font-size:18px;letter-spacing:-0.5px;} .cc-block-typo-font-27{font-weight:300;font-size:17px;text-align:center;} .cc-block-typo-font-1{font-weight:600;font-size:50px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-2{font-weight:300;font-size:18px;} .cc-block-typo-font-3{font-size:13px;line-height:1.5;} .cc-block-typo-font-4{font-size:20px;} .cc-block-typo-font-5{font-weight:400;font-size:36px;letter-spacing:-1px;} .cc-block-typo-font-6{font-weight:700;font-size:65px;line-height:115%;letter-spacing:-3px;} .cc-block-typo-font-7{font-weight:700;font-size:60px;line-height:115%;letter-spacing:-3px;} .cc-block-typo-font-8{font-weight:600;font-size:13px;letter-spacing:0.1px;text-transform:uppercase;} .cc-block-typo-font-9{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-1px;text-align:center;} .cc-block-typo-font-10{font-weight:300;font-size:17px;} .cc-block-typo-font-11{font-weight:300;font-size:15px;} .cc-block-typo-font-12{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-13{font-weight:600;font-size:30px;letter-spacing:-1.5px;} .cc-block-typo-font-14{font-weight:600;font-size:22px;letter-spacing:-0.5px;} .cc-block-typo-font-15{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-16{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-17{font-weight:300;font-size:18px;line-height:35px;} .cc-block-typo-font-18{font-weight:300;font-size:18px;} .cc-block-typo-font-19{font-weight:600;font-size:20px;letter-spacing:-0.5px;} .cc-block-typo-font-20{font-weight:300;font-size:18px;text-align:center;} .cc-block-typo-font-21{font-weight:600;font-size:45px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-22{font-weight:700;font-size:50px;line-height:115%;letter-spacing:-2px;} .cc-block-typo-font-23{font-weight:600;font-size:35px;line-height:115%;} .cc-block-typo-font-24{font-weight:500;font-size:27px;line-height:125%;} .cc-block-typo-font-25{font-weight:300;font-size:13px;} .cc-block-typo-font-26{font-weight:600;font-size:18px;letter-spacing:-0.5px;} .cc-block-typo-font-27{font-weight:300;font-size:17px;text-align:center;}@media screen and (max-width: 992px){ .cc-block-typo-font-6{font-size:45px;text-align:center;} .cc-block-typo-font-7{font-size:45px;} .cc-block-typo-font-9{font-size:40px;} .cc-block-typo-font-12{font-size:15px;text-align:center;} .cc-block-typo-font-13{font-size:25px;text-align:center;} .cc-block-typo-font-15{font-size:40px;} .cc-block-typo-font-18{text-align:center;} .cc-block-typo-font-20{text-align:center;} .cc-block-typo-font-21{font-size:40px;text-align:center;} .cc-block-typo-font-22{font-size:40px;} .cc-block-typo-font-23{font-size:30px;} .cc-block-typo-font-24{font-size:25px;}}@media screen and (max-width: 576px){ .cc-block-typo-font-2{font-size:16px;} .cc-block-typo-font-4{font-size:17px;} .cc-block-typo-font-6{font-size:38px;} .cc-block-typo-font-7{font-size:40px;} .cc-block-typo-font-9{font-size:35px;} .cc-block-typo-font-10{font-size:15px;} .cc-block-typo-font-12{text-align:center;} .cc-block-typo-font-14{font-size:18px;} .cc-block-typo-font-15{font-size:35px;} .cc-block-typo-font-19{font-size:18px;} .cc-block-typo-font-20{text-align:left;} .cc-block-typo-font-21{font-size:35px;text-align:left;} .cc-block-typo-font-22{font-size:35px;} .cc-block-typo-font-23{font-size:25px;} .cc-block-typo-font-24{font-size:25px;} .cc-block-typo-font-26{font-size:18px;} .cc-block-typo-font-27{font-size:15px;}} </style> <link rel='stylesheet' id='cc-global-stylesheets-css' href='./css/cwicly-cc-global-stylesheets.css' media='all' /> <link rel='stylesheet' id='cc-global-classes-css' href='./css/cwicly-cc-global-classes.css' media='all' /> <link rel='stylesheet' id='cc-cwicly_main-header-css' href='./css/cwicly-css-cc-tp-cwicly_main-header.css' media='all' /> <link rel='stylesheet' id='cc-aos-css' href='./css/cwicly-assets-css-aos.css' media='all' /> <link rel='stylesheet' id='cc-cwicly_main-footer-css' href='./css/cwicly-css-cc-tp-cwicly_main-footer.css' media='all' /> <link rel='stylesheet' id='cc-cwicly_wp-custom-template-loan-products-css' href='./css/cwicly-css-cc-tp-cwicly_wp-custom-template-loan-products.css' media='all' /> <link rel='stylesheet' id='cwicly-css' href='./css/cwicly-style.css' media='all' />         <script>
            /* <![CDATA[ */
            var rcewpp = {
                "ajax_url":"https://www.creditdirect.ng/wp-admin/admin-ajax.php",
                "nonce": "a5533b02ec",
                "home_url": "https://www.creditdirect.ng/",
                "settings_icon": 'https://www.creditdirect.ng/wp-content/plugins/export-wp-page-to-static-html/admin/images/settings.png',
                "settings_hover_icon": 'https://www.creditdirect.ng/wp-content/plugins/export-wp-page-to-static-html/admin/images/settings_hover.png'
            };
            /* ]]\> */
        </script>         <script src="./js/cwicly-assets-js-cc-menu-new.min.js" id="cc-menu-js"></script> <script src="./js/cwicly-assets-js-cc-modal.min.js" id="cc-modal-js"></script> <script src="./js/cwicly-assets-js-aos.js" id="cc-aos-js"></script> <script src="./js/google-analytics-for-wordpress-assets-js-frontend-gtag.min.js" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.creditdirect.ng","hash_tracking":"false","v4_id":"G-3GJ0HKR18Z"};</script>  <!-- Google tag (gtag.js) snippet added by Site Kit -->  <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-5M35N7F" id="google_gtagjs-js" async></script> <script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["www.creditdirect.ng"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-5M35N7F");
</script>  <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://www.creditdirect.ng/wp-json/" /><link rel="alternate" type="application/json" href="https://www.creditdirect.ng/wp-json/wp/v2/pages/288" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.creditdirect.ng/xmlrpc.php?rsd" /> <link rel="canonical" href="https://www.creditdirect.ng/buy-now-pay-later/" /> <link rel="alternate" type="application/json+oembed" href="https://www.creditdirect.ng/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.creditdirect.ng%2Fbuy-now-pay-later%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://www.creditdirect.ng/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.creditdirect.ng%2Fbuy-now-pay-later%2F&#038;format=xml" /> <script type="text/javascript">if(!window._buttonizer) { window._buttonizer = {}; };var _buttonizer_page_data = {"language":"en"};window._buttonizer.data = { ..._buttonizer_page_data, ...window._buttonizer.data };</script><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap&amp;display=swap"><meta name="generator" content="Site Kit by Google 1.127.0" /><script id="cc-global-interactions" type="application/json">
[]</script>  <style id="custom-css-menu-c3b3807">.menu-ce7ab51 .cc-menu > li > a[aria-expanded="true"]{color: #016ead;background-color: #1211110f;}ul.cc-menu.hor .cc-menu-dropdown .cc-menu-dropdown { left: 106%; top: -15px;}.menu-c8545f5 ul.cc-menu li:last-child > a { border: none;}.menu-ce7ab51 .cc-menu-dropdown a[aria-expanded="true"] { color: #016ead;}</style>  <style id="custom-css-menu-cabdc3a">.menu-cab8e57 .cc-menu > li > a[aria-expanded="true"]{color: #016ead;}ul.cc-menu.ver .cc-menu-dropdown .cc-menu-dropdown { left: 110%; top: -15px;}.menu-cab8e57 ul.cc-menu li:last-child a { margin-bottom: 25px;}.menu-cab8e57 .cc-menu-dropdown a[aria-expanded="true"] { color: #016ead;}.menu-cab8e57 .cc-menu-dropdown .cc-menu-dropdown a { font-size: 14px; width: 150px; margin: auto;}</style>  <style id="custom-css-modal-cd732c2">.cc-mdl>.cc-mdl-close { display: none!important;}</style>  <style id="custom-css-paragraph-ce1bab0">.paragraph-c160c62 a {color: #bec8ce; font-weight:300;}</style>  <style id="custom-css-paragraph-c08490a">.paragraph-c3b47fa a {color: #bec8ce; font-weight:300;}</style>  <style id="custom-css-paragraph-c71c5d0">.paragraph-c6d884e a {color: #bec8ce; font-weight:300;}</style>  <style id="custom-css-paragraph-ccb74a9">.paragraph-cbc2776 a {color: #bec8ce; font-weight:300;}</style>  <style id="custom-css-paragraph-c3e5726">.paragraph-c4ffae6[color-profile="Blue"]{background: var(--cc-color-2)}.paragraph-c4ffae6[color-profile="Wine"]{background: var(--cc-color-6)}.paragraph-c4ffae6[color-profile="Orange"]{background: var(--cc-color-8)}.paragraph-c4ffae6[color-profile="Blue Wine"]{background: var(--cc-color-6)}.paragraph-c4ffae6[color-profile="Wine Orange"]{background: var(--cc-color-5)}</style>  <style id="custom-css-div-c5246bc">.div-cb800d4[color-profile="Blue"]{background: var(--cc-gradient-6)}.div-cb800d4[color-profile="Wine"]{background: var(--cc-gradient-4)}.div-cb800d4[color-profile="Orange"]{background: var(--cc-gradient-9)}.div-cb800d4[color-profile="Blue Wine"]{background: var(--cc-gradient-2)}.div-cb800d4[color-profile="Wine Orange"]{background: var(--cc-gradient-13)}</style>  <style id="custom-css-heading-c067fcc">.heading-cd432db[color-profile="Blue"] .has-inline-color{color: var(--cc-color-2)!important}.heading-cd432db[color-profile="Wine"] .has-inline-color{color: var(--cc-color-6)!important}.heading-cd432db[color-profile="Orange"] .has-inline-color{color: var(--cc-color-5)!important}.heading-cd432db[color-profile="Blue Wine"] .has-inline-color{color: var(--cc-color-6)!important}</style>  <style id="custom-css-icon-c527de8">.icon-c22412b[color-profile="Blue"]{background: var(--cc-color-10)}.icon-c22412b[color-profile="Wine"]{background: var(--cc-color-9)}.icon-c22412b[color-profile="Orange"]{background: var(--cc-color-11)}.icon-c22412b[color-profile="Blue Wine"]{background: var(--cc-color-9)}.icon-c22412b[color-profile="Wine Orange"]{background: var(--cc-color-11)}</style>  <style id="custom-css-icon-cef16d1">.icon-ca5f879[color-profile="Blue"]{background: var(--cc-color-10)}.icon-ca5f879[color-profile="Wine"]{background: var(--cc-color-9)}.icon-ca5f879[color-profile="Orange"]{background: var(--cc-color-11)}.icon-ca5f879[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-icon-c8fe871">.icon-c1c89c9[color-profile="Blue"]{background: var(--cc-color-10)}.icon-c1c89c9[color-profile="Wine"]{background: var(--cc-color-9)}.icon-c1c89c9[color-profile="Orange"]{background: var(--cc-color-11)}.icon-c1c89c9[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-icon-c922f5b">.icon-ceee604[color-profile="Blue"]{background: var(--cc-color-10)}.icon-ceee604[color-profile="Wine"]{background: var(--cc-color-9)}.icon-ceee604[color-profile="Orange"]{background: var(--cc-color-11)}.icon-ceee604[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-icon-c9edd98">.icon-c3a33f5[color-profile="Blue"]{background: var(--cc-color-10)}.icon-c3a33f5[color-profile="Wine"]{background: var(--cc-color-9)}.icon-c3a33f5[color-profile="Orange"]{background: var(--cc-color-11)}.icon-c3a33f5[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-icon-c8a1f18">.icon-c11ae92[color-profile="Blue"]{background: var(--cc-color-10)}.icon-c11ae92[color-profile="Wine"]{background: var(--cc-color-9)}.icon-c11ae92[color-profile="Orange"]{background: var(--cc-color-11)}.icon-c11ae92[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-icon-cabd582">.icon-c24c2bd[color-profile="Blue"]{background: var(--cc-color-10)}.icon-c24c2bd[color-profile="Wine"]{background: var(--cc-color-9)}.icon-c24c2bd[color-profile="Orange"]{background: var(--cc-color-11)}.icon-c24c2bd[color-profile="Blue Wine"]{background: var(--cc-color-9)}</style>  <style id="custom-css-paragraph-c94de92">.paragraph-c049c80[color-profile="Blue"]{background: var(--cc-color-2)}.paragraph-c049c80[color-profile="Wine"]{background: var(--cc-color-6)}.paragraph-c049c80[color-profile="Orange"]{background: var(--cc-color-8)}.paragraph-c049c80[color-profile="Blue Wine"]{background: var(--cc-color-6)}.paragraph-c049c80[color-profile="Wine Orange"]{background: var(--cc-color-5)}</style>  <style id="custom-css-div-c9aa94e">.div-cc06d43[color-profile="Blue"]{fill: var(--cc-color-2)}.div-cc06d43[color-profile="Wine"]{fill: var(--cc-color-6)}.div-cc06d43[color-profile="Orange"]{fill: var(--cc-color-8)}.div-cc06d43[color-profile="Blue Wine"]{fill: var(--cc-color-6)}.div-cc06d43[color-profile="Wine Orange"]{fill: var(--cc-color-5)}</style>  <style id="custom-css-div-c745d22">.div-c79b1d1 > ul li { list-style-type: none; align-items: center; display: flex; -moz-column-break-inside: avoid; break-inside: avoid; white-space: pre-wrap; }.div-c79b1d1 > ul li:before{ margin-right: 13px; font-size: 25px; min-width: 25px; min-height: 25px; position: relative; content: "0"; mask-image: url(https://www.zattu.com/cdl/wp-content/uploads/2023/03/cdl-list-icon.svg); -webkit-mask-image: url(https://www.zattu.com/cdl/wp-content/uploads/2023/03/cdl-list-icon.svg); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; -webkit-mask-position-x: center; background-color: var(--cc-color-2); line-height: 0;}</style>  <style id="custom-css-paragraph-ce2f9c7">.paragraph-c5c908b[color-profile="Blue"]{background: var(--cc-color-2)}.paragraph-c5c908b[color-profile="Wine"]{background: var(--cc-color-6)}.paragraph-c5c908b[color-profile="Orange"]{background: var(--cc-color-8)}.paragraph-c5c908b[color-profile="Blue Wine"]{background: var(--cc-color-6)}.paragraph-c5c908b[color-profile="Wine Orange"]{background: var(--cc-color-5)}</style>  <style id="custom-css-div-ce24fa7">.div-c088211[color-profile="Blue"]{fill: var(--cc-color-2)}.div-c088211[color-profile="Wine"]{fill: var(--cc-color-6)}.div-c088211[color-profile="Orange"]{fill: var(--cc-color-8)}.div-c088211[color-profile="Blue Wine"]{fill: var(--cc-color-6)}.div-c088211[color-profile="Wine Orange"]{fill: var(--cc-color-5)}</style>  <style id="custom-css-button-c2e2840">.button-ccfcd66[color-profile="Blue"]{background: var(--cc-gradient-6)}.button-ccfcd66[color-profile="Wine"]{background: var(--cc-gradient-4)}.button-ccfcd66[color-profile="Orange"]{background: var(--cc-gradient-9)}.button-ccfcd66[color-profile="Blue Wine"]{background: var(--cc-gradient-2)}.button-ccfcd66[color-profile="Wine Orange"]{background: var(--cc-gradient-13)}</style>  <style id="custom-css-button-c643a1a">.button-c72ec39[color-profile="Blue"]{background: var(--cc-gradient-6)}.button-c72ec39[color-profile="Wine"]{background: var(--cc-gradient-4)}.button-c72ec39[color-profile="Orange"]{background: var(--cc-gradient-9)}.button-c72ec39[color-profile="Blue Wine"]{background: var(--cc-gradient-2)}.button-c72ec39[color-profile="Wine Orange"]{background: var(--cc-gradient-13)}</style>  <style id="custom-css-column-c3972da">.column-c6f7bd6[color-profile="Blue"]{background: var(--cc-gradient-6)}.column-c6f7bd6[color-profile="Wine"]{background: var(--cc-gradient-4)}.column-c6f7bd6[color-profile="Orange"]{background: var(--cc-gradient-9)}.column-c6f7bd6[color-profile="Blue Wine"]{background: var(--cc-gradient-2)}.column-c6f7bd6[color-profile="Wine Orange"]{background: var(--cc-gradient-13)}</style>  <link rel="icon" href="./images/cdl-icon.webp" sizes="32x32" /> <link rel="icon" href="./images/cdl-icon.webp" sizes="192x192" /> <link rel="apple-touch-icon" href="./images/cdl-icon.webp" /> <meta name="msapplication-TileImage" content="https://www.creditdirect.ng/wp-content/uploads/2023/03/cdl-icon.webp" /> </head>  <body data-rsssl=1 class="page-template page-template-wp-custom-template-loan-products page page-id-288 wp-embed-responsive">  <header id="section-c8ee3dd" class="section-c4d4e03 cc-sct" data-cc-scroll-direction="{&quot;offsetUp&quot;:&quot;25&quot;,&quot;offsetDown&quot;:&quot;10&quot;,&quot;toleranceUp&quot;:&quot;5&quot;,&quot;toleranceDown&quot;:&quot;5&quot;}" data-cc-scroll-action="downSlideUp"><div id="section-c8ee3dd-wrapper" class="section-c4d4e03-wrapper cc-wrapper"> <a id="div-cd6ed72" class="div-c1b885e" href="https://www.creditdirect.ng"> <img id="image-c7634c1" class="image-cf51199 cc-img" src="./images/2023-12-img_0225.png" alt=""/> </a>    <nav id="menu-c3b3807" class="menu-c8545f5" aria-label="Header Menu"><ul class="cc-menu hor"><li ><a href="#" class="cc-menu-main menu-id-314 menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent"  aria-haspopup="true" aria-expanded="false">Products<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M16 23c-0 0-0.001 0-0.001 0-0.276 0-0.525-0.112-0.706-0.293l-10-10c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l9.293 9.293 9.293-9.293c0.181-0.181 0.431-0.293 0.707-0.293 0.552 0 1 0.448 1 1 0 0.276-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  class="cc-menu-dropdown"  aria-label="Products"><li ><a href="https://www.creditdirect.ng/personal-loans/" class="cc-menu-sub menu-id-305 menu-item menu-item-type-post_type menu-item-object-page" >Private Sector Loans</a></li><li ><a href="https://www.creditdirect.ng/sharp-sharp-loans/" class="cc-menu-sub menu-id-304 menu-item menu-item-type-post_type menu-item-object-page" >Public Sector Loans</a></li><li ><a href="./buy-now-pay-later.html" class="cc-menu-sub menu-id-311 current menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-288 current_page_item" aria-current="page">Buy Now Pay Later</a></li><li ><a href="https://www.creditdirect.ng/paramilitary-loans/" class="cc-menu-sub menu-id-306 menu-item menu-item-type-post_type menu-item-object-page" >Paramilitary Loans</a></li></ul></li><li ><a href="#" class="cc-menu-main menu-id-317 menu-item menu-item-type-custom menu-item-object-custom"  aria-haspopup="true" aria-expanded="false">Company<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M16 23c-0 0-0.001 0-0.001 0-0.276 0-0.525-0.112-0.706-0.293l-10-10c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l9.293 9.293 9.293-9.293c0.181-0.181 0.431-0.293 0.707-0.293 0.552 0 1 0.448 1 1 0 0.276-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  class="cc-menu-dropdown"  aria-label="Company"><li ><a href="https://www.creditdirect.ng/about-us/" class="cc-menu-sub menu-id-313 menu-item menu-item-type-post_type menu-item-object-page" >About Us</a></li><li ><a href="https://www.creditdirect.ng/about-us/#investor-information" class="cc-menu-sub menu-id-1758 menu-item menu-item-type-custom menu-item-object-custom" >Investor Information</a></li></ul></li><li ><a href="#" class="cc-menu-main menu-id-316 menu-item menu-item-type-custom menu-item-object-custom"  aria-haspopup="true" aria-expanded="false">Resources<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M16 23c-0 0-0.001 0-0.001 0-0.276 0-0.525-0.112-0.706-0.293l-10-10c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l9.293 9.293 9.293-9.293c0.181-0.181 0.431-0.293 0.707-0.293 0.552 0 1 0.448 1 1 0 0.276-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  class="cc-menu-dropdown"  aria-label="Resources"><li ><a href="https://www.creditdirect.ng/resource-articles/" class="cc-menu-sub menu-id-929 menu-item menu-item-type-post_type menu-item-object-page" >Blog Articles</a></li><li ><a href="https://www.creditdirect.ng/frequently-asked-questions/" class="cc-menu-sub menu-id-1147 menu-item menu-item-type-post_type menu-item-object-page" >Frequently Asked Questions</a></li><li ><a href="#" class="cc-menu-sub menu-id-1759 menu-item menu-item-type-custom menu-item-object-custom" aria-haspopup="true"  aria-expanded="false" >Privacy & Terms<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul data-ccdropmenu class="cc-menu-dropdown"  aria-label="Privacy & Terms"><li ><a href="https://www.creditdirect.ng/privacy-policy/" class="cc-menu-sub menu-id-1774 menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy" >Privacy Policy</a></li><li ><a href="https://www.creditdirect.ng/loan-agreement-terms-conditions/" class="cc-menu-sub menu-id-2146 menu-item menu-item-type-post_type menu-item-object-page" >Terms & Conditions</a></li><li ><a href="https://www.creditdirect.ng/privacy-notice-employees/" class="cc-menu-sub menu-id-2152 menu-item menu-item-type-post_type menu-item-object-page" >Privacy Notice – Employees</a></li><li ><a href="https://www.creditdirect.ng/whistle-blowing-and-complaints-handling-policy/" class="cc-menu-sub menu-id-3223 menu-item menu-item-type-post_type menu-item-object-page" >Whistle Blowing Policy</a></li><li ><a href="https://www.creditdirect.ng/ussd-terms-and-conditions/" class="cc-menu-sub menu-id-3557 menu-item menu-item-type-post_type menu-item-object-page" >USSD Terms and Conditions</a></li></ul></li></ul></li><li ><a href="https://www.creditdirect.ng/contact/" class="cc-menu-main menu-id-310 menu-item menu-item-type-post_type menu-item-object-page" >Contact</a></li><li ><a href="https://www.creditdirect.ng/careers/" class="cc-menu-main menu-id-3047 menu-item menu-item-type-post_type menu-item-object-page"  aria-haspopup="true" aria-expanded="false">Careers<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M16 23c-0 0-0.001 0-0.001 0-0.276 0-0.525-0.112-0.706-0.293l-10-10c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l9.293 9.293 9.293-9.293c0.181-0.181 0.431-0.293 0.707-0.293 0.552 0 1 0.448 1 1 0 0.276-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  class="cc-menu-dropdown"  aria-label="Careers"><li ><a href="https://www.creditdirect.ng/why-work-with-us/" class="cc-menu-sub menu-id-3875 menu-item menu-item-type-post_type menu-item-object-page" >Why Work with Us</a></li><li ><a href="https://www.creditdirect.ng/life-at-creditdirect/" class="cc-menu-sub menu-id-3876 menu-item menu-item-type-post_type menu-item-object-page" >Life At Creditdirect</a></li></ul></li></ul></nav>    <div id="div-c7ebc6b" class="div-cb8007b"> <a id="button-c1bc961" class="button-cdfffca cc-btn" href="http://bit.ly/WhatsAppCreditDirect">Get Credit<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M27.707 16.707l-9 9c-0.181 0.181-0.431 0.293-0.707 0.293-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l7.293-7.293h-19.586c-0.552 0-1-0.448-1-1s0.448-1 1-1v0h19.586l-7.293-7.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l9 9c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707v0z"></path></svg></a>    <button id="icon-c1fc36a" class="icon-cc1db3b cc-icn" data-modal="" data-modalid="modal-cd732c2" title="mobileMenu"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M28 16c0 0.552-0.448 1-1 1h-22c-0.552 0-1-0.448-1-1s0.448-1 1-1v0h22c0.552 0 1 0.448 1 1v0zM5 9h22c0.552 0 1-0.448 1-1s-0.448-1-1-1v0h-22c-0.552 0-1 0.448-1 1s0.448 1 1 1v0zM27 23h-22c-0.552 0-1 0.448-1 1s0.448 1 1 1v0h22c0.552 0 1-0.448 1-1s-0.448-1-1-1v0z"></path></svg></button> </div> </div></header>    <div id="modal-cd732c2" class="cc-mdl modal-modal-c0f683f cc-modal-slide-in-right" style="--modalduration:0.4s;" data-classid="true" data-modalduration="0.4" data-preventpagescroll="true" data-closeoverlay="true" data-every="true"><a href="#" class="cc-mdl-close" aria-hidden="true"></a><div class="cc-mdl-container"><div class="modal-c0f683f cc-modaler"> <div id="div-c9ce694" class="div-c632eb7"> <a id="div-cbfd2a9" class="div-c9563c0"> <img id="image-c94f8c4" class="image-c21670a cc-img" src="./images/2023-03-cdl-icon.webp" alt=""/> </a> </div>    <a id="div-c717fef" class="div-c508f14" href="https://loans.creditdirect.ng/loginhttp://bit.ly/WhatsAppCreditDirect"> <nav id="menu-cabdc3a" class="menu-cab8e57" aria-label="Header Menu"><ul class="cc-menu ver" role="tree"><li role="none"><a aria-owns="cc-menu-314" href="#" class="cc-menu-main menu-id-314 menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent" role="treeitem" aria-haspopup="true" aria-expanded="false">Products<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  id="cc-menu-314" class="cc-menu-dropdown" role="group" aria-label="Products"><li role="none"><a href="https://www.creditdirect.ng/personal-loans/" class="cc-menu-sub menu-id-305 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Private Sector Loans</a></li><li role="none"><a href="https://www.creditdirect.ng/sharp-sharp-loans/" class="cc-menu-sub menu-id-304 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Public Sector Loans</a></li><li role="none"><a href="./buy-now-pay-later.html" class="cc-menu-sub menu-id-311 current menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-288 current_page_item" role="treeitem"aria-current="page">Buy Now Pay Later</a></li><li role="none"><a href="https://www.creditdirect.ng/paramilitary-loans/" class="cc-menu-sub menu-id-306 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Paramilitary Loans</a></li></ul></li><li role="none"><a aria-owns="cc-menu-317" href="#" class="cc-menu-main menu-id-317 menu-item menu-item-type-custom menu-item-object-custom" role="treeitem" aria-haspopup="true" aria-expanded="false">Company<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  id="cc-menu-317" class="cc-menu-dropdown" role="group" aria-label="Company"><li role="none"><a href="https://www.creditdirect.ng/about-us/" class="cc-menu-sub menu-id-313 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">About Us</a></li><li role="none"><a href="https://www.creditdirect.ng/about-us/#investor-information" class="cc-menu-sub menu-id-1758 menu-item menu-item-type-custom menu-item-object-custom" role="treeitem">Investor Information</a></li></ul></li><li role="none"><a aria-owns="cc-menu-316" href="#" class="cc-menu-main menu-id-316 menu-item menu-item-type-custom menu-item-object-custom" role="treeitem" aria-haspopup="true" aria-expanded="false">Resources<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  id="cc-menu-316" class="cc-menu-dropdown" role="group" aria-label="Resources"><li role="none"><a href="https://www.creditdirect.ng/resource-articles/" class="cc-menu-sub menu-id-929 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Blog Articles</a></li><li role="none"><a href="https://www.creditdirect.ng/frequently-asked-questions/" class="cc-menu-sub menu-id-1147 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Frequently Asked Questions</a></li><li role="none"><a aria-owns="cc-menu-1759" href="#" class="cc-menu-sub menu-id-1759 menu-item menu-item-type-custom menu-item-object-custom" aria-haspopup="true" role="treeitem" aria-expanded="false" >Privacy & Terms<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul id="cc-menu-1759" data-ccdropmenu class="cc-menu-dropdown" role="group" aria-label="Privacy & Terms"><li role="none"><a href="https://www.creditdirect.ng/privacy-policy/" class="cc-menu-sub menu-id-1774 menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy" role="treeitem">Privacy Policy</a></li><li role="none"><a href="https://www.creditdirect.ng/loan-agreement-terms-conditions/" class="cc-menu-sub menu-id-2146 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Terms & Conditions</a></li><li role="none"><a href="https://www.creditdirect.ng/privacy-notice-employees/" class="cc-menu-sub menu-id-2152 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Privacy Notice – Employees</a></li><li role="none"><a href="https://www.creditdirect.ng/whistle-blowing-and-complaints-handling-policy/" class="cc-menu-sub menu-id-3223 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Whistle Blowing Policy</a></li><li role="none"><a href="https://www.creditdirect.ng/ussd-terms-and-conditions/" class="cc-menu-sub menu-id-3557 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">USSD Terms and Conditions</a></li></ul></li></ul></li><li role="none"><a href="https://www.creditdirect.ng/contact/" class="cc-menu-main menu-id-310 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Contact</a></li><li role="none"><a aria-owns="cc-menu-3047" href="https://www.creditdirect.ng/careers/" class="cc-menu-main menu-id-3047 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem" aria-haspopup="true" aria-expanded="false">Careers<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path fill="unset" d="M12 27c0 0 0 0 0 0-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.293-0.707l9.293-9.293-9.293-9.293c-0.181-0.181-0.293-0.431-0.293-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.293l10 10c0.181 0.181 0.293 0.431 0.293 0.707s-0.112 0.526-0.293 0.707l-10 10c-0.18 0.181-0.43 0.293-0.706 0.293-0 0-0.001 0-0.001 0h0z" ></path></svg></a><ul  id="cc-menu-3047" class="cc-menu-dropdown" role="group" aria-label="Careers"><li role="none"><a href="https://www.creditdirect.ng/why-work-with-us/" class="cc-menu-sub menu-id-3875 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Why Work with Us</a></li><li role="none"><a href="https://www.creditdirect.ng/life-at-creditdirect/" class="cc-menu-sub menu-id-3876 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Life At Creditdirect</a></li></ul></li></ul></nav> </a>    <div id="div-c363fe0" class="div-ce58a45"> <a id="icon-c24f2f3" class="icon-c7538d5 cc-icn" href="https://www.facebook.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 28"><path d="M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z"></path></svg></a>    <a id="icon-c011dbb" class="icon-c5ce2b7 icon-c7538d5 cc-icn" href="https://www.instagram.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 28"><path d="M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z"></path></svg></a>    <a id="icon-c1b56b2" class="icon-cd04a91 icon-c7538d5 icon-c5ce2b7 cc-icn" href="https://www.twitter.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 26 28"><path d="M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z"></path></svg></a>    <a id="icon-c869732" class="icon-cbbdccd icon-c7538d5 icon-c5ce2b7 icon-cd04a91 cc-icn" href="https://www.linkedin.com/company/11500510" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 28"><path d="M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z"></path></svg></a> </div>    <div id="div-c0d4d59" class="div-c8d1e3e"> <p id="paragraph-c688e3c" class="paragraph-c4d4dbd"><span class="cc-span copyright">©</span> 2024 Credit Direct Limited</p> </div>    <button id="icon-c261a65" class="icon-cea0f46 icon-cc1db3b cc-icn" data-modalclose="" data-modalid="modal-cd732c2" title="closeModal"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M25.707 24.293c0.181 0.181 0.293 0.431 0.293 0.708 0 0.552-0.448 1-1 1-0.276 0-0.527-0.112-0.708-0.293v0l-8.293-8.293-8.293 8.293c-0.181 0.181-0.431 0.292-0.707 0.292-0.552 0-1-0.448-1-1 0-0.276 0.112-0.526 0.292-0.707v0l8.293-8.293-8.293-8.293c-0.181-0.181-0.292-0.431-0.292-0.707 0-0.552 0.448-1 1-1 0.276 0 0.526 0.112 0.707 0.292v0l8.293 8.293 8.293-8.293c0.181-0.181 0.431-0.292 0.707-0.292 0.552 0 1 0.448 1 1 0 0.276-0.112 0.526-0.292 0.707v0l-8.293 8.293z"></path></svg></button>    <div id="div-cc322ab" class="div-c53c107" data-speed="15"></div> </div></div></div>  <div class="wp-site-blocks"> <section id="section-c531d24" class="section-c3ab97b cc-sct" color-profile=""><div id="section-c531d24-wrapper" class="section-c3ab97b-wrapper cc-wrapper"> <div id="div-c5246bc" class="div-cb800d4" color-profile="Wine"> <div id="div-c95f0b1" class="div-c88e1a9"> <p id="paragraph-c3e5726" class="paragraph-c4ffae6 cc-block-typo-font-8" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" color-profile="Wine" data-aos="fade-in-up-small">Buy Now, Pay Later</p>    <h1 id="heading-c977a3c" class="heading-ce1770e cc-block-typo-font-7" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Don&#8217;t window shop, get it now and pay in bits.</h1>    <p id="paragraph-ca38ff9" class="paragraph-c4e979a cc-block-typo-font-2" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade-in-up-small">With our Buy Now Pay Later service, it’s quick and easy than ever to buy the things you need and pay in convenient monthly instalments.</p> </div>    <div id="div-c21aa88" class="div-c2396f4 parallaxlayer" style="--background-image:url(./images/2023-03-cdl-buynow-paylater-hero.webp);" data-speed="1"></div>    <div id="div-ceb3fdb" class="div-cf2f669"> <div id="div-c19aa7b" class="div-c11e383"> <img id="image-ccceece" class="image-cfd55fe parallaxlayer cc-img" src="./images/2023-03-cdl-cross.webp" height="115" width="114" alt="" data-speed="2"/> </div>    <div id="div-cb12aa3" class="div-cfeddef"> <img id="image-ca41e1d" class="image-c7a9eee parallaxlayer cc-img" src="./images/2023-03-cdl-packages-3dicon.webp" height="185" width="173" alt="" data-speed="3"/> </div>    <div id="div-c47cc77" class="div-c216d56"> <img id="image-cec0549" class="image-c59a221 parallaxlayer cc-img" src="./images/2023-03-cdl-bolt.webp" height="105" width="149" alt="" data-speed="-1"/> </div> </div> </div> </div></section>    <section id="section-ce32a39" class="section-c33eab1 cc-sct"><div id="section-ce32a39-wrapper" class="section-c33eab1-wrapper cc-wrapper"> <h1 id="heading-c067fcc" class="heading-cd432db cc-block-typo-font-21" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" color-profile="" data-aos="fade-in-up-small">Get the things you need now, and pay later.</h1>    <p id="paragraph-c0cc95e" class="paragraph-c816aa9 cc-block-typo-font-20" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Let’s help you upgrade your lifestyle. </p>    <div id="columns-c8e54e5" class="columns-c3221a6"> <div id="column-c8521f3" class="column-cd513ba cc-clmn" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" data-aos="fade-in-right-small"> <div id="icon-c527de8" class="icon-c22412b cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M21.25 7c0-0.414 0.336-0.75 0.75-0.75h2.25v-2.25c0-0.414 0.336-0.75 0.75-0.75s0.75 0.336 0.75 0.75v0 2.25h2.25c0.414 0 0.75 0.336 0.75 0.75s-0.336 0.75-0.75 0.75v0h-2.25v2.25c0 0.414-0.336 0.75-0.75 0.75s-0.75-0.336-0.75-0.75v0-2.25h-2.25c-0.414-0-0.75-0.336-0.75-0.75v0zM28.776 26.623c-1.941-3.3-5.034-5.745-8.714-6.802l-0.105-0.026c1.96-1.009 3.462-2.676 4.233-4.703l0.020-0.060c0.029-0.077 0.046-0.166 0.046-0.259 0-0.414-0.336-0.75-0.75-0.75-0.321 0-0.594 0.201-0.702 0.484l-0.002 0.005c-1.053 2.785-3.697 4.729-6.794 4.729-4.002 0-7.246-3.244-7.246-7.246s3.244-7.246 7.246-7.246c0.591 0 1.166 0.071 1.716 0.204l-0.050-0.010c0.052 0.013 0.111 0.020 0.173 0.020 0.414 0 0.75-0.336 0.75-0.75 0-0.353-0.244-0.649-0.572-0.729l-0.005-0.001c-0.607-0.15-1.304-0.237-2.021-0.237-4.832 0-8.749 3.917-8.749 8.749 0 3.387 1.924 6.324 4.739 7.778l0.049 0.023c-3.783 1.083-6.874 3.528-8.776 6.756l-0.038 0.069c-0.063 0.108-0.101 0.237-0.101 0.376 0 0.414 0.336 0.75 0.75 0.75 0.276 0 0.517-0.149 0.647-0.371l0.002-0.004c2.335-3.988 6.598-6.624 11.477-6.624s9.143 2.636 11.443 6.562l0.034 0.063c0.132 0.225 0.373 0.374 0.649 0.374 0.414 0 0.75-0.336 0.75-0.75 0-0.138-0.037-0.268-0.103-0.379l0.002 0.004z"></path></svg></div>    <h1 id="heading-cae9ce1" class="heading-c0c5f60 cc-block-typo-font-14">Create Account</h1>    <p id="paragraph-cd83770" class="paragraph-c030ed2 cc-block-typo-font-10">Sign up with your email and password to set up your account.</p> </div>    <div id="column-c5950d9" class="column-ce2f496 column-cd513ba cc-clmn" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade-in-right-small"> <div id="icon-cef16d1" class="icon-ca5f879 icon-c22412b cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M11.25 12c0-0.414 0.336-0.75 0.75-0.75h8c0.414 0 0.75 0.336 0.75 0.75s-0.336 0.75-0.75 0.75v0h-8c-0.414-0-0.75-0.336-0.75-0.75v0zM12 16.75h8c0.414 0 0.75-0.336 0.75-0.75s-0.336-0.75-0.75-0.75v0h-8c-0.414 0-0.75 0.336-0.75 0.75s0.336 0.75 0.75 0.75v0zM16 19.25h-4c-0.414 0-0.75 0.336-0.75 0.75s0.336 0.75 0.75 0.75v0h4c0.414 0 0.75-0.336 0.75-0.75s-0.336-0.75-0.75-0.75v0zM27.75 6v13.586c0 0.001 0 0.003 0 0.005 0 0.482-0.196 0.918-0.512 1.233l-6.414 6.414c-0.315 0.317-0.751 0.513-1.233 0.513-0.002 0-0.003 0-0.005 0h-13.586c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM6 26.25h13.25v-6.251c0-0.414 0.336-0.75 0.75-0.75v0h6.25v-13.249c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h0zM25.19 20.749h-4.44v4.44z"></path></svg></div>    <h1 id="heading-ce3c0da" class="heading-c5322f7 heading-c0c5f60 cc-block-typo-font-14">Apply for a loan</h1>    <p id="paragraph-c5410ad" class="paragraph-c29aaf8 paragraph-c030ed2 cc-block-typo-font-10">Make a request for a personal loan from your unique dashboard.</p> </div>    <div id="column-c3cb18a" class="column-c579f89 column-cd513ba cc-clmn" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade-in-right-small"> <div id="icon-c8fe871" class="icon-c1c89c9 icon-c22412b cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <h1 id="heading-c7012be" class="heading-cfa34a8 heading-c0c5f60 cc-block-typo-font-14">Doc Review &#038; Underwriting</h1>    <p id="paragraph-caf607f" class="paragraph-c5eaaa7 paragraph-c030ed2 cc-block-typo-font-10">Fill out our KYC form to determine your eligibility.</p> </div>    <div id="column-c509173" class="column-c60ffe2 column-cd513ba cc-clmn" style="--ccaos-duration:0.4s;--ccaos-delay:0.3s;--ccaos-easing:eases;" data-aos="fade-in-right-small"> <div id="icon-c922f5b" class="icon-ceee604 icon-c22412b cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M28 6.25h-24c-0.966 0.001-1.749 0.784-1.75 1.75v4.092c-0 0.005-0.001 0.010-0.001 0.014s0.001 0.010 0.001 0.014v11.879c0.001 0.966 0.784 1.749 1.75 1.75h24c0.966-0.001 1.749-0.784 1.75-1.75v-16c-0.001-0.966-0.784-1.749-1.75-1.75h-0zM4 7.75h24c0.138 0 0.25 0.112 0.25 0.25v3.357h-24.5v-3.357c0-0.138 0.112-0.25 0.25-0.25h0zM28 24.25h-24c-0.138-0-0.25-0.112-0.25-0.25v-11.143h24.5v11.143c-0 0.138-0.112 0.25-0.25 0.25h-0zM25.749 21c-0 0.414-0.336 0.75-0.75 0.75h-4c-0.414 0-0.75-0.336-0.75-0.75s0.336-0.75 0.75-0.75v0h4c0.414 0 0.75 0.336 0.75 0.75v0zM17.749 21c-0 0.414-0.336 0.75-0.75 0.75h-2c-0.414 0-0.75-0.336-0.75-0.75s0.336-0.75 0.75-0.75v0h2c0.414 0 0.75 0.336 0.75 0.75v0z"></path></svg></div>    <h1 id="heading-c925d5a" class="heading-cf89d96 heading-c0c5f60 cc-block-typo-font-14">Get Funded</h1>    <p id="paragraph-cf6d2cf" class="paragraph-c0cf1da paragraph-c030ed2 cc-block-typo-font-10">After verification, funds will be disbursed to your bank account.</p> </div> </div>   </div></section>    <section id="section-c265d11" class="section-c9d7260 cc-sct"><div id="section-c265d11-wrapper" class="section-c9d7260-wrapper cc-wrapper"> <div id="div-c83982e" class="div-c60c585"> <p id="paragraph-c94de92" class="paragraph-c049c80 cc-block-typo-font-8" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" color-profile="Wine" data-aos="fade">FEATURES &amp; BENEFITS</p>    <h1 id="heading-cd13100" class="heading-c3abcc0 cc-block-typo-font-15" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade">Upgrade your lifestyle, at your convenience.</h1>    <div id="repeater-ce41c13" class="repeater-c41823e" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade"><div > <div id="div-c9aa94e" class="div-cc06d43" color-profile="Wine"> <div id="icon-c9d589d" class="icon-c258259 cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <p id="paragraph-cad9163" class="paragraph-c679dba cc-block-typo-font-17">Unique asset financing model for financing white goods, income-generating assets (ice-makers, grinding machines, etc.), and household equipment.</p> </div> </div><div > <div id="div-c9aa94e-r-1" class="div-cc06d43" color-profile="Wine"> <div id="icon-c9d589d-r-1" class="icon-c258259 cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <p id="paragraph-cad9163-r-1" class="paragraph-c679dba cc-block-typo-font-17">Tenors available are 3, 6, 9, and 12 months.</p> </div> </div><div > <div id="div-c9aa94e-r-2" class="div-cc06d43" color-profile="Wine"> <div id="icon-c9d589d-r-2" class="icon-c258259 cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <p id="paragraph-cad9163-r-2" class="paragraph-c679dba cc-block-typo-font-17">Asset Pickup within 24 hours of submission of completed documentation.</p> </div> </div><div > <div id="div-c9aa94e-r-3" class="div-cc06d43" color-profile="Wine"> <div id="icon-c9d589d-r-3" class="icon-c258259 cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <p id="paragraph-cad9163-r-3" class="paragraph-c679dba cc-block-typo-font-17">This product is open to both private and public sector organizations.</p> </div> </div><div > <div id="div-c9aa94e-r-4" class="div-cc06d43" color-profile="Wine"> <div id="icon-c9d589d-r-4" class="icon-c258259 cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.030 11.030l-11 11c-0.136 0.136-0.323 0.22-0.53 0.22s-0.395-0.084-0.53-0.22l-5.5-5.5c-0.136-0.136-0.22-0.323-0.22-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.395 0.084 0.53 0.22l4.97 4.969 10.47-10.47c0.136-0.136 0.323-0.219 0.53-0.219 0.414 0 0.75 0.336 0.75 0.75 0 0.207-0.084 0.394-0.219 0.53v0zM30.53 9.97c-0.136-0.136-0.323-0.22-0.53-0.22s-0.395 0.084-0.53 0.22l-10.47 10.47-2.391-2.391c-0.136-0.136-0.323-0.22-0.53-0.22-0.414 0-0.75 0.336-0.75 0.75 0 0.207 0.084 0.395 0.22 0.53l2.922 2.922c0.136 0.136 0.323 0.22 0.53 0.22s0.395-0.084 0.53-0.22l11-11c0.136-0.136 0.22-0.323 0.22-0.53s-0.084-0.395-0.22-0.53v0z"></path></svg></div>    <p id="paragraph-cad9163-r-4" class="paragraph-c679dba cc-block-typo-font-17">Purchase of these assets is at CDL-accredited vendors  with warranties and active after-sales service.</p> </div> </div></div>    <div id="div-c745d22" class="div-c88739a cc-icon-list" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade"> <p id="paragraph-cd68891" class="paragraph-cbd408a"></p> </div> </div>    <div id="div-c066600" class="div-c11b1f4" style="--ccaos-duration:0.4s;--ccaos-delay:0.3s;--ccaos-easing:eases;--background-image:url(./images/2023-03-cdl-buynow-paylater-cta.webp);" data-aos="fade-in-right-small"></div>    <div id="div-ceb8ab4" class="div-c083d74" style="--background-image:url(undefined);"></div> </div></section>    <section id="section-cedda77" class="section-c6fa160 cc-sct"><div id="section-cedda77-wrapper" class="section-c6fa160-wrapper cc-wrapper"> <div id="div-cc11c8d" class="div-c922a5a" style="--ccaos-duration:0.4s;--ccaos-easing:eases;--background-image:url(./images/2023-03-cdl-buynow-paylater-features.webp);" data-aos="fade-in-left-small"></div>    <div id="div-ccf1826" class="div-cbb0169"> <p id="paragraph-ce2f9c7" class="paragraph-c5c908b cc-block-typo-font-8" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" color-profile="Wine" data-aos="fade">ELIGIBILITY CRITERIA</p>    <h1 id="heading-cf4cc74" class="heading-cdf508b cc-block-typo-font-15" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade">What do you need to get your items?</h1>    <p id="paragraph-ccb0b06" class="paragraph-c8ecb39 cc-block-typo-font-2" style="--ccaos-duration:0.4s;--ccaos-delay:0.3s;--ccaos-easing:eases;" data-aos="fade">To start your journey to financial freedom with us, we need to know whether  you check all our boxes. It takes around 2 minutes and it won&#8217;t harm your credit rating.</p> </div>   </div></section>    <section id="section-c927af1" class="section-c55a505 cc-sct"><div id="section-c927af1-wrapper" class="section-c55a505-wrapper cc-wrapper"> <h1 id="heading-c845dcc" class="heading-c8a627e cc-block-typo-font-13" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" data-aos="fade">To be eligible you must&#8230;</h1>    <div id="repeater-c418880" class="repeater-cb415ef" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade"><div > <div id="div-ce24fa7" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203" class="paragraph-cea914f cc-block-typo-font-17">Have a staff Identification card</p> </div> </div><div > <div id="div-ce24fa7-r-1" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-1" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-1" class="paragraph-cea914f cc-block-typo-font-17">Live and or work in Lagos State.</p> </div> </div><div > <div id="div-ce24fa7-r-2" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-2" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-2" class="paragraph-cea914f cc-block-typo-font-17">Be between 22 and 58 years old.</p> </div> </div><div > <div id="div-ce24fa7-r-3" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-3" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-3" class="paragraph-cea914f cc-block-typo-font-17">Possess a clean Credit Bureau Report.</p> </div> </div><div > <div id="div-ce24fa7-r-4" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-4" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-4" class="paragraph-cea914f cc-block-typo-font-17">Not have a history of returned cheques in your account.</p> </div> </div><div > <div id="div-ce24fa7-r-5" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-5" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-5" class="paragraph-cea914f cc-block-typo-font-17">Possess a verifiable monthly income and pension statement</p> </div> </div><div > <div id="div-ce24fa7-r-6" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-6" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-6" class="paragraph-cea914f cc-block-typo-font-17">Run an account (Current or Savings) with a commercial Bank in Nigeria.</p> </div> </div><div > <div id="div-ce24fa7-r-7" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-7" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-7" class="paragraph-cea914f cc-block-typo-font-17">Present one recent passport photograph (within the last 6 months)</p> </div> </div><div > <div id="div-ce24fa7-r-8" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-8" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-8" class="paragraph-cea914f cc-block-typo-font-17">Possess a valid Proof of Identification (current ECOWAS Passport, National Identification, Driver’s License or Voters ID)</p> </div> </div><div > <div id="div-ce24fa7-r-9" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-9" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-9" class="paragraph-cea914f cc-block-typo-font-17">Present NUBAN Cheque leaves for the duration of Loan/Activated direct debit mandate</p> </div> </div><div > <div id="div-ce24fa7-r-10" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-10" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-10" class="paragraph-cea914f cc-block-typo-font-17">Have a salary bank statement for the last 3 months (must be stamped by the bank). Your bank can send it directly to us at cashtogo@creditdirect.ng</p> </div> </div><div > <div id="div-ce24fa7-r-11" class="div-c088211" color-profile="Wine"> <div id="icon-cddd133-r-11" class="icon-c96a58f cc-icn" color-profile="Wine"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M22.042 12.482c0.128 0.134 0.207 0.317 0.207 0.518 0 0.213-0.089 0.406-0.232 0.542l-0 0-7.333 7c-0.134 0.128-0.317 0.207-0.518 0.207s-0.383-0.079-0.518-0.208l0 0-3.667-3.5c-0.142-0.137-0.23-0.328-0.23-0.541 0-0.414 0.336-0.75 0.75-0.75 0.2 0 0.382 0.078 0.516 0.206l-0-0 3.149 3.006 6.815-6.506c0.134-0.128 0.317-0.207 0.518-0.207 0.213 0 0.406 0.089 0.542 0.232l0 0zM27.75 6v20c-0.001 0.966-0.784 1.749-1.75 1.75h-20c-0.966-0.001-1.749-0.784-1.75-1.75v-20c0.001-0.966 0.784-1.749 1.75-1.75h20c0.966 0.001 1.749 0.784 1.75 1.75v0zM26.25 6c-0-0.138-0.112-0.25-0.25-0.25h-20c-0.138 0-0.25 0.112-0.25 0.25v20c0 0.138 0.112 0.25 0.25 0.25h20c0.138-0 0.25-0.112 0.25-0.25v-0z"></path></svg></div>    <p id="paragraph-cc46203-r-11" class="paragraph-cea914f cc-block-typo-font-17">Send a letter of Employment, Confirmation, Promotion, Redeployment, Salary Increase OR Introduction Letter from Employer’s HR to CREDITDIRECT</p> </div> </div></div> </div></section>    <section id="section-c88240b" class="section-c406f5f cc-sct"><div id="section-c88240b-wrapper" class="section-c406f5f-wrapper cc-wrapper"> <h1 id="heading-c835899" class="heading-c1c3320 cc-block-typo-font-21" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Frequently asked questions</h1>    <p id="paragraph-c4f1a17" class="paragraph-c9b2d80 cc-block-typo-font-20" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Got a question about our loans, how quick we disburse, or looking for other financial products?</p>    <div id="repeater-cf7e566" class="repeater-c9a2974" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade-in-up-small"><div > <div id="accordion-cc6bd89" class="accordion-c9bfe20 cc-accordion-hidden cc-acd" data-cc-accordion="true" data-cc-accordion-group="faq"> <button id="accordionheader-c2bb052" class="accordionheader-c9a98e8" data-cc-accordion-header="true" aria-expanded="false"> <h1 id="heading-c9139e1" class="heading-cb73cc9 cc-block-typo-font-19">What are buy now pay later loans?</h1>    <div id="icon-ca5eed5" class="icon-cc1ec31 cc-icn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 28"><path d="M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z"></path></svg></div> </button>    <div id="accordioncontent-c1335fa" class="accordioncontent-cd28380 cc-acdc" data-cc-accordion-content="true"> <p id="paragraph-c9c253d" class="paragraph-cae0a8c cc-block-typo-font-2">Buy now, pay later (BNPL) is a type of short-term financing. Consumers can make purchases and pay for them overtime after an up-front payment. We offer ease in purchasing commercial or lifestyle assets and a convenient repayment plan.</p> </div> </div> </div><div > <div id="accordion-cc6bd89-r-1" class="accordion-c9bfe20 cc-accordion-hidden cc-acd" data-cc-accordion="true" data-cc-accordion-group="faq"> <button id="accordionheader-c2bb052-r-1" class="accordionheader-c9a98e8" data-cc-accordion-header="true" aria-expanded="false"> <h1 id="heading-c9139e1-r-1" class="heading-cb73cc9 cc-block-typo-font-19">How long after i apply do i get the loan?</h1>    <div id="icon-ca5eed5-r-1" class="icon-cc1ec31 cc-icn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 28"><path d="M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z"></path></svg></div> </button>    <div id="accordioncontent-c1335fa-r-1" class="accordioncontent-cd28380 cc-acdc" data-cc-accordion-content="true"> <p id="paragraph-c9c253d-r-1" class="paragraph-cae0a8c cc-block-typo-font-2">In Buy Now, pay later (BNPL) once you apply, the loan application undergoes a thorough decisioning process and upon provision of certain requirements, the loan is approved within minutes. (If all requirements are met)</p> </div> </div> </div><div > <div id="accordion-cc6bd89-r-2" class="accordion-c9bfe20 cc-accordion-hidden cc-acd" data-cc-accordion="true" data-cc-accordion-group="faq"> <button id="accordionheader-c2bb052-r-2" class="accordionheader-c9a98e8" data-cc-accordion-header="true" aria-expanded="false"> <h1 id="heading-c9139e1-r-2" class="heading-cb73cc9 cc-block-typo-font-19">What are the benefits of a buy now pay later loan?</h1>    <div id="icon-ca5eed5-r-2" class="icon-cc1ec31 cc-icn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 28"><path d="M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z"></path></svg></div> </button>    <div id="accordioncontent-c1335fa-r-2" class="accordioncontent-cd28380 cc-acdc" data-cc-accordion-content="true"> <p id="paragraph-c9c253d-r-2" class="paragraph-cae0a8c cc-block-typo-font-2">In Buy now, pay later (BNPL) you have an option to monitor your finances and gives you freedom to choose whatever phone or appliance you need and plan your repayment. It helps you build your credit score if payment is made on time.</p> </div> </div> </div><div > <div id="accordion-cc6bd89-r-3" class="accordion-c9bfe20 cc-accordion-hidden cc-acd" data-cc-accordion="true" data-cc-accordion-group="faq"> <button id="accordionheader-c2bb052-r-3" class="accordionheader-c9a98e8" data-cc-accordion-header="true" aria-expanded="false"> <h1 id="heading-c9139e1-r-3" class="heading-cb73cc9 cc-block-typo-font-19">What is the maximum amount that can be financed with a Buy Now Pay Later Loan?</h1>    <div id="icon-ca5eed5-r-3" class="icon-cc1ec31 cc-icn"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 28 28"><path d="M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z"></path></svg></div> </button>    <div id="accordioncontent-c1335fa-r-3" class="accordioncontent-cd28380 cc-acdc" data-cc-accordion-content="true"> <p id="paragraph-c9c253d-r-3" class="paragraph-cae0a8c cc-block-typo-font-2">You can finance a product up to N2million Naira with equity payment made.</p> </div> </div> </div></div>    <a id="button-c2e2840" class="button-ccfcd66 cc-btn" style="--ccaos-duration:0.4s;--ccaos-delay:0.4s;--ccaos-easing:eases;" href="https://www.creditdirect.ng/frequently-asked-questions/" color-profile="Wine" data-aos="fade">View More Q&amp;A Here<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M27.53 16.53l-9 9c-0.136 0.136-0.323 0.219-0.53 0.219-0.414 0-0.75-0.336-0.75-0.75 0-0.207 0.084-0.394 0.219-0.53v0l7.72-7.72h-20.189c-0.414 0-0.75-0.336-0.75-0.75s0.336-0.75 0.75-0.75v0h20.189l-7.72-7.72c-0.136-0.136-0.219-0.323-0.219-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.394 0.084 0.53 0.219v0l9 9c0.136 0.136 0.22 0.323 0.22 0.53s-0.084 0.395-0.22 0.53v0z"></path></svg></a> </div></section>    <section id="section-cc01149" class="section-cb28c29 cc-sct"><div id="section-cc01149-wrapper" class="section-cb28c29-wrapper cc-wrapper"> <section id="section-ca6d04a" class="section-c027c67 cc-sct"><div id="section-ca6d04a-wrapper" class="section-c027c67-wrapper cc-wrapper"> <div id="div-c5b0634" class="div-c78875e"> <div id="div-c8a431f" class="div-c5d8c22"> <div id="div-c2d3718" class="div-c3e1cba"> <h1 id="heading-c57332f" class="heading-c4acc10 cc-block-typo-font-21" style="--ccaos-duration:0.5s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Ready to get started?</h1>    <p id="paragraph-c44b386" class="paragraph-cd4e9c7 cc-block-typo-font-20" style="--ccaos-duration:0.5s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade-in-up-small">Start your journey to financial freedom today.</p> </div>    <div id="columns-cad5a68" class="columns-c7dfe89"> <div id="column-ceed4f0" class="column-c0e970d cc-clmn"> <div id="icon-c2dbdfd" class="icon-cd2cfa1 cc-icn" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" data-aos="fade"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M19.203 4.806c0.089-0.323 0.38-0.556 0.725-0.556 0.069 0 0.135 0.009 0.198 0.027l-0.005-0.001c3.715 1.022 6.582 3.889 7.586 7.528l0.018 0.076c0.016 0.058 0.025 0.125 0.025 0.194 0 0.414-0.336 0.75-0.75 0.75-0.345 0-0.636-0.233-0.723-0.551l-0.001-0.005c-0.88-3.196-3.346-5.662-6.477-6.527l-0.065-0.015c-0.323-0.088-0.556-0.379-0.556-0.725 0-0.069 0.009-0.136 0.027-0.199l-0.001 0.005zM18.698 9.589c1.814 0.499 3.214 1.899 3.704 3.676l0.009 0.037c0.088 0.323 0.379 0.556 0.725 0.556 0.414 0 0.75-0.336 0.75-0.75 0-0.069-0.009-0.135-0.027-0.199l0.001 0.005c-0.642-2.333-2.442-4.133-4.727-4.764l-0.047-0.011c-0.058-0.016-0.125-0.025-0.194-0.025-0.414 0-0.75 0.336-0.75 0.75 0 0.345 0.233 0.636 0.551 0.723l0.005 0.001zM28.697 21.854c-0.442 3.341-3.271 5.893-6.696 5.896h-0c-9.787 0-17.75-7.963-17.75-17.75 0.004-3.426 2.555-6.255 5.862-6.693l0.034-0.004c0.063-0.008 0.136-0.013 0.209-0.013 0.718 0 1.335 0.432 1.607 1.050l0.004 0.011 2.511 5.86c0.090 0.203 0.142 0.44 0.142 0.69 0 0.357-0.107 0.688-0.29 0.965l0.004-0.006-2.079 3.177c-0.027 0.038-0.042 0.085-0.042 0.136 0 0.036 0.008 0.070 0.022 0.101l-0.001-0.002v0c0.984 1.976 2.552 3.538 4.476 4.488l0.058 0.026c0.029 0.013 0.063 0.021 0.098 0.021 0.052 0 0.1-0.016 0.139-0.044l3.129-2.086c0.272-0.185 0.608-0.295 0.97-0.295 0.249 0 0.487 0.052 0.701 0.147l-0.011-0.004 5.855 2.509c0.629 0.275 1.061 0.893 1.061 1.611 0 0.074-0.005 0.147-0.013 0.218l0.001-0.009zM27.208 21.666c0.001-0.008 0.001-0.017 0.001-0.026 0-0.102-0.062-0.19-0.151-0.227l-0.002-0.001-5.854-2.509c-0.029-0.013-0.063-0.020-0.098-0.020-0.052 0-0.1 0.016-0.14 0.043l0.001-0.001-3.129 2.087c-0.273 0.185-0.609 0.295-0.971 0.295-0.273 0-0.531-0.062-0.76-0.174l0.010 0.005c-2.286-1.125-4.095-2.926-5.2-5.14l-0.030-0.066c-0.109-0.221-0.173-0.482-0.173-0.757 0-0.357 0.107-0.688 0.29-0.965l-0.004 0.006 2.079-3.178c0.026-0.039 0.041-0.086 0.041-0.137 0-0.036-0.007-0.070-0.021-0.1l0.001 0.002-2.511-5.859c-0.038-0.089-0.124-0.151-0.225-0.153h-0c-0.010 0-0.020 0.001-0.030 0.002l0.001-0c-2.598 0.344-4.582 2.544-4.584 5.208v0c0.010 8.97 7.28 16.24 16.249 16.25h0.001c2.664-0.002 4.864-1.986 5.205-4.558l0.003-0.027z"></path></svg></div>    <h1 id="heading-c2525e7" class="heading-cb7d87b cc-block-typo-font-13" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade">Contact us today</h1>    <a id="button-c643a1a" class="button-c72ec39 cc-btn" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" href="tel:+23414482225" color-profile="Wine" data-aos="fade">Call now<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M27.53 16.53l-9 9c-0.136 0.136-0.323 0.219-0.53 0.219-0.414 0-0.75-0.336-0.75-0.75 0-0.207 0.084-0.394 0.219-0.53v0l7.72-7.72h-20.189c-0.414 0-0.75-0.336-0.75-0.75s0.336-0.75 0.75-0.75v0h20.189l-7.72-7.72c-0.136-0.136-0.219-0.323-0.219-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.394 0.084 0.53 0.219v0l9 9c0.136 0.136 0.22 0.323 0.22 0.53s-0.084 0.395-0.22 0.53v0z"></path></svg></a> </div>    <div id="column-c3972da" class="column-c6f7bd6 column-c0e970d cc-clmn" color-profile="Wine"> <div id="icon-c89c072" class="icon-c04b91f icon-cd2cfa1 cc-icn" style="--ccaos-duration:0.4s;--ccaos-easing:eases;" data-aos="fade"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M16 8.25c-2.623 0-4.75 2.127-4.75 4.75s2.127 4.75 4.75 4.75c2.623 0 4.75-2.127 4.75-4.75v0c-0.003-2.622-2.128-4.747-4.75-4.75h-0zM16 16.25c-1.795 0-3.25-1.455-3.25-3.25s1.455-3.25 3.25-3.25c1.795 0 3.25 1.455 3.25 3.25v0c-0.002 1.794-1.456 3.248-3.25 3.25h-0zM16 2.25c-5.934 0.007-10.743 4.816-10.75 10.749v0.001c0 3.863 1.793 7.967 5.184 11.867 1.532 1.763 3.215 3.323 5.052 4.687l0.084 0.060c0.12 0.085 0.269 0.136 0.43 0.136s0.31-0.051 0.432-0.137l-0.002 0.002c1.921-1.425 3.604-2.985 5.103-4.709l0.033-0.038c3.391-3.9 5.184-8.004 5.184-11.867-0.007-5.934-4.816-10.743-10.749-10.75h-0.001zM16 28.064c-1.878-1.448-9.25-7.611-9.25-15.064 0-5.109 4.141-9.25 9.25-9.25s9.25 4.141 9.25 9.25v0c0 7.453-7.372 13.616-9.25 15.064z"></path></svg></div>    <h1 id="heading-cdddc66" class="heading-c1fce6f heading-cb7d87b cc-block-typo-font-13" style="--ccaos-duration:0.4s;--ccaos-delay:0.1s;--ccaos-easing:eases;" data-aos="fade">Visit a branch near you</h1>    <a id="button-c01eefa" class="button-c92900e button-c72ec39 cc-btn" style="--ccaos-duration:0.4s;--ccaos-delay:0.2s;--ccaos-easing:eases;" href="https://www.creditdirect.ng/contact/#branches" rel="noopener" target="_blank" data-aos="fade">Find a Location<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 32 32"><path d="M27.53 16.53l-9 9c-0.136 0.136-0.323 0.219-0.53 0.219-0.414 0-0.75-0.336-0.75-0.75 0-0.207 0.084-0.394 0.219-0.53v0l7.72-7.72h-20.189c-0.414 0-0.75-0.336-0.75-0.75s0.336-0.75 0.75-0.75v0h20.189l-7.72-7.72c-0.136-0.136-0.219-0.323-0.219-0.53 0-0.414 0.336-0.75 0.75-0.75 0.207 0 0.394 0.084 0.53 0.219v0l9 9c0.136 0.136 0.22 0.323 0.22 0.53s-0.084 0.395-0.22 0.53v0z"></path></svg></a> </div> </div> </div> </div> </div></section>    <div id="div-c8dbc38" class="div-c24c88f" data-speed="-10"></div>    <div id="div-c357694" class="div-c828bf4" data-speed="15"></div> </div></section>   </div>  			<style id="skip-link-styles">.skip-link.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.skip-link.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}</style> 			<script>
		!function(){var e,t,n,i=document.querySelector("main");i&&(e=document.body&&document.body.firstChild)&&((t=i.id)||(t="wp--skip-link--target",i.id=t),(n=document.createElement("a")).classList.add("skip-link","screen-reader-text"),n.href="#"+t,n.innerHTML='Skip to content',e.parentElement.insertBefore(n,e))}();
	</script> 		             <script> 
               (function (w, d, s, o, f, js, fjs) {
                    w['EBANQO-WIDGET'] = o;
                    w[o] = w[o] ||
                        function () {
                            (w[o].q = w[o].q || []).push(arguments);
                        };
                    (js = d.createElement(s)), (fjs = d.getElementsByTagName(s)[0]);
                    js.id = o;
                    js.src = f;
                    js.async = 1;
                    fjs.parentNode.insertBefore(js, fjs);
                })(window, document, 'script', 'ebanqo_widget', 'https://widget.ebanqo.io/app.js');
                ebanqo_widget('init', { url: 'https://webchat.ebanqo.io/v2/CreditDirect' });
            </script>  <section id="section-c5fba31" class="section-cf5f2e8 cc-sct"><div id="section-c5fba31-wrapper" class="section-cf5f2e8-wrapper cc-wrapper"> <section id="section-cb6e9d1" class="section-cab19d8 cc-sct"><div id="section-cb6e9d1-wrapper" class="section-cab19d8-wrapper cc-wrapper"> <div id="columns-c93a784" class="columns-cc522c5"> <div id="column-cbc691a" class="column-c780846 cc-clmn" style="--ccaos-duration:0.5s;--ccaos-easing:eases;" data-aos="fade-in-up-small"> <div id="div-cecd777" class="div-c2d453f"> <img id="image-c81e980" class="image-c87ac70 cc-img" src="./images/2024-05-group-56313.svg" srcset="" sizes="(max-width: 241px) 100vw, 241px" width="241" height="45" alt=""/> </div>    <p id="paragraph-c53305f" class="paragraph-c61afa1 cc-block-typo-font-3">The number one non-bank digitally-led lender that provides financial solutions to millions of customers.</p>    <div id="div-c3c9ec6" class="div-cfd32e2"> <a id="icon-c468263" class="icon-ca6dc19 cc-icn" href="https://www.facebook.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 16 28"><path d="M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z"></path></svg></a>    <a id="icon-c35f4c5" class="icon-cced60e icon-ca6dc19 cc-icn" href="https://www.instagram.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 28"><path d="M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z"></path></svg></a>    <a id="icon-c9adc14" class="icon-c60614e icon-ca6dc19 icon-cced60e cc-icn" href="https://www.twitter.com/creditdirectltd" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 26 28"><path d="M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z"></path></svg></a>    <a id="icon-c3068d1" class="icon-c4491c3 icon-ca6dc19 icon-cced60e cc-icn" href="https://www.linkedin.com/company/11500510" rel="noopener" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 28"><path d="M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z"></path></svg></a> </div> </div>    <div id="column-c329ffc" class="column-c43bfac cc-clmn" style="--ccaos-duration:0.5s;--ccaos-delay:0.2s;--ccaos-easing:eases;" data-aos="fade-in-up-small"> <h2 id="heading-c40b7ae" class="heading-c304996 cc-block-typo-font-4">Our Company</h2>    <nav id="menu-cfc9fe4" class="menu-c8fb023" aria-label="Our Company"><ul class="cc-menu ver" role="tree"><li role="none"><a href="https://www.creditdirect.ng/about-us/" class="cc-menu-main menu-id-331 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">About Us</a></li><li role="none"></li><li role="none"><a href="https://www.creditdirect.ng/privacy-policy/" class="cc-menu-main menu-id-333 menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy" role="treeitem">Legal, Privacy, and Terms</a></li></ul></nav> </div>    <div id="column-c282e7a" class="column-c57399a cc-clmn" style="--ccaos-duration:0.5s;--ccaos-delay:0.3s;--ccaos-easing:eases;" data-aos="fade-in-up-small"> <h1 id="heading-c874150" class="heading-c718091 heading-c304996 cc-block-typo-font-4">Top Products</h1>    <nav id="menu-c3a5784" class="menu-c6bfb1e menu-c8fb023" aria-label="Top Products"><ul class="cc-menu ver" role="tree"><li role="none"><a href="https://www.creditdirect.ng/sharp-sharp-loans/" class="cc-menu-main menu-id-3198 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Public Sector Loans</a></li><li role="none"><a href="./buy-now-pay-later.html" class="cc-menu-main menu-id-3202 current menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-288 current_page_item" role="treeitem" aria-current="page">Buy Now Pay Later</a></li><li role="none"><a href="https://www.creditdirect.ng/personal-loans/" class="cc-menu-main menu-id-3850 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Private Sector Loans</a></li><li role="none"><a href="https://www.creditdirect.ng/paramilitary-loans/" class="cc-menu-main menu-id-3854 menu-item menu-item-type-post_type menu-item-object-page" role="treeitem">Paramilitary Loans</a></li></ul></nav> </div>    <div id="column-c69c78e" class="column-ccbc174 cc-clmn" style="--ccaos-duration:0.5s;--ccaos-delay:0.4s;--ccaos-easing:eases;" data-aos="fade-in-up-small"> <h1 id="heading-cc1142f" class="heading-c559b5a heading-c304996 cc-block-typo-font-4">Contact Us</h1>    <p id="paragraph-ce1bab0" class="paragraph-c160c62 cc-block-typo-font-3"><a href="Whatsapp: 09070309430">Phone: </a><a href="tel:+2342014482225" data-type="tel" data-id="tel:+23414482225">02014482225</a></p>    <p id="paragraph-c08490a" class="paragraph-c3b47fa cc-block-typo-font-3"><a href="Whatsapp: 09070309430">Phone: </a><a href="tel:+2342017005120" data-type="tel" data-id="tel:+23414482225">02017005120</a></p>    <p id="paragraph-c71c5d0" class="paragraph-c6d884e cc-block-typo-font-3"><a href="Whatsapp: 09070309430">Phone: </a><a href="tel:+234700273348347328" data-type="tel" data-id="tel:+23414482225">0700CREDITDIRECT</a></p>    <p id="paragraph-cc29eb9" class="paragraph-c9435db paragraph-c160c62 cc-block-typo-font-3">Address: 48/50 Isaac John Street, GRA, Ikeja, Lagos, Nigeria.</p>    <p id="paragraph-ccb74a9" class="paragraph-c10476d paragraph-c160c62 cc-block-typo-font-3">Whatsapp: <a href="tel:+2349070309430">09070309430</a></p> </div> </div>    <div id="div-c135048" class="div-c0b6cc5"> <div id="div-c3b0699" class="div-c22d5fe"></div>    <p id="paragraph-c70b646" class="paragraph-c7c5838">Copyright © Credit Direct Finance Company Limited.  Authorized and regulated by CBN.</p> </div> </div></section> </div></section> <script id="script-code-1920" type="text/javascript">document.addEventListener("mousemove", parallax);
function parallax(e) {
  this.querySelectorAll(".startparallax").forEach((layer) => {
    var speed = layer.getAttribute("data-speed");
    var x = (window.innerWidth - e.clientX * speed) / -140;
    var y = (window.innerWidth - e.clientY * speed) / -140;
/*  if ( y > 10 ) { y = 10;}
  if ( x > 14 ) { x = 14;}
  if ( y < -10 ) { y = -10;}
  if ( x < -10 ) { x = -10;}*/
    layer.style.transform = `translateX(${x}px) translateY(${y}px)`;
  });
}
    
document.querySelectorAll('.parallaxlayer').forEach((el) => {
const observer = new window.IntersectionObserver(([entry]) => {
        if (entry.isIntersecting) {
            el.classList.add("startparallax");
            return
        }
        el.classList.remove("startparallax");
    }, {
        root: null,
        threshold: 0.1, // set offset 0.1 means trigger if atleast 10% of element in viewport
    })
    observer.observe(el);
});
</script>  <script type="text/javascript">(function(n,t,c,d){if(t.getElementById(d)){return}var o=t.createElement('script');o.id=d;(o.async=!0),(o.src='https://cdn.buttonizer.io/embed.js'),(o.onload=function(){window.Buttonizer?window.Buttonizer.init(c):window.addEventListener('buttonizer_script_loaded',()=>window.Buttonizer.init(c))}),t.head.appendChild(o)})(window,document,'b0610f4a-9011-4341-9473-62eb91a42ea5','buttonizer_script')</script><script src="./js/cwicly-assets-js-cc-scrolld.min.js" id="cc-scrolld-js"></script> <script src="./js/cwicly-assets-js-cc-accordion.min.js" id="cc-accordion-js"></script> <script id="CCers-js-before">
window.CCers = {"ajaxurl":"https:\/\/www.creditdirect.ng\/wp-admin\/admin-ajax.php","restBase":"https:\/\/www.creditdirect.ng\/wp-json","nonce":"d72869ac87","logoutNonce":"ec13876774","loggedIn":false,"cwiclyDefaults":"false","postID":288,"removeIDsClasses":"false","breakpoints":"{\"lg\":{\"name\":\"Desktop\",\"width\":1366,\"isMain\":true,\"icon\":\"Desktop\",\"active\":true},\"md\":{\"name\":\"Tablet\",\"width\":992,\"icon\":\"Tablet\",\"active\":true},\"sm\":{\"name\":\"Mobile\",\"width\":576,\"icon\":\"Mobile\"}}"}
</script> <script src="./js/cwicly-assets-js-ccers.min.js" id="CCers-js"></script> </body> </html>