app.akimbocard.com Open in urlscan Pro
2606:4700::6812:18ac  Public Scan

Submitted URL: http://care-package.app.link/e/PoJLSaaEwmb
Effective URL: https://app.akimbocard.com/app/
Submission: On January 20 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: joinForm

<form ng-class="parent.formType" name="joinForm" class="ng-pristine floatingForm-form ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <!-- uiView: step -->
  <div ui-view="step" class="ng-scope">
    <div class="modern-widget-section modern-form-section bg-white ng-scope">
      <div class="modern-widget-left">
        <ul class="floatingForm-form">
          <li class="floatingForm-li">
            <div class="error-block-top input-half">
              <span ng-show="joinForm.firstName.$error.required &amp;&amp; submitted" class="ng-hide">Please provide your first name</span>
              <span ng-show="joinForm.firstName.$error.pattern" class="ng-hide">Special characters may not be used</span>
            </div>
            <div class="error-block-top input-half">
              <span ng-show="joinForm.lastName.$error.required &amp;&amp; submitted" class="ng-hide">Please provide your last name</span>
              <span ng-show="joinForm.lastName.$error.pattern" class="ng-hide">Special characters may not be used</span>
            </div>
            <div class="form-group input-half is-empty" ng-class="{ &quot;has-focus&quot;: joinForm.firstName.hasFocus,
           &quot;has-success&quot;: joinForm.firstName.$valid,
           &quot;has-error&quot;: joinForm.firstName.$invalid &amp;&amp; (form.$submitted || joinForm.firstName.$touched),
           &quot;is-empty&quot;: !joinForm.firstName.$viewValue }">
              <label for="firstName">Your First Name</label>
              <input class="radius-left ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" type="text" name="firstName" pattern="[A-Za-z ]+" id="firstName" tabindex="1" ng-model="formData.firstName" required=""
                ng-focus="joinForm.firstName.hasFocus=true" ,="" ng-blur="joinForm.firstName.hasFocus=false">
            </div>
            <div class="form-group input-half is-empty" ng-class="{ &quot;has-focus&quot;: joinForm.lastName.hasFocus,
           &quot;has-success&quot;: joinForm.lastName.$valid,
           &quot;has-error&quot;: joinForm.lastName.$invalid &amp;&amp; (form.$submitted || joinForm.lastName.$touched),
           &quot;is-empty&quot;: !joinForm.lastName.$viewValue }">
              <label for="lastName">Your Last Name</label>
              <input class="radius-right ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" type="text" name="lastName" pattern="[A-Za-z ]+" id="lastName" tabindex="2" ng-model="formData.lastName" required=""
                ng-focus="joinForm.lastName.hasFocus=true" ,="" ng-blur="joinForm.lastName.hasFocus=false">
            </div>
          </li>
          <li class="floatingForm-li">
            <div class="error-block-top input-full">
              <span ng-show="joinForm.RedeemCode.$error.required &amp;&amp; submitted" class="ng-hide">Please provide a valid redeem code</span>
            </div>
            <div class="form-group input-full has-success" ng-class="{ &quot;has-focus&quot;: joinForm.RedeemCode.hasFocus,
           &quot;has-success&quot;: joinForm.RedeemCode.$valid,
           &quot;has-error&quot;: joinForm.RedeemCode.$invalid &amp;&amp; (form.$submitted || joinForm.RedeemCode.$touched),
           &quot;is-empty&quot;: !joinForm.RedeemCode.$viewValue }">
              <label for="RedeemCode">Redeem Code</label>
              <input class="radius-all ng-pristine ng-untouched ng-valid" type="text" name="RedeemCode" id="RedeemCode" tabindex="7" ng-model="formData.RedeemCode" ng-focus="joinForm.RedeemCode.hasFocus=true" ,=""
                ng-blur="joinForm.RedeemCode.hasFocus=false">
            </div>
          </li>
          <li class="floatingForm-li">
            <div class="error-block-top input-full">
              <span ng-show="joinForm.email.$error.required &amp;&amp; submitted" class="ng-hide">Please provide a valid email</span>
              <span ng-show="joinForm.email.$error.pattern" class="ng-hide">We're sorry but accented and special characters may not be used</span>
            </div>
            <div class="form-group input-full is-empty" ng-class="{ &quot;has-focus&quot;: joinForm.email.hasFocus,
           &quot;has-success&quot;: joinForm.email.$valid,
           &quot;has-error&quot;: joinForm.email.$invalid &amp;&amp; (form.$submitted || joinForm.email.$touched),
           &quot;is-empty&quot;: !joinForm.email.$viewValue }">
              <label for="email">Email</label>
              <input class="radius-all ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" type="text" name="email" pattern="[A-Za-z0-9.@_+-]+" id="email" tabindex="8" required="" autocomplete="new-password"
                ng-model="formData.email" ng-focus="joinForm.email.hasFocus=true" ,="" ng-blur="joinForm.email.hasFocus=false">
            </div>
          </li>
          <li class="floatingForm-li">
            <div class="error-block-top input-2-3">
              <span ng-show="joinForm.password.$invalid &amp;&amp; submitted" class="ng-hide">At least 8 characters and 1 number</span>
            </div>
            <div class="error-block-top input-1-3">
              <span ng-show="joinForm.phone.$invalid &amp;&amp; submitted" class="ng-hide">Required phone number</span>
            </div>
            <div class="form-group input-half is-empty" ng-class="{ &quot;has-focus&quot;: joinForm.password.hasFocus,
           &quot;has-success&quot;: joinForm.password.$valid,
           &quot;has-error&quot;: joinForm.password.$invalid &amp;&amp; (form.$submitted || joinForm.password.$touched),
           &quot;is-empty&quot;: !joinForm.password.$viewValue }">
              <label for="password">Password</label>
              <input class="radius-left ng-pristine ng-untouched ng-invalid ng-invalid-required" name="password" id="password" tabindex="9" required="" autocomplete="new-password" validate-password="" type="password" ng-model="formData.password"
                ng-focus="joinForm.password.hasFocus=true" ,="" ng-blur="joinForm.password.hasFocus=false">
              <span ng-click="passwordInputType = (passwordInputType == 'text' ? 'password' : 'text')" ng-show="joinForm.password.$valid" class="input-helper-btn ng-binding ng-hide">Show<br>Password</span>
            </div>
            <div class="form-group input-half is-empty" ng-class="{ &quot;has-focus&quot;: joinForm.phone.hasFocus,
           &quot;has-success&quot;: joinForm.phone.$valid,
           &quot;has-error&quot;: joinForm.phone.$invalid &amp;&amp; (form.$submitted || joinForm.phone.$touched),
           &quot;is-empty&quot;: !joinForm.phone.$viewValue }">
              <label for="phone">Mobile Phone</label>
              <input id="phone" name="phone" class="radius-right ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" type="tel" tabindex="10" clean="true" required="" minlength="10" maxlength="15"
                ng-change="formatPhone()" ak-input-only-phone="" ng-model-options="{ allowInvalid: true }" ng-model="formData.phone" ng-focus="joinForm.phone.hasFocus=true" ,="" ng-blur="joinForm.phone.hasFocus=false">
              <div class="form-group__feedback" ak-format-foreign-phone-number="formData.phone"></div>
            </div>
          </li>
          <br>
          <li ng-hide="disableText" class="floatingForm-li">
            <div class="checkbox-item" ng-click="formData.textAlerts = !formData.textAlerts">
              <div class="checkbox-item__box checkbox-item__box--disabled" ng-class="formData.textAlerts ? '' : 'checkbox-item__box--disabled'">
                <span class="checkbox-item__icon" ng-class="formData.textAlerts ? 'icon-check' : ''"></span>
              </div>
              <div class="checkbox-item__content">
                <input class="checkbox-item__input ng-pristine ng-untouched ng-valid" type="checkbox" name="textAlerts" ng-model="formData.textAlerts" tabindex="11">
                <p class="checkbox-item__text checkbox-item__text--small">Enroll in text alerts. Receive real-time purchase alerts with balance and transaction information.*</p>
              </div>
            </div>
          </li>
          <li class="floatingForm-li">
            <div class="checkbox-item" ng-click="formData.Tos = !formData.Tos">
              <div id="tosBox" class="checkbox-item__box checkbox-item__box--disabled" ng-class="formData.Tos ? '' : 'checkbox-item__box--disabled'">
                <span class="checkbox-item__icon" ng-class="formData.Tos ? 'icon-check' : ''"></span>
              </div>
              <div class="checkbox-item__content">
                <input class="checkbox-item__input ng-pristine ng-untouched ng-invalid ng-invalid-required" type="checkbox" name="terms_and_conditions" id="terms_and_conditions" ng-model="formData.Tos" tabindex="12" required="">
                <p class="checkbox-item__text checkbox-item__text--small"> Check this box if you agree to the <a target="_blank" href="https://akimbocard.com/sunrise-banks-privacy-policy">Privacy Policy</a> and
                  <a target="_blank" href="https://www.akimbocard.com/cardholder-agreements">Cardholder Agreement</a>
                </p>
              </div>
            </div>
          </li>
          <li class="floatingForm-li">
            <div class="checkbox-item" ng-click="formData.eSign = !formData.eSign">
              <div id="eSignBox" class="checkbox-item__box checkbox-item__box--disabled" ng-class="formData.eSign ? '' : 'checkbox-item__box--disabled'">
                <span class="checkbox-item__icon" ng-class="formData.eSign ? 'icon-check' : ''"></span>
              </div>
              <div class="checkbox-item__content">
                <input class="checkbox-item__input ng-pristine ng-untouched ng-invalid ng-invalid-required" type="checkbox" name="eSign" id="eSign" ng-model="formData.eSign" tabindex="13" required="">
                <p class="checkbox-item__text checkbox-item__text--small"> Check this box if you agree to the <a target="_blank" href="https://akimbocard.com/e-sign-disclosure">E-Sign Disclosure</a>
                </p>
              </div>
            </div>
          </li>
        </ul>
        <span ng-show="(joinForm.eSign.$error.required || joinForm.terms_and_conditions.$error.required) &amp;&amp; submitted" class="ng-binding ng-hide">
          <br><br>
          <span class="underline">Please read and check that you agree with the agreement policies.</span>
          <br><br> If you have any questions, please contact us at 1-855-9-AKIMBO (1-855-925-4626) or email us at cs@akimbocard.com </span>
      </div>
      <div class="modern-widget-right collect-slide-img">
        <img ng-src="assets/images/nowincentive/GiftSlideShow@2x.png" src="assets/images/nowincentive/GiftSlideShow@2x.png">
      </div>
    </div>
    <div class="modern-widget-section bg-white modern-form-section ng-scope">
      <span class="error-shown-hand ng-hide" ng-show="submitted">
        <span id="akimbo-form-error-message">Oops, something is wrong</span>
        <span class="icon-point-up"></span>
      </span>
      <div id="akimbo-form-footer-spinner" class="form-loader ng-hide" ng-show="loading">
        <span class="loading-indicator"></span>
        <p>Processing</p>
      </div>
      <a ng-hide="loading" id="finishBtn" class="btn btn--float-right" ng-click="attemptSubmission(joinForm)">FINISH</a>
    </div>
    <!-- ngInclude: 'app/partials/selectVerificationMethod.html' -->
    <div ng-include="'app/partials/selectVerificationMethod.html'" class="ng-scope">
      <div class="select-verification-method ng-scope ng-hide" ng-show="showSelectVerificationMethod">
        <div id="verification_overlay_bg"></div>
        <div class="con-overlay-wrapper-large" id="verification_overlay">
          <div class="con-overlay con-overlay-large">
            <div class="con-overlay-header">
              <div class="con-overlay-header-main">
                <div class="overlay-close icon-close-circle" ng-click="close()"></div>
                <img class="login-box-icon" ng-src="assets/images/nowincentive/login-icon.svg" alt="" src="assets/images/nowincentive/login-icon.svg">
                <h1><b>VERIFY YOUR ACCOUNT</b></h1>
              </div>
            </div>
            <div class="con-overlay-body exPadding">
              <h1 id="enroll-verification-txt">In order to verify your account, we need to send you a verification code.</h1>
              <br>
              <p>Where would you like us to send this code?</p>
              <div id="selectVerificationMethodFeedback">
                <ul class="floatingForm-form">
                  <li ng-hide="hidePhoneVerification" class="checkbox-item" ng-click="verificationMethodChange('phone')">
                    <div class="checkbox-item__box checkbox-item__box--disabled" ng-class="formData.verificationMethod == 'phone' ? '' : 'checkbox-item__box--disabled'">
                      <span class="checkbox-item__icon icon-phone" ng-class="formData.verificationMethod == 'phone' ? 'icon-check' : 'icon-phone'"></span>
                    </div>
                    <div class="checkbox-item__content">
                      <input class="checkbox-item__input ng-pristine ng-untouched ng-valid" type="radio" name="verificationMethod" value="phone" ng-model="formData.verificationMethod">
                      <p class="checkbox-item__text ng-binding">Mobile: </p>
                    </div>
                  </li>
                  <li class="checkbox-item" ng-click="verificationMethodChange('email')">
                    <div class="checkbox-item__box checkbox-item__box--disabled" ng-class="formData.verificationMethod == 'email' ? '' : 'checkbox-item__box--disabled'">
                      <span class="checkbox-item__icon icon-envelope" ng-class="formData.verificationMethod == 'email' ? 'icon-check' : 'icon-envelope'"></span>
                    </div>
                    <div class="checkbox-item__content">
                      <input class="checkbox-item__input ng-pristine ng-untouched ng-valid" type="radio" name="verificationMethod" value="email" ng-model="formData.verificationMethod">
                      <p class="checkbox-item__text ng-binding">Email: </p>
                    </div>
                  </li>
                </ul>
              </div>
              <br>
              <a class="btn" id="veriMethodNextBtn" ng-click="submitSelectVerificationMethod()">Next</a>
            </div>
          </div>
        </div>
        <div class="overlay-mask"></div>
      </div>
    </div>
    <!-- ngInclude: 'app/partials/verifyContact.html' -->
    <div ng-include="'app/partials/verifyContact.html'" class="ng-scope">
      <div id="verifyContact" class="verify-email ng-scope ng-hide" ng-show="showValidateEmail">
        <div id="confirmation_overlay_bg"></div>
        <div class="con-overlay-wrapper-large" id="confirmation_overlay">
          <div class="con-overlay con-overlay-large" name="validationCodeWidget" id="validationCodeWidget">
            <div class="con-overlay-header">
              <div id="verification-header" class="con-overlay-header-main">
                <div class="overlay-close icon-close-circle" ng-click="close()"></div>
                <img class="login-box-icon" ng-src="assets/images/nowincentive/login-icon.svg" alt="" src="assets/images/nowincentive/login-icon.svg">
                <h1 ng-show="verificationMethodIsPhone" class="ng-hide"><b>VERIFY MOBILE</b></h1>
                <h1 ng-show="verificationMethodIsEmail" class="ng-hide"><b>VERIFY EMAIL</b></h1>
              </div>
            </div>
            <div class="con-overlay-body exPadding">
              <h1 ng-show="verificationMethodIsPhone" class="ng-hide">We've just sent a text message to:</h1>
              <h1 ng-show="verificationMethodIsEmail" class="ng-hide">We've just sent an email to:</h1>
              <br>
              <h2 ng-show="verificationMethodIsPhone" class="ng-binding ng-hide"></h2>
              <h2 ng-show="verificationMethodIsEmail" class="ng-binding ng-hide"></h2>
              <br>
              <p ng-show="verificationMethodIsPhone" class="ng-hide">In order for us to verify your mobile number, please check your text messages and enter the verification code in the box below.</p>
              <p ng-show="verificationMethodIsEmail" class="ng-hide">In order for us to verify your email address, please check your email in a new window/tab and enter the verification code in the box below.</p>
              <div id="emailVerifyFeedback">
                <span ng-show="attemptedVerify" class="ng-hide"><b>Please enter a Verification Code</b></span>
                <span ng-show="invalidVerify" class="ng-hide"><b>Oops, invalid Verification Code</b></span>
              </div>
              <div class="validateCodeInput">
                <input id="verificationCode" name="VerificationCode" placeholder="Verification Code" class="pinInput ng-pristine ng-untouched ng-valid" ng-model="formData.VerificationCode" ng-keyup="$event.keyCode === 13 &amp;&amp; submitCode()">
              </div>
              <a class="btn" id="verifyBtn" ng-click="submitCode()">Verify</a>
              <br>
              <p id="resend">
                <a class="ak-link" ng-click="reSend()">Resend code</a>
              </p>
            </div>
            <div class="con-overlay-footer">
              <div>
                <h2 id="feedback">Please do not close this window/tab</h2>
              </div>
              <div id="akimbo-form-footer-buttons" ng-show="!loading">
                <h2 id="countDown">Expires in <b class="ng-binding">NaN:NaN</b></h2>
              </div>
              <div id="akimbo-form-footer-spinner" class="form-loader ng-hide" ng-show="loading">
                <span class="loading-indicator"></span>
                <p>Processing</p>
              </div>
            </div>
          </div>
        </div>
        <div class="overlay-mask"></div>
      </div>
    </div>
  </div>
  <div class="modern-widget-section bg-gray">
    <div class="footnotes akimbo-footer">
      <!-- ngIf: showFooterAsterisks -->
      <p ng-if="showFooterAsterisks" class="ng-scope">* Standard messaging rates may apply from your carrier.</p><!-- end ngIf: showFooterAsterisks -->
      <p class="disclaimer"> Important information for opening a card account: To help the federal government fight the funding of terrorism and money laundering activities, the USA PATRIOT Act requires all financial institutions and their third
        parties to obtain, verify and record information that identifies each person who opens a card account. What this means for you: When you open a card account, we will ask for your name, address, date of birth, and other information that will
        allow us to identify you. We may also ask to see a copy of your driver's license or other identifying documents. </p>
    </div>
  </div>
