www.citibank.com.au Open in urlscan Pro
23.45.99.195  Public Scan

Submitted URL: https://citibank.com.au/AUGCB/jsa/sccen/InitializeSubApp.do
Effective URL: https://www.citibank.com.au/AUGCB/JSO/username/signon/flow.action?ts=1633151117019
Submission: On October 02 via manual from IN — Scanned from DE

Form analysis 1 forms found in the DOM

Name: SignonFormPOST /AUGCB/JSO/username/signon/flow.action

<form name="SignonForm" autocomplete="off" method="POST" action="/AUGCB/JSO/username/signon/flow.action" id="SignonForm">
  <input type="hidden" name="_flowExecutionKey" value="_cspring-web-flow-signon_k76792794-8C0B-E0D2-8DE2-DD7C1CE7B6EB" id="_flowExecutionKey">
  <input type="hidden" name="_eventId" value="submit" id="_eventId">
  <input type="hidden" id="devicePrint" name="devicePrint" value="">
  <div id="usernameBox" class="cA-jso-SouthBlankO">
    <div>&nbsp;</div>
    <strong>User ID</strong>
    <div class="cA-jsoSignon-BoxTitleSpace">&nbsp;</div>
    <input type="text" id="username" name="username" size="18" class="cA-jsoSignon-BoxInputFields" maxlength="50" title="User ID" value="" csvalidator="jso_common_tooltip_validation_do_check" errormsgposition="right">
  </div>
  <div>
    <div class="cA-jsoSignon-BoxFormDiv">
      <strong>Password</strong>
      <div class="cA-jsoSignon-BoxTitleSpace">&nbsp;</div>
      <input type="password" style="position:absolute;left:-9999px" value="a" aria-hidden="true" tabindex="-1"><input type="password" style="position:absolute;left:-9999px" value="b" aria-hidden="true" tabindex="-1"><input type="password"
        style="position:absolute;left:-9999px" value="c" aria-hidden="true" tabindex="-1"><input type="password" style="position:absolute;left:-9999px" value="d" aria-hidden="true" tabindex="-1"><input type="password" id="password" name="password"
        size="18" maxlength="16" value="" class="cA-jsoSignon-BoxInputFields" csvalidator="jso_common_tooltip_validation_do_check" errormsgposition="right">
    </div>
  </div>
  <div class="cA-jsoSignon-BoxPassword">
    <span>We recommend you to change your password regularly.</span>
  </div>
  <script type="text/javascript">
    $('#radioBlock').css('margin-bottom', '17px');
    $('#label4password').css('margin-top', '-2px');
    $(document).ready(function() {
      if ($("#link_lkRegister")[0]) {
        var targetUrl = $("#link_lkRegister")[0].href;
      }
      //$("#link_lkRegister").attr('href', 'javascript:void(0);');
      $("#link_lkRegister").click(function() {
        //callAjax(targetUrl, 'COAAppLayout');
        window.location = $('#link_lkRegister').attr('href');
      });
      $('#link_lkSignOn').attr('href', 'javascript:void(0)');
      var lock = false;
      $("#link_lkSignOn").click(function(e) {
        e.preventDefault();
        jso_common_tooltip_validation_do_check();
        if (!(signOnUname(true, validate, validatePwdLength) && signOnPwd(true, validate, validatePwdLength) && signOnCap(true, validate, validatePwdLength))) {
          return false;
        }
        populateClientData4RBA(document.SignonForm);
        e2eSupport(document.SignonForm);
        if (!lock) {
          lock = true;
          document.SignonForm.submit();
          e2eSafeForm(document.SignonForm);
        }
        if (aaTaggingEnabled == 'true') {
          try {
            $('#link_lkSignOn').attr({
              'data-ctaname': environment + ":CBOL:Sign on",
              'data-ctatype': 'Button',
              'data-ctaposition': 'Middle',
              'id': 'signon-button'
            });
          } catch (error) {
            console.error('link attributes error,' + error.description);
          }
        }
      });
      $(document).ready(function() {
        $('#password').keydown(function(e) {
          var keynum;
          var keychar;
          var numcheck;
          if (window.event) {
            keynum = e.keyCode;
            if (13 == keynum) { //IE
              $("#link_lkSignOn").click();
              e.returnValue = false;
            }
          } else if (e.which) //Other
          {
            keynum = e.which;
            if (13 == keynum) {
              e.preventDefault();
              $("#link_lkSignOn").click();
            }
          }
        });
      });
      $("#link_lkForgotPwd").click(function() {
        //jsoCallAjax('link_lkForgotPwd');
        window.location = $('#link_lkForgotPwd').attr('href');
      });
      $("#link_lkSgnUIDReminder").click(function() {
        //jsoCallAjax('link_lkSgnUIDReminder');
        window.location = $('#link_lkSgnUIDReminder').attr('href');
      });
      $("#link_lkPreHwtReg").click(function() {
        jsoCallAjax('link_lkPreHwtReg');
      });
      $("#link_lkExprSignon").click(function() {
        jsoCallAjax('link_lkExprSignon');
      });
    });
    $(document).ready(function() {
      if (aaTaggingEnabled == 'true') {
        try {
          citiData.page.pageName = environment + ":JSO:Sign On:Sign On Screen";
          citiData.page.pageCategory = "Post-Login: Gateway Page";
          citiData.page.language = language;
          citiData.user.loginState = "Prospect";
          citiData.user.adobeID = getExperienceCloudID(adobeOrgID);
          citiData.user.audienceManagerID = getCookieForTagging("aam_uuid");
          if (typeof triggerAdobeDataEvent != 'undefined') triggerAdobeDataEvent();
        } catch (error) {
          console.error('populate data to citiData failure,' + err.description);
        }
      }
    });

    function jsoCallAjax(theID) {
      var theUrl = $('#' + theID).attr('href');
      $('#' + theID).attr('href', 'javascript:void(0);');
      callAjax(theUrl, 'COAAppLayout');
    }
  </script>
  <div class="cA-jso-ClearPadding">
    <input type="checkbox" name="remember" value="Y">Remember my user ID
  </div>
  <div class="cA-jsoSignon-BoxSignonButton">
    <a id="link_lkSignOn" class="appNavNext ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only jfpw-button-blue" href="javascript:void(0)" onclick="" target="_top" title="SIGN ON" role="button" aria-disabled="false"><span class="ui-button-text">SIGN ON</span></a>
  </div>
  <input type="hidden" class="extraField" name="XXX_Extra" value="8df5eb37">
