citi.radiusone.com Open in urlscan Pro
2a02:26f0:6c00::210:ba99  Public Scan

Submitted URL: https://www.kcsouthern.com/presentandpay
Effective URL: https://citi.radiusone.com/radiusoneweb/registrationThroughInvitation?ref=5811469e-a7ed-4961-93bb-86271fc157a4
Submission: On July 26 via api from US — Scanned from DE

Form analysis 10 forms found in the DOM

POST

<form role="form" action="" method="post" data-toggle="validator" id="DynamicAlertForm" autocomplete="off" novalidate="true">
  <div class="form-group text-right">
    <button type="button" id="proceedDynamicBtn" class="btn btn-success btn-xs" style="background-color:#02A5E2; margin-right:44%; padding-left:25px; padding-right:25px;" tabindex="-1">Ok</button>
  </div>
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="DynamicAlertForm" autocomplete="off" novalidate="true">
  <div class="form-group text-center trifecta-model-buttons">
    <button type="button" id="confirmProceedDynamicBtn" class="btn btn-success btn-xs" style="margin-left : 60px;" tabindex="-1">Proceed</button>
    <button type="button" id="confirmCancelDynamicBtn" class="btn btn-success btn-xs" style="margin-right : 50px;" tabindex="-1">Cancel</button>
  </div>
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="connectionConfirmation2" autocomplete="off" style="width:90%;" novalidate="true">
  <div class="form-group text-center">
    <div style="margin-right: -100px; margin-left: -100px;"><span id="otpErrMsgForPwdExpire" align="center" style="color:#FF0000; visibility: hidden;">Invalid OTAC</span></div>
    <div id="customBorder" class="form-group" required="">
      <input type="text" name="form-username" placeholder="Enter OTAC" class="form-username  has-error form-control" style="margin-bottom:15PX;margin-top:15PX;" onpaste="return true;" id="enterOTAC" required="">
    </div>
    <button type="button" id="proceedWithOtac" class="btn btn-success btn-xs" style="margin-right: 10px;margin-top: 10PX;margin-left: 0px;text-align: center;padding-left: revert;padding-right: revert;width: 100px;" tabindex="-1">Confirm</button>
    <button type="button" id="cancelOtacVerification" class="btn btn-success btn-xs" style="margin-right: 10px;margin-top: 10PX;margin-left: 0px;text-align: center;padding-left: revert;padding-right: revert;width: 100px;"
      tabindex="-1">Cancel</button>
  </div>
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="connectionConfirmationNetwork" autocomplete="off" style="width:90%;" novalidate="true">
  <div class="form-group text-center">
    <button type="button" id="confirmUserByerMappingDynamicNetworkId" class="btn btn-success btn-xs" style="background-color:#02A5E2;">Confirm</button>
  </div>
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="connectionConfirmation" autocomplete="off" style="width:90%;" novalidate="true">
  <div class="form-group text-center">
    <button type="button" id="confirmUserByerMappingDynamicId" class="btn btn-success btn-xs" style="background-color:#02A5E2;">Confirm</button>
    <button type="button" id="cancelConnectionDynamicId" class="btn btn-success btn-xs" style="background-color:#02A5E2;">Cancel</button>
    <script type="text/javascript">
      var email = "";
      document.getElementById('confirmConnectionOtac').addEventListener('input', function() {
        var otacRecieved = $("#confirmConnectionOtac").val().trim();
        if (otacRecieved != '' && otacRecieved != "" && otacRecieved.length != 0) {
          $("#registrationLinkExpiryVerificationUsingOTAC").prop('disabled', false);
          document.getElementById("otpErrMsgForWrongValue").style.visibility = "hidden";
          document.getElementById("otpErrMsgForWrongValue").innerHTML = "Invalid OTAC";
        } else {
          $("#registrationLinkExpiryVerificationUsingOTAC").prop('disabled', true);
        }
      });
      $("#registrationLinkExpiryVerificationUsingOTAC").click(function() {
        var title = "Confirm Connection";
        if (isTrifectaTheme) doOTACVerificationv2(title, email, "0", "0", "confirmUserByerMappingDynamicId", "cancelConnectionDynamicId", "myModalLabelLoginDynamic", "confirmConnectionDynamicId");
        else doOTACVerificationv2(title, email, "-58px", "50px", "confirmUserByerMappingDynamicId", "cancelConnectionDynamicId", "myModalLabelLoginDynamic", "confirmConnectionDynamicId");
      });

      function displayTermNcondition(display) {
        if (showTermsNCondition && istermsNConditionsRequired.trim() == "true" && termsConditionMandate.trim() == "true" && isHRCtermsNConditionsRequired == "true") {
          document.getElementById("showTermsNcondition_id1").style.display = display;
          document.getElementById("confirmUserByerMappingDynamicId").disabled = true;
        } else if (showTermsNCondition && istermsNConditionsRequired.trim() == "true" && (termsConditionMandate.trim() == "false" || termsConditionMandate.trim() == "") && isHRCtermsNConditionsRequired == "true") {
          document.getElementById("showTermsNcondition_id2").style.display = display;
          document.getElementById("confirmUserByerMappingDynamicId").disabled = true;
        } else if (showTermsNCondition && istermsNConditionsRequired.trim() == "true" && (termsConditionMandate.trim() == "false" || termsConditionMandate.trim() == "") && isHRCtermsNConditionsRequired == "false") {
          document.getElementById("showTermsNcondition_id3").style.display = display;
          document.getElementById("confirmUserByerMappingDynamicId").disabled = true;
        } else if (showTermsNCondition && istermsNConditionsRequired.trim() == "true" && (termsConditionMandate.trim() == "true") && isHRCtermsNConditionsRequired == "false") {
          document.getElementById("showTermsNcondition_id4").style.display = display;
          document.getElementById("confirmUserByerMappingDynamicId").disabled = true;
        } else if (showTermsNCondition && istermsNConditionsRequired.trim() == "false" && isHRCtermsNConditionsRequired.trim() == "true") {
          document.getElementById("showTermsNcondition_id5").style.display = display;
          document.getElementById("confirmUserByerMappingDynamicId").disabled = true;
        }
      }
    </script>
  </div>
  <div class="form-group" id="tncErrMsg" style="color:#FF0000" align="center"></div>
