www.usbankreliacard.com Open in urlscan Pro
184.31.95.230  Public Scan

URL: https://www.usbankreliacard.com/card-activation
Submission: On September 04 via manual from US — Scanned from DE

Form analysis 5 forms found in the DOM

Name: commonAbleFormGET /o/cardportal-responsive/WEB-INF/servlet/view

<form id="PublicHeaderResponsive_WAR_cardportalresponsivecommonAbleForm0" name="commonAbleForm" action="/o/cardportal-responsive/WEB-INF/servlet/view" method="get">
  <div>
    <input type="hidden" name="ableWarProcessorSecrVal2879" value="c665516b-d5ee-4ad2-9d25-084a23a09862">
  </div>
</form>

Name: commonAbleFormGET /o/cardportal-responsive/WEB-INF/servlet/view

<form id="FSVCardActivation_WAR_cardportalresponsivecommonAbleForm0" name="commonAbleForm" action="/o/cardportal-responsive/WEB-INF/servlet/view" method="get">
  <div>
    <input type="hidden" name="ableWarProcessorSecrVal2879" value="f925c92d-f5ce-44fd-9246-2d41bca47cce">
  </div>
</form>

POST https://www.usbankreliacard.com/card-activation?p_p_id=FSVCardActivation_WAR_cardportalresponsive&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&_FSVCardActivation_WAR_cardportalresponsive_action=check-card-number&p_auth=8c6O2Blb