</form>

Text Content

   
 * Home
   
 * Contact Us
   
 * Cardholder Agreement
   
 * Privacy Policy
   
 * Help
   

Menu
 * Home
   
 * Contact Us
   
 * Cardholder Agreement
   
 * Privacy Policy
   
 * Help
   
   
   




REDEEM CARD


REDEEM YOUR CARD

Don't worry, this is the only page you'll need to fill out. You will create a
password during this process so you can log in and view your virtual card
information, along with your card balance and transactions.

 * Please provide your first name Special characters may not be used
   Please provide your last name Special characters may not be used
   Your First Name
   Your Last Name
 * Please provide a valid redeem code
   Redeem Code
 * Please provide a valid email We're sorry but accented and special characters
   may not be used
   Email
 * At least 8 characters and 1 number
   Required phone number
   Password Show
   Password
   Mobile Phone
   
   
   

 * Enroll in text alerts. Receive real-time purchase alerts with balance and
   transaction information.*

 * Check this box if you agree to the Privacy Policy and Cardholder Agreement

 * Check this box if you agree to the E-Sign Disclosure



Please read and check that you agree with the agreement policies.

If you have any questions, please contact us at 1-855-9-AKIMBO (1-855-925-4626)
or email us at cs@akimbocard.com

Oops, something is wrong