</form>

POST

<form role="form" action="" method="post" class="login-formN" id="sup-form" data-toggle="validator" autocomplete="off" novalidate="true">
  <div class="row text-center">
    <h1 style="color:#555555;font-family:Open Sans, sans-serif;font-size:28px;font-weight:545;margin:0 0 20px;margin-top:-20px;"> Login</h1>
  </div>
  <div id="supplierErrorMessage" style="color:#FF0000;margin-top : 4%;" align="center"></div>
  <div class="form-group">
    <label class="sr-only" for="form-username">Email</label>
    <input type="text" name="username" placeholder="Email" class="form-usrname form-control" style="height:35px;font-size:12px;font-family:Verdana, Geneva, sans-serif;color:#000000" id="username" value="" required="">
    <div class="help-block with-errors reg-error" id="supplierErrMsg" style="color:#FF0000;margin-top:4%;" align="center"></div>
  </div>
  <div class="form-group">
    <label class="sr-only" for="form-password">Password</label>
    <input type="password" style="display: none;" id="supplierPassword-breaker">
    <input type="password" name="password" placeholder="Password" class="form-password form-control" style="height:35px;font-size:12px;font-family:Verdana, Geneva, sans-serif;color:#000000" id="password" required="">
  </div>
  <div data-role="fieldcontain">
    <fieldset data-role="controlgroup">
      <input type="checkbox" name="remember" id="remember" class="custom" onclick="rememberMeClick()" style="font-size: 11px;background-color:#eaebed">
      <label style="height:35px;font-size:12px;font-family:Verdana, Geneva, sans-serif;font-weight:500" for="remember">Remember Username</label>
    </fieldset>
  </div>
  <div class="form-group text-center" align="center">
    <div style=" margin-top: 2%; border: none;">
      <input type="submit" class="disabled" style="background-color:#ED1A3B; color:#ffffff; width: 100px; height: 50px; font-size: 15px; border: none;" name="register" id="submit" value="LOGIN">
    </div>
  </div>
  <div class="form-group" align="center" style="margin-bottom:5px;">
    <div class="text-center"><a id="learnmore" style="height:35px;font-size:12px;font-family:Verdana, Geneva, sans-serif;" href="javascript:onclickNotEnrolledSignUp()">Not enrolled? Sign up now.</a></div>
  </div>
  <div class="form-group text-center" style="margin-bottom: 2%;">
    <a href="#" style="height:35px;font-size:12px;font-family:Verdana, Geneva, sans-serif;" id="forgotPwdLinkId">Forgot your password?</a>
    <a href="#" style="display: none;" id="unlockAccountSupplier">Unlock Account</a>
  </div>
  <div class="form-group text-center" style="margin-bottom: 2%;">
  </div>
  <div class="form-group text-center">
    <div>
      <a href="javascript:onclickBrowserSupportVersion()" id="supportedBrowserLogin">Supported browser versions</a>|<a href="https://www.highradius.com/privacy-policy/" target="_blank" id="privacyPolicyLogin">Privacy Policy</a>
    </div>
    <div> 2022 Highradius Corporation. All rights reserved. </div>
  </div>
  <!--  <div class="form-group text-center" style="color=#5ea9dd;font-weight: 450px;margin-top:15%;font-size:12px;"></div> -->
  <input type="hidden" name="isSupplier" value="">
  <input type="hidden" name="hidCaptchaID" value="281DFC9F0F6A6C4DB4E6B41E90A9FDDE-n1">
  <input type="hidden" name="isAutomation" id="isAutomation">
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="otpForm" autocomplete="off" style="width:90%;" novalidate="true">
  <div class="form-group">
    <input type="text" name="form-username" placeholder="Enter email address" class="form-control" id="usernameForOtp" required="">
  </div>
  <div class="form-group text-center trifecta-model-buttons">
    <button type="button" id="proceed" class="btn btn-success btn-xs" style="background-color:#02A5E2;" tabindex="-1" disabled="">Proceed</button>
    <button type="button" id="cancel" class="btn btn-success btn-xs" style="background-color:#02A5E2;" tabindex="-1">Cancel</button>
  </div>