<form
  action="https://www.usbankreliacard.com/card-activation?p_p_id=FSVCardActivation_WAR_cardportalresponsive&amp;p_p_lifecycle=1&amp;p_p_state=normal&amp;p_p_mode=view&amp;_FSVCardActivation_WAR_cardportalresponsive_action=check-card-number&amp;p_auth=8c6O2Blb"
  method="post" id="cardActivationForm" class="cardActivationForm">
  <!-- User ID display for Forgot Password functionality -->
  <div class="row form-group inputGroup">
    <div class="col-sm-6">
      <div class="accountNumberGroup">
        <label for="visibleaccountNumber" class="input-label"> Card Account Number </label>
        <input id="visibleaccountNumber" name="visibleaccountNumber" type="text" autocomplete="off" class="form-control" required="" error-msg="Card number must be 16 digits." size="16" maxlength="16">
        <input id="accountNumber" name="accountNumber" type="text" autocomplete="off" class="hiddenInput" required="" pattern="[0-9]{16}" error-msg="Card number must be 16 digits.">
      </div>
      <script type="text/javascript">
        $(document).ready(function() {
          var inputVal = $("#accountNumber").val();
          if (inputVal) {
            var maskValue = maskInput(inputVal, /^(\d{6})(\d{1,6})(\d{0,4})$/, "$1XXXXXX$3");
            $("#visibleaccountNumber").val(maskValue);
          }
          $("#visibleaccountNumber").focus(function() {
            $(this).val($("#accountNumber").val());
          });
          $("#visibleaccountNumber").blur(function() {
            var maskValue = maskInput($("#accountNumber").val(), /^(\d{6})(\d{1,6})(\d{0,4})$/, "$1XXXXXX$3");
            $("#visibleaccountNumber").val(maskValue);
          });
          $("#visibleaccountNumber").on("input", function() {
            $("#accountNumber").val($("#visibleaccountNumber").val());
          });
        });

        function maskInput(value, patternToMatch, stringToReplace) {
          return value.replace(patternToMatch, stringToReplace);
        }
      </script>
    </div>
  </div>
  <div class="row form-group inputGroup">
    <div class="col-xs-12">
      <script type="text/javascript">
        window.history.forward(0);
        window.setTimeout("window.history.forward(0)", 50);

        function clickIE4() {
          if (event.button == 2) {
            return false;
          }
        }

        function clickNS4(e) {
          if (document.layers || document.getElementById && !document.all) {
            if (e.which == 2 || e.which == 3) {
              return false;
            }
          }
        }
        if (document.layers) {
          document.captureEvents(Event.MOUSEDOWN);
          document.onmousedown = clickNS4;
        } else if (document.all && !document.getElementById) {
          document.onmousedown = clickIE4;
        }
      </script>
      <script type="text/javascript">
        function getParameterByName(name) {
          name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
          var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
            results = regex.exec(location.search);
          return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
        }
        var portletState = getParameterByName('p_p_state');
        if (!(portletState != null && portletState == "pop_up")) {
          window.onbeforeunload = function(e) {
            var e = e || window.event; //IE & Firefox
            if (e) {
              if (e.clientX < 0 || e.clientY < 0) {
                document.location.href = "/c/portal/logout";
              }
            }
          }
        }
      </script>
      <script type="text/javascript">
        function onSuccess() {};
        var onCallBack = function(token) {
          window['cardActivationFormSubmission'].call()
        };
        var onloadCallbackIChoose = function() {
          grecaptcha.render('captchaID', {
            'sitekey': '6LdMMbUZAAAAACkSAY6Eg_XIdU0fhpACjGQkql34',
            'callback': onCallBack
          });
        }
        var onloadCallbackInvisible = function() {
          grecaptcha.render('captchaID', {
            'sitekey': '6Lf8hrsZAAAAABHcM-de03uC6tYPrpYXUe3VAWxp',
            'callback': onCallBack,
            'size': 'invisible'
          });
        }
        var onloadCallbackScore = function() {
          grecaptcha.render('captchaID', {
            'sitekey': '6LeHOLIZAAAAAMpgI_jUzLz6_fCcwpAeare-2wt7',
            'callback': onCallBack,
            'action': ''
          });
        }

        function validateCaptcha() {
          grecaptcha.execute();
        };

        function onSubmit(formId) {
          document.getElementById(formId).submit();
        };
      </script>
      <div id="captchaID">
        <div class="grecaptcha-badge" data-style="bottomright"
          style="width: 256px; height: 60px; display: block; transition: right 0.3s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-u1c04xwv254t" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf8hrsZAAAAABHcM-de03uC6tYPrpYXUe3VAWxp&amp;co=aHR0cHM6Ly93d3cudXNiYW5rcmVsaWFjYXJkLmNvbTo0NDM.&amp;hl=de&amp;v=WV-mUKO4xoWKy9M4ZzRyNrP_&amp;size=invisible&amp;cb=cpfwfcz3p895"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <script src="https://www.google.com/recaptcha/api.js?onload=onloadCallbackInvisible&amp;render=explicit" async="" defer=""></script>
    </div>
  </div>
  <script type="text/javascript">
    window.history.forward(0);
    window.setTimeout("window.history.forward(0)", 50);

    function clickIE4() {
      if (event.button == 2) {
        return false;
      }
    }

    function clickNS4(e) {
      if (document.layers || document.getElementById && !document.all) {
        if (e.which == 2 || e.which == 3) {
          return false;
        }
      }
    }
    if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);
      document.onmousedown = clickNS4;
    } else if (document.all && !document.getElementById) {
      document.onmousedown = clickIE4;
    }
  </script>
  <script type="text/javascript">
    function getParameterByName(name) {
      name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
      var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
        results = regex.exec(location.search);
      return results == null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
    }
    var portletState = getParameterByName('p_p_state');
    if (!(portletState != null && portletState == "pop_up")) {
      window.onbeforeunload = function(e) {
        var e = e || window.event; //IE & Firefox
        if (e) {
          if (e.clientX < 0 || e.clientY < 0) {
            document.location.href = "/c/portal/logout";
          }
        }
      }
    }
  </script>
  <div class="hidden-xs">
    <div class="row">
      <div class="col-xs-12">
        <div class="section-break"></div>
      </div>
    </div>
  </div>
  <div class="row form-group activationButtonSection">
    <div class="col-xs-12 col-sm-3 pull-right">
      <input type="submit" value="Continue" class="btn btn-block btn-primary submit" id="continueBtn" onclick="onSubmitForm(); return false;">
    </div>
    <div class="col-xs-12  col-sm-3 pull-right">
      <input type="button" value="Cancel" id="cancelBtn" onclick="location.href=&quot;./login&quot;" class="btn btn-block btn-secondary">
    </div>
  </div>
  <input type="hidden" name="ftlProcessorSecrVal2879" id="ftlProcessorSecrVal2879"
    value="c1jbjA4Hw8uJvcyYWDR4COT9Dd6EPLamRo1lsbrjvl6nyWdaK0mxPvD5Fj5a3uYEzntPa5bDpJ6wUaDrnZxZvDFVc4IwGOjzL5KsH7u8xXKqCYn4OGjeHIYm9HdF3gtlQqUOQD7Q8QfiXpvPgbsOXzeA89ABfxWFNeUvvBbbDUaJBjCjO5dYM1Bhjeg13WlLmrOhS0kt4OITw7qD68RdgzGsckI3qosxXpHI73mEeUy61V9itRhujZq23WF8IXUJyWI9XeV5Sze5qW5NSMkZff3EEgtpzSxVCFME26VUZWEhZr5RHKUgctRv89VygaDuRZ0nMNHInEmBnPPUCe8JN2Rwm3vNUpJlQSTqMz2F2BUQEjaZtyL7TkBg5VqmYRESSDZWvqcb6zb1cXgZ8fcYnGaekcy9AWnwUIH131AhlgmvqnTXPy0c88Hb54BsEmBKbJfijCKdZnjNM2xLMZNEpxnmnj2BoR4OFs70fyyqwl907cCnU1564760933487178">
  <script type="text/javascript">
    function validateAndSubmitForm() {
      var isValid = $("#")[0].checkValidity();
      if (isValid) {
        onSubmitForm();
      }
    };

    function validateForm() {
      var isValid = $("#")[0].checkValidity();
      if (isValid) {
        $("#").submit();
      }
    };

    function onSubmitForm() {
      window['validateCaptcha'].call();
    };
  </script>
  <input type="hidden" name="ableWarProcessorSecrVal2879" value="c665516b-d5ee-4ad2-9d25-084a23a09862">
