online.citibank.ae Open in urlscan Pro
104.117.199.144  Public Scan

Submitted URL: https://online.citibank.ae/CBOL/paymentsandtransfers
Effective URL: https://online.citibank.ae/AEGCB/JSO/signon/flow.action?ts=1645500068086
Submission Tags: falconsandbox
Submission: On February 22 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: SignonFormPOST /JSO/signon/flow.action?JFP_TOKEN=EKICK1PU

<form name="SignonForm" id="SignonForm" method="POST" action="/JSO/signon/flow.action?JFP_TOKEN=EKICK1PU" type="com.citigroup.cdcla.jfp.signon.SignonForm">
  <input type="hidden" name="_flowExecutionKey" value="_cspring-web-flow-signon_k61C4BE69-7507-3AD4-CE9A-FFB1348F5559" id="_flowExecutionKey">
  <input type="hidden" name="_eventId" value="submit" id="_eventId">
  <input type="text" name="rsaDevicePrint" class="cS-hiddenDiv">
  <div><span class="cA-jsoSignon-BoxFirstTimeHereTitle">First time user?</span>&nbsp;&nbsp;<span
      class="cA-jsoSignon-BoxRegisterButton"><a id="link_lkRegister" class="link" href="javascript:void(0);" onclick="" target="_top" title="REGISTER">REGISTER</a></span>
  </div>
  <div>&nbsp;</div>
  <div class="cA-jsoSignon-BoxSubTitle">SIGN ON to Citibank Online</div>
  <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:-10000px" value="a" aria-hidden="true" tabindex="-1"><input type="password" style="position:absolute;left:-10000px" value="b" aria-hidden="true" tabindex="-1"><input type="password"
        style="position:absolute;left:-10000px" value="c" aria-hidden="true" tabindex="-1"><input type="password" style="position:absolute;left:-10000px" value="d" aria-hidden="true" tabindex="-1"><input type="password" id="password" name="password"
        size="18" maxlength="50" 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');
        if (aamTaggingEnabled == 'true') {
          try {
            $('#link_lkSignOn').attr({
              'data-ctaname': environment + ":JSO:Sign On:Sign On Screen:Register",
              'data-ctatype': 'Button'
            });
          } catch (error) {
            console.error('link attributes error,' + err.description);
          }
        }
      });
      $("#link_lkForgotPwd").click(function() {
        jsoCallAjax('link_lkForgotPwd');
      });
      $("#link_lkSgnUIDReminder").click(function() {
        jsoCallAjax('link_lkSgnUIDReminder');
      });
      $("#link_lkSBExLink").click(function() {
        var ajaxUrl = '<a ID="link_lkSBExLink" href="/AEGCB/COA/cam/caract/flow.action?TTC=200&JFP_TOKEN=EKICK1PU"  onClick=""  target="_top" title="" >Card Activation</a>';
        if (ajaxUrl.indexOf('/COA/cam/caract/flow.action?TTC=200') > -1) {
          jsoCallAjax('link_lkSBExLink');
        }
      });
      $('#link_lkSBExLink').jfpwidget(new CJW.jfp.widget.Button({
        wrapperSet: '#link_lkSBExLink'
      }, {
        disabled: false,
        styleClass: 'jfpw-button-white'
      }));
      if (rebandingLogo != "") {
        showRebandingOverlay();
      }
      if (showPositionSupported == "true" && navigator.geolocation) {
        navigator.geolocation.getCurrentPosition(showPosition);
      }
    });

    function showPosition(position) {
      var fieldLatitude = $('<input type="text" name="latitude" class="cS-hiddenDiv" value="' + position.coords.latitude + '"/>');
      var fieldLongitude = $('<input type="text" name="longitude" class="cS-hiddenDiv" value="' + position.coords.longitude + '"/>');
      fieldLatitude.appendTo($("#SignonForm"));
      fieldLongitude.appendTo($("#SignonForm"));
    }

    function showRebandingOverlay() {
      showStaticContentInOverlay($('#Rebanding-Warning-Content').tmpl(), rebandingLogo, false, "RebandingWarningDiv", null, rebandingSubFooter, false, null, null, false);
      $("#RebandingWarningDiv-parent").css("z-index", "99999");
      setOverlayButtons(".cF-bottomNav");
      $(".cF-bottomNav").remove();
      $('#RebandingWarningDiv').removeClass("cS-overlayContentNoHelpFooter");
      createButtonStyleBlue('Rebanding-Warning-OK', "", {
        '/topic-button/Rebanding-Warning-OK': ['click']
      });
      jQuery.subscribe('/topic-button/Rebanding-Warning-OK', function(event) {
        switch (event.type) {
          case 'click':
            closeCommonOverlay('RebandingWarningDiv');
          default:
            break;
        }
      });
    }

    function createButtonStyleBlue(buttonId, label, topic) {
      var selector = '#' + buttonId;
      $(selector).jfpwidget(new CJW.jfp.widget.Button({
        wrapperSet: selector
      }, {
        enable: true,
        text: true,
        label: label,
        styleClass: 'jfpw-button-blue'
      }, topic));
    }
    $(document).ready(function() {
      if (aamTaggingEnabled == '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.loginStatus = "Prospect";
          citiData.user.adobeID = getExperienceCloudID(adobeOrgID);
          citiData.user.audienceManagerID = getCookieForTagging("aam_uuid");
        } 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 id="link_lkSignOn" class="cA-jsoSignon-BoxSignonButton"><input type="image" src="/JSO/signon/images/sign_on.jpg"></div>
  <input type="hidden" class="extraField" name="XXX_Extra" value="e0c32"><input type="hidden" class="extraField" name="XYZ_Extra" value="8--084-888bb903"><input type="hidden" name="JFP_TOKEN" value="EKICK1PU">
</form>

Text Content

 




 * CITI.COM

 * RATES
 * |
 * LOCATIONS
 * HELP

CONTACT US
CONTACT US


CONTACT US

24 Hour Citiphone Banking.


SEND A MESSAGE

Send us a secure message.
this is a message, instead of relationship manager. u are not login cbol

 Frequently Asked Questions


 * SECURITY


 * Banking
 * Credit Cards
 * Loans
 * Investments
 * Insurance
 * Rewards & Offers
 * Services

 Sign On...


 * 
   Get up to AED 4,500
   Refer your loved ones
 * 
   Get instant cash! Avail a loan
   on your Citi credit card now
    
 * 
   Earn 9% p.a. on time deposit
   when you buy insurance
    
 * 
   Citi PayAll
   Big rewards for big spends.








 

 * REFER NOW











 * GET IT NOW







 

 * Apply Now









 * Know more

First time user?  REGISTER
 
SIGN ON to Citibank Online
 
User ID
 
Password
 
We recommend you to change your password regularly.

Forgot your Password?
User ID Reminder
Card Activation
Need help?
Citibank Global Transfers (CGT) is the fastest, easiest and most cost-effective
way to send and receive money to and from Citibank personal accounts globally.
FX Order Watch: You set your exchange rate, and we'll do the rest. Learn more
You can pay your Utility Bills from your Citibank Credit Card or Bank Account at
no extra cost! Pay Now
The Easy Installment Plan is available on retail transactions. Get rewarded on
each installment with Skywards Miles / Travel Pass Points / CitiDollars. So buy
today, and pay later!
You can convert a portion of the available limit on your Citibank Credit Card to
a loan which can be repaid over easy installments of up to 48 months. Convert
now
Mutual funds can be traded online 24x7 at Citibank Online at competitive prices.
Trade now
Tips





Citigroup.com
TERMS & CONDITIONS PRIVACY ABOUT US CONTACT US SITE MAP
Copyright © 2022 Citigroup Inc.


Continue to Citi Online