</form>

POST

<form action="" method="post" data-toggle="validator" role="form" autocomplete="off" id="resetFormId" style="width:90%;" novalidate="true">
  <div>
    <div style="display: inline-block"> <label>Email :</label> </div>
    <div style="display: inline-block" id="userNameDisplay"></div>
  </div>
  <br>
  <div class="form-group">
    <input type="text" name="form-otp" placeholder="enter one time code" class="form-username form-control" id="otp" required="">
  </div>
  <div class="form-group">
    <input type="password" name="newPassword" placeholder="New Password" class="form-username form-control" id="newPassword" required="">
  </div>
  <div class="form-group">
    <input type="password" name="confirmPassword" placeholder="Confirm Password" class="form-password form-control" id="confirmPassword" onpaste="return false" required="">
  </div>
  <div class="form-group text-right">
    <button type="submit" id="resetPwdSubmit" class="btn btn-orange btn-xs" tabindex="-1" disabled="">Submit</button>
    <button type="button" id="resetCancel" class="btn btn-orange btn-xs" tabindex="-1">Cancel</button>
  </div>
</form>

POST

<form action="" method="post" data-toggle="validator" role="form" autocomplete="off" id="resetFormIdForPwdExpire" style="width:90%;" novalidate="true">
  <div>
    <div style="display: inline-block"> <label>Your Password has expired. Please check your email for a new authentication code. Enter the new OTAP below. Kindly have email address no-reply@radiusone.com whitelisted by your IT team if you are not
        received the OTAC Email.</label> </div>
    <div style="display: inline-block" id="userNameDisplayForPwdExpire"></div>
    <div id="passwordValidationMsg" style="color:#FF0000" align="center"></div>
  </div>
  <br>
  <div class="form-group" style="margin-top: 10px; height: 25px; position: relative">
    <div id="otpErrMsgForPwdExpire" style="color: #FF0000" align="center"></div>
    <input type="text" name="form-username" placeholder="Enter OTAC" class="form-username form-control" id="OtacPasswordExpired" required="">
  </div>
  <div class="form-group" style="margin-top: 10px; height: 25px; position: relative">
    <input type="password" name="newPassword" placeholder="New Password" class="form-username form-control" id="newPasswordForPwdExpire" required="">
    <img src="static/assets/img/help-icon.png" class="password-help" style="margin-bottom:1px;" title="Password must: 