</form>

Text Content

 * CITIBANK AUSTRALIA

 * OPEN AN ACCOUNT
 * RATES & FEES
 * LOCATIONS

 * CONTACT US
   
   
   SEND A MESSAGE
   
   Send as a message in a secure email.
   
   Frequently Asked Questions
   
   




 * Home
 * Banking
   * Banking
   * Application Enquiry
   * Application Retrieve

 * Credit Cards
   * Credit Cards
   * Application Enquiry
   * Application Retrieve

 * Loans
   * Loans
   * Application Enquiry
   * Application Retrieve

 * Home Loans
 * Investments
 * Insurance
 * Citigold
 * Online Services

 * Sign On ...



 * 
   Complimentary
   Mobile Phone Insurance
   Available on eligible Citi credit
   cards.
   
 * 
   Citi Rewards Card offer
   Bring home rewards and
   score Flybuys bonus points.
   
   
 * 
   Citi Ready Credit
   Low rate balance
   transfer offer.
   
   
 * 
   Citi PayAll
   Pay for more things than
   ever before.
   
   


 












*TERMS AND CONDITIONS APPLY.



 * Find out more


CITI REWARDS CREDIT CARD


Score 100,000 Flybuys bonus points
when you spend $3,000 on eligible
purchases within 90 days from
approval.
Fees, charges, T&Cs apply.

 * Find out more


CITI READY CREDIT

3.99% p.a. for 3 years on the initial
balance transferred to your account
with Citi Ready Credit. Easy.

Reverts to standard variable rate.
Fees and charges, T&Cs apply.



 * Learn more


CITI PAYALL

Pay for more things than ever before.
Pay your rent, taxes, education fees and
more with your credit card at a 0% fee.*

* T&Cs apply.



 * FIND OUT MORE


First time here? REGISTER

SIGN ON to Citibank Online
 
User ID
 
Password
 
We recommend you to change your password regularly.
Remember my user ID
SIGN ON
 Forgot User ID or Password?
 Activate your Card
 Need help?
 Online Banking Demo


Citi
CITI.COM
 * Terms & Conditions
 * Privacy
 * Security
 * Careers
 * Help
 * Contact Us
 * Site Map

Citigroup Pty Limited ABN: 88 004 325 080 I AFSL No: 238098 I Australian credit
licence: 238098 I BSB: 242 200 I SWIFT code: CITIAU2X I Biller Code: 49502

The advice given on this website was prepared without taking into account your
objectives, financial situation or needs, so before acting on it, you should
consider the appropriateness of the advice having regard to your personal
situation. You should also obtain and consider the associated product disclosure
statement and terms and conditions that apply to the products and offers on this
website, which are available by going to the offer page or by contacting
CitiPhone on 13 24 84. Fees and charges apply. View our Financial Services Guide
and Code of Banking Practice

Copyright © 2021 Citigroup Inc.