Processing

FINISH


VERIFY YOUR ACCOUNT


IN ORDER TO VERIFY YOUR ACCOUNT, WE NEED TO SEND YOU A VERIFICATION CODE.


Where would you like us to send this code?

 * Mobile:

 * Email:


Next



VERIFY MOBILE


VERIFY EMAIL


WE'VE JUST SENT A TEXT MESSAGE TO:


WE'VE JUST SENT AN EMAIL TO:









In order for us to verify your mobile number, please check your text messages
and enter the verification code in the box below.

In order for us to verify your email address, please check your email in a new
window/tab and enter the verification code in the box below.

Please enter a Verification Code Oops, invalid Verification Code

Verify


Resend code


PLEASE DO NOT CLOSE THIS WINDOW/TAB


EXPIRES IN NAN:NAN

Processing



* Standard messaging rates may apply from your carrier.

Important information for opening a card account: To help the federal government
fight the funding of terrorism and money laundering activities, the USA PATRIOT
Act requires all financial institutions and their third parties to obtain,
verify and record information that identifies each person who opens a card
account. What this means for you: When you open a card account, we will ask for
your name, address, date of birth, and other information that will allow us to
identify you. We may also ask to see a copy of your driver's license or other
identifying documents.


HEADS UP!



If you forgot your username or password, please reset it here
In order to activate this card, please log in. If you don't have login
credentials, please register.

If you continue to have problems please contact our corporate office at
1-855-9-AKIMBO (1-855-925-4626) or email us at cs@akimbocard.com.

OK



Akimbo Now Incentive Mastercard® and Akimbo Now Incentive Mastercard®
The Akimbo Now Incentive Mastercard® and Akimbo Now Incentive Mastercard®
areisThis card is issued by Sunrise Banks, N.A., Member FDIC, pursuant to a
license from Mastercard International Incorporated. This card may be used
everywhere Debit Mastercard is accepted. Mastercard and the circles design are
registered trademarks of Mastercard International Incorporated. Use of this card
constitutes acceptance of the terms and conditions stated in the Cardholder
Agreement.