</form>

Name: hrefFmPOST #

<form action="#" aria-hidden="true" class="hide" id="hrefFm" method="post" name="hrefFm"><span></span><button hidden="" type="submit">Hidden</button><input type="hidden" name="ableWarProcessorSecrVal2879" value="c665516b-d5ee-4ad2-9d25-084a23a09862">
</form>

Name: commonAbleFormGET /o/cardportal-responsive/WEB-INF/servlet/view

<form id="FSVPublicFooter_WAR_cardportalresponsivecommonAbleForm0" name="commonAbleForm" action="/o/cardportal-responsive/WEB-INF/servlet/view" method="get">
  <div>
    <input type="hidden" name="ableWarProcessorSecrVal2879" value="1a8f4955-250e-4ab9-be8a-cf2a4def5eaa">
  </div>
</form>

Text Content

Skip to Main Content

 * Español
 * |
 * Help

Menu





 * Español
 * Help

 * Contact Us
 * Privacy Policy
 * About ReliaCard
 * Online Banking and Mobile Banking Agreement


CARD ACTIVATION - USBANKRELIACARD_RESPONSIVE

Let's get started

Enter your 16-digit card number. All Fields Are Required.

Card Account Number



Hidden
   
   
   
   
   
   
 * Contact Us
 * Privacy Policy
 * About ReliaCard
 * Online Banking and Mobile Banking Agreement

The ReliaCard® is issued by U.S. Bank National Association pursuant to a license
from Visa U.S.A. Inc. or Mastercard International Incorporated. Mastercard is a
registered trademark and the circles design is a trademark of Mastercard
International Incorporated. © 2021 U.S. Bank. Member FDIC. 

As a reminder, legitimate companies, including U.S. Bank, will never ask you for
sensitive account information such as your Passwords, PIN Numbers, Social
Security Number or Account Numbers via email, phone or text message. If you
receive a communication that appears to be from U.S. Bank asking for this kind
of information, do not respond. Immediately call customer service at the number
listed on the back of your card.