olaex.banksa.com.au Open in urlscan Pro
110.5.81.82  Public Scan

URL: https://olaex.banksa.com.au/
Submission: On February 09 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="form-horizontal" role="form">
  <div class="navigation-buttons container appno-margin" data-bind="visible:navigationData.ShowApplicationNo" style="display: none;">
    <h6 class="col-sm-8 text-muted"> Application Number: <span data-bind="text: appData.ApplicationID">0</span>
    </h6>
  </div>
  <div class="container" data-bind="css:{'container-margin':navigationData.ShowApplicationNo}">
    <div data-bind="visible:navigationData.ShowSummaryBar, compose: {model: 'viewmodels/shared/SummaryBar', activate: navigationData.ShowSummaryBar}" style="display: none;">
      <div class="durandal-wrapper" data-view="views/shared/SummaryBar" data-active-view="true" style="">
        <section class="summary-container">
          <div class="summary summary-mobile">
            <div class="summary-wrapper" data-bind="template: { name: 'Summary-item-template', foreach: SummaryItemList }, style:{'min-width' :IsMobile? MinWidth:''}"></div>
          </div>
          <div class="summary-edit-container" data-bind="visible: ShowEditLink, style: { 'height': SummaryBarHt }" style="display: none; height: 76px;">
            <a href="" data-bind="click:function(){EditPage(EditLinkLocation)}"><span class="summary-edit icon icon-size-md icon-edit"></span></a>
          </div>
        </section>
        <script type="text/html" id="Summary-item-template">
          <div class="summary-item" data-bind="style: { 'border': ($data.HideItemBorder ? 'none' : ''), 'width':$index()==0?($parent.AppType!='CreditCard'?($parent.AppType=='PLA'?'145px':'160px'):''):''}">
            <img class="summery-img" alt="Credit card" data-bind="attr: { src: $data.ItemImage }, visible: ($data.ItemImage!='')" />
            <h3 class="summary-header" data-bind="html: $data.ItemName"></h3>
            <p class="summary-value" data-bind="html: $data.ItemValue"></p>
            <p class="summary-value" data-bind="html: $data.ItemValue1"></p>
          </div>
        </script>
      </div>
    </div>
    <!--pre data-bind="text:navigationData.ShowLoader" style="position:fixed"></pre-->
    <div class="loader pull-right" data-bind="css: { active: (navigationData.ShowLoader || router.isNavigating() ) }" style="display: none;">
      <div class="splash">
        <span data-bind="spinner: {}" class="icon icon-size-md js-loading loader-color">䷀</span>
        <!--<span data-bind="text: navigationData.ProgressText" class="icon icon-size-md js-loading" style="padding:50px 0px;margin-left:-270px"></span>--> <!--'margin-left':navigationData.IsMobile==false?'-60px':'-60px'-->
        <span
          data-bind="text: navigationData.ProgressText, style:{'padding':'50px 0px','margin-left':navigationData.IsMobile==false?navigationData.LoaderStyle!=''?navigationData.LoaderStyle:'-60px'   :navigationData.LoaderStyle!=''?navigationData.LoaderStyle:'-60px',fontsize:'8px','font-family':'Arial'}"
          style="font-size: 24px; padding: 50px 0px; margin-left: -60px; font-family: Arial;" class="icon icon-size-md js-loading"></span>
        <!--<span data-bind="text: navigationData.ProgressText, style:{'padding':'50px 0px','margin-left':navigationData.IsMobile==false?navigationData.LoaderStyle!=''?'-270px':'-60px'   :navigationData.LoaderStyle!=''?'-180px':'-60px',fontsize:'8px','font-family':'Arial'}" style="font-size:24px;" class="icon icon-size-md js-loading"></span>-->
        <!--style:{'padding-left': IsMobile==false?'78px':'22px'}-->
        <!--<div class="modal" id="BalanceTransferTermsModal123" tabindex="-1" role="dialog" aria-labelledby="BalanceTransferTermsModalLabel" aria-hidden="true" style="display: none;">
                            <div class="modal-dialog"  data-bind="style:{'width':navigationData.IsMobile==false?'400px':'330px','margin-top':navigationData.IsMobile==false?'100px':'200px'}">
                                <div class="modal-content">
                                    <div class="modal-body"  data-bind="style:{'height':navigationData.IsMobile==false?'180px':'200px'}">
                                        <span data-bind="spinner: {}" class="icon icon-size-md js-loading loader-color"></span>
                                        <span data-bind="style:{'padding':navigationData.IsMobile==false?'50px 0px':'0px 0px','margin-left':navigationData.IsMobile==false?'-270px':'-200px','font-family':'Arial','margin-top':navigationData.IsMobile==false?'0px':'50px'}" class="icon  js-loading"><span data-bind="style:{'margin-left':navigationData.IsMobile==false?'100px':'50px','font-family':'Arial'}" style="font-size:20px;font-family:Arial;">We are retrieving your financial details</span></span>
                                    </div>
                                </div>
                            </div>
                        </div>-->
      </div>
    </div>
    <div data-scroll="" data-bind="router: { transition: 'entrance', cacheViews: false }">
      <div class="durandal-wrapper" data-view="views/mainpages/ACEApplicationError" data-active-view="true" style="">
        <section class="content-container" data-bind="visible:!IsSMSException">
          <fieldset class="fieldset">
            <legend style="margin-bottom: 0;"><span data-bind="html: appDisplayTitle"> Application Error</span></legend>
          </fieldset>
          <div class="spacerLong"></div>
          <div class="col-lg-6 col-centered" style="text-align: left; width:100%;padding-left:10px; ">
            <div style="padding-top:5px; padding-bottom:5px; color:#e30000" data-bind="text:ErrorMessage">Sorry – you can no longer access your application through this link</div>
          </div>
          <div class="row" data-bind="visible: IsRedirectToProductCategoryPage == true">
            <div class="col-lg-6 col-centered" style="text-align: left; width:100%;padding-left:10px;margin-left:10px; padding-top:15px; ">
              <p>New regulations effective 5th October 2021 require us to collect additional information before you can start an application for a <span data-bind="text:AppType">Credit Card</span>.</p>
              <p><span data-bind="text:ErrorDescMsg">As you haven't provided this additional information before commencing, unfortunately you are unable to proceed via this link.</span></p>
              <p>Please return to start a new application.<a data-bind="click: RedirectToProductCategoryPage">Start a new application </a></p>
            </div>
          </div>
          <div class="row" data-bind="visible: IsRedirectToUnder18Page == true" style="display: none;">
            <div class="col-lg-6 col-centered" style="text-align: left; width:100%;padding-left:10px;margin-left:10px; padding-top:15px; ">
              <p> You need to be 18+ years of age to apply for this product.</p>
            </div>
          </div>
          <div class="spacerLong"></div>
          <div class="spacerLong"></div>
          <div class="spacerLong"></div>
          <div class="clearfix">
            <div class="col-sm-offset-3 col-sm-9">
              <a class="btn btn-primary btn-xl col-sm-4 col-xs-12" data-bind="click: finish">Finish</a>
            </div>
          </div>
        </section>
        <section class="row content-container" data-bind="visible:IsSMSException" style="display: none;">
          <section>
            <div class="row hidden-xs">
              <div class="col-sm-offset-1 col-sm-11 top-margin5-sm border-bottom">
                <div class="col-sm-1 icon icon-size-lg pull-left remove-side-padding icon-face-sad">
                </div>
                <div class="col-sm-offset-1 col-sm-11 col-md-offset-0 col-md-11">
                  <h2 class="no-bottom-margin-sm" data-bind="text:ErrorMessage">Sorry – you can no longer access your application through this link</h2>
                  <p class="fontsize-16">Please visit your local branch</p>
                </div>
              </div>
            </div>
            <div class="visible-xs">
              <div class="row">
                <div class="col-xs-12 top-margin4-xs col-centered icon icon-size-lg text-center icon-face-sad"></div>
              </div>
              <div class="row">
                <h2 class="col-xs-offset-1 col-xs-10 subform-header text-center" data-bind="text:ErrorMessage">Sorry – you can no longer access your application through this link</h2>
              </div>
              <div class="row">
                <h4 class="col-xs-offset-1 col-xs-10 text-center ng-binding">Please visit your local branch</h4>
              </div>
            </div>
          </section>
          <section class="row clearfix">
            <div class="col-xs-12 col-sm-10 col-sm-offset-1 top-margin5-sm">
              <a id="homepage" class="btn btn-primary btn-xl pull-right col-xs-12 col-sm-6 col-md-5 col-lg-4 top-margin7-xs bottom-margin7-xs" href="http://www.stgeorge.com.au/" data-bind="href:HomePageURL">Back to homepage</a>
            </div>
          </section>
        </section>
      </div>
    </div>
  </div>
  <div class="navigation-buttons container">
    <div class="row">
      <div class="col-xs-12">
        <ul>
          <li><button type="button" class="btn btn-default btn-lg pull-left" id="btnPrevWeb" data-bind="visible: navigationData.ShowPrevBtnWeb, click: PrevBtnClick" style="display: none;">Back</button></li>
          <li><a class="pull-left" style="padding-top: 8px; padding-left: 20px; font-size: 16px; display: none;" data-bind="visible: navigationData.ShowCancelBtnWeb, click: CancelBtnClick">Cancel</a></li>
          <li><button type="submit" class="btn btn-primary btn-lg pull-right" id="btnContinueWeb" data-bind="visible: navigationData.ShowContinueBtnWeb, click: ContinueBtnClick, html: navigationData.ContinueBtnText"
              style="display: none;">Continue</button></li>
          <li><button type="button" class="btn btn-default btn-lg pull-right" id="btnSaveWeb" data-toggle="modal" data-target="#SaveRetrive" data-bind="visible: navigationData.ShowSaveBtnWeb, click:SaveBtnClick" style="display: none;">Save for
              later</button><!--<a href="#SaveRetrive" role="button" class="btn btn-default btn-lg pull-right" data-toggle="modal" data-bind="visible: navigationData.ShowSaveBtnWeb">Save for later</a>--></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="navigation-buttons" style="margin-left:10px; margin-right:10px">
    <div class="row">
      <div class="col-xs-12 bottom-margin2-xs" id="divContinueMobile" data-bind="visible: navigationData.ShowContinueBtnMobile" style="display: none;">
        <button type="button" class="btn btn-primary btn-lg btn-block" data-bind="click: ContinueBtnClick, html: navigationData.ContinueBtnText">Continue</button>
      </div>
      <div class="col-xs-12" id="divSaveBtnMobile" data-bind="visible: navigationData.ShowSaveBtnMobile" style="display: none;">
        <button type="button" class="btn btn-default btn-lg btn-block bottom-margin2-xs" data-bind="click:SaveBtnClick">Save for later</button>
      </div>
      <!--<a href="#" id="divBackMobile" class="btn btn-primary btn-lg btn-link col-xs-12" data-bind="visible: navigationData.ShowPrevBtnMobile, click: PrevBtnClick">Back</a>-->
    </div>
    <div class="clear"></div>
  </div>
  <div style="width:100%; margin:auto; text-align:center;">
    <a style="padding-top: 8px; font-size: 16px; display: none;" data-bind="visible: navigationData.ShowCancelBtnMobile, click: CancelBtnClick">Cancel</a>
  </div>
</form>

Text Content

If you have a disability and/ or are having difficulty accessing this page
please call 13 13 76 for assistance



APPLICATION NUMBER: 0

䷀
Application Error

Sorry – you can no longer access your application through this link

New regulations effective 5th October 2021 require us to collect additional
information before you can start an application for a Credit Card.

As you haven't provided this additional information before commencing,
unfortunately you are unable to proceed via this link.

Please return to start a new application.Start a new application

You need to be 18+ years of age to apply for this product.




Finish


SORRY – YOU CAN NO LONGER ACCESS YOUR APPLICATION THROUGH THIS LINK

Please visit your local branch


SORRY – YOU CAN NO LONGER ACCESS YOUR APPLICATION THROUGH THIS LINK

PLEASE VISIT YOUR LOCAL BRANCH

Back to homepage
 * Back
 * Cancel
 * Continue
 * Save for later

Continue
Save for later

Cancel


SECURITY AND YOUR ONLINE APPLICATION

Our site and your on-line application are secure. For more information read our
information on security.

;