- contain at least 8 characters and at max 16 characters
- should not be same as username
- contain at least one lower case character
-  contain at least one upper case character
- contain at least one number
- contain at least one special charater [!,@,#,$,%,&amp;,*,(,),.]">
  </div>
  <div class="form-group">
    <input type="password" name="confirmPasswordForPwdExpire" placeholder="Confirm Password" class="form-password form-control" id="confirmPasswordForPwdExpire" onpaste="return false" required="">
  </div>
  <div class="form-group text-center trifecta-model-buttons">
    <button type="submit" id="resetPwdSubmitForPwdExpire" class="btn btn-orange btn-xs" style="background-color:#02A5E2;" tabindex="-1">Submit</button>
    <button type="button" id="resetCancelForPwdExpire" class="btn btn-orange btn-xs" style="background-color:#02A5E2;" tabindex="-1">Cancel</button>
  </div>
</form>

POST

<form role="form" action="" method="post" data-toggle="validator" id="unlockForm" autocomplete="off" style="width:90%;" novalidate="true">
  <div class="form-group">
    <input type="text" name="form-username" placeholder="Enter email address" class="form-username form-control" id="usernameForUnlock" required="">
  </div>
  <div class="trifecta-model-buttons" style="text-align: center;">
    <button type="button" id="unlockSubmit" class="btn btn-primary btn-xs" style="background-color:#02A5E2;" tabindex="-1">Submit</button>
    <button type="button" id="unlockCancel" class="btn btn-primary btn-xs" style="background-color:#02A5E2;" tabindex="-1">Cancel</button>
  </div>
</form>

Text Content

ALERT

Ok


ALERT

Proceed Cancel

Invalid OTAC

Confirm Cancel


CONFIRM CONNECTION

You are already on portal. To connect with KCSRv2 for , please click confirm and
proceed to the login page.

Note: In case you click cancel, in order to reconnect click on the invitation
link.



Confirm


CONFIRM CONNECTION

You are already on portal. To connect with KCSRv2 for , please click confirm and
proceed to the login page.

Note: In case you click cancel, in order to reconnect click on the invitation
link.

Confirm Cancel

Change Language
 * English










Login to Citi Present and Pay portal
to view and pay your invoices with
The Kansas City Southern Railway Company




LOGIN


Email

Password
Remember Username

Not enrolled? Sign up now.
Forgot your password? Unlock Account

Supported browser versions|Privacy Policy
2022 Highradius Corporation. All rights reserved.

Citi Present and Pay is a free and secure way to pay your invoices online
anytime, anywhere.


HELP FOR OTAC



To reset your password please enter your registered email address and click
"Proceed". You will receive a One Time Code on your email address.

Welcome to Radiusone Portal!!


FORGOT PASSWORD

To reset your password please enter your registered email address and click
"Proceed". You will receive a One Time Code on your email address.

Proceed Cancel
×


RESET PASSWORD

Email :





Submit Cancel


PASSWORD EXPIRED

Your Password has expired. Please check your email for a new authentication
code. Enter the new OTAP below. Kindly have email address no-reply@radiusone.com
whitelisted by your IT team if you are not received the OTAC Email.






Submit Cancel
×


UNLOCK ACCOUNT

Your account has been locked for security purpose. You can unlock your account
using the Unlock Account button. Please contact your administrator in case of
any issues.


Unlock Account
×


UNLOCK ACCOUNT

To unlock your account please enter your registered email address and click
"Submit". You will receive a One Time Authentication Code(OTAC) via email.

Submit Cancel
×


INFO




ENTER OTP

A One Time Authorization Code has been sent to you via email from
support@highradius.com. Enter the code here to proceed.

Email :

Proceed